Docs
Start building
Token Launcher

Token Launcher overview

Chapter 05 · launch your project token through a guided interview.

2 min read · 4 sections

Token Launcher is a launchpad in its own right, not a token form. It interviews you in plain language about name, supply, chain, taxes, and launch style, then builds and launches the token from your wallet.

On EVM chains that means generating an OpenZeppelin-based contract, compiling it, auditing it across three layers, and deploying it; on Solana it means launching through pump.fun or minting a classic SPL token. It handles the token only, not dApp or frontend code (and full Solana programs beyond a token are built in the Code chapter).

Token Launcher unlocks once the PRD is approved.

Interview
Generate
Audit
Deploy
Liquidity & lock

What it does

  • Guided interview: persona detection → preset → customize → approve.
  • Presets for every launch style: fair-launch memecoin, tax token, utility token, stealth launch, NFT collection, two Solana styles (pump.fun and community SPL), a Pons launchpad memecoin on Robinhood Chain, a Flap launchpad token on BNB Chain, or fully custom.
  • Automatic contract generation: OpenZeppelin-based Solidity, matched to your spec.
  • Three-layer audit: static analysis, AI semantic review, spec conformance.
  • Testnet-first deploy: Sepolia / Base Sepolia by default, signed in your wallet.
  • Liquidity & locking: add liquidity on the major DEXes, then lock or burn the LP, from the same chat.
  • Live guidance chips: real-time warnings (snipe risk, high tax) and comparables.

The layout

A single centered chat thread runs the whole flow: the interview, then the build. Generated contracts, their audit results, and deploy details live in the project's Contracts tab, and guidance chips surface inline as the spec takes shape.

Self-contained

Everything happens in this one chat; there's no jumping to another chapter. Token Launcher doesn't generate a frontend; the dApp UI that talks to your token lives in Code.

The pages ahead