Real, live market data pulled from CoinGecko for established Solana tokens — not launched through STONK GEN, shown for context on what "big" looks like.
This list is stored on this device, not a global feed — a real explore page needs an indexer watching the chain, noted in Docs. Every entry here is a real on-chain launch you can verify independently in Token Lab.
Mint and freeze authority are always revoked, and your launch terms are written on-chain as a permanent memo, in the same transaction as the mint. Nothing about a launch can be edited afterward.
This creates a real SPL token (classic Token Program). It doesn't yet attach display metadata (name/symbol in wallets/explorers) or route lineage fee-sharing — both noted in Docs as the next build. Meme coins are highly volatile and can lose most or all of their value. Nothing here is financial advice.
Connect your wallet to see coins you've launched from this browser, and your track record.
Paste any STONK GEN transaction signature. This reads the real transaction from the chain and decodes its on-chain memo — it does not trust anything stored in this app.
This is a simple rule-based starter, not an AI model — a client-side page can't safely hold an API key. Swap this for a real backend call to an LLM when you're ready.
Mint and freeze authority are revoked in the same transaction that creates the token, and the full launch terms are written on-chain via the SPL Memo program before the mint instruction runs. There's no admin panel to change fees or supply later — the terms are public and permanent from block one.
Any coin can name another coin's mint as its parent. That relationship lives in the same on-chain memo, so a family tree of coins is independently verifiable — not just a label an app shows you. Fee-sharing back to a parent coin isn't live yet; it needs a bonding-curve program, which is the next major build.
Explore and Creators currently read from this browser's local storage only. A real global feed, live market caps, and cross-device creator pages need an indexer watching the chain plus a database — see the project README for the fuller build plan.