Full walkthrough

Create a Token Step by Step

Every screen, every field, every signature — in order. Follow along with the Solana token creator open in another tab and you will finish with a live, tradable token.

No code · One signature to mint · Works on desktop and mobile wallets

What you are actually creating

A token is a mint account on-chain plus a metadata account that tells wallets what to display. On Solana that means an SPL mint and a Metaplex Token Metadata v3 account; on TON it is a TEP-74 Jetton master with a content cell; on BNB Smart Chain it is a BEP-20 contract deployed through a verified factory.

You do not need to understand any of that to launch, but knowing it explains why the logo lives on IPFS and why revoking authorities matters — those are properties of the accounts you just created, not settings on our website.

Field by field

Here is what each input on the form does and the values most launches use.

  • Name — up to 32 characters, shown in wallets. Use the full brand name, not the ticker.
  • Symbol — 2 to 8 characters, uppercase. This is what appears on charts.
  • Decimals — 9 for memecoins, 6 for utility and payment tokens.
  • Supply — the entire amount minted to your wallet in one go; you cannot mint more after revoking mint authority.
  • Logo — square, under 2 MB, pinned to IPFS automatically.
  • Description and socials — written into the metadata JSON that explorers read.

Launching on TON or BNB instead

The steps map one-to-one on the other chains. Use create a TON token for a Telegram-native Jetton, or create a BNB token for a BEP-20 that is auto-verified on BscScan after deployment.

The full walkthrough

  1. Step 1. Install and fund a wallet

    Phantom for Solana, Tonkeeper for TON, MetaMask for BNB Smart Chain. Fund it with a little more than the launch cost so nothing fails mid-flow.

  2. Step 2. Open the creator and start typing

    Go to the [Solana token creator](/create). You do not need to connect first — fill in name, symbol, supply, and decimals, and your draft is preserved when the wallet opens.

  3. Step 3. Upload your logo

    A 512x512 square image. It is pinned to IPFS and referenced by your on-chain metadata, which is what Phantom, Solscan, Jupiter, and DexScreener read.

  4. Step 4. Add description and socials

    One clear sentence plus website, X, and Telegram. These are written into the metadata JSON and shown by wallets and explorers.

  5. Step 5. Connect the wallet

    On desktop, approve the popup. On mobile, the deep link opens Phantom's in-app browser carrying your filled-in draft with it.

  6. Step 6. Review and sign once

    Check the summary and the 0.18 SOL fee, then approve. Mint creation, supply issuance, and metadata all land in one atomic transaction.

  7. Step 7. Revoke authorities

    [Revoke mint](/revoke-mint) so supply is fixed and [revoke freeze](/revoke-freeze) so balances cannot be frozen. 0.08 SOL each.

  8. Step 8. Add liquidity and burn LP

    [Open a Raydium pool](/pool/create), then [burn the LP tokens](/pool/burn) so the pool reads as locked. Your token is now genuinely tradable.

Start your token here

Type a name and ticker — we'll carry them straight into the creator. No wallet needed yet.

Choose your blockchain

ChainPlatform feeTime to liveBest forStart
Solana (SPL)0.18 SOL~30sFastest and cheapestCreate →
TON (Jetton)4 TON~45sTelegram distributionCreate →
BNB (BEP-20)0.018 BNB~40sVerified on BscScanCreate →

Frequently asked questions

Do I need any coding skills?

None. There is no CLI, no Rust, no Anchor, and no scripts. The entire flow is a web form plus wallet signatures you approve yourself.

Which step do people get stuck on?

Mobile wallet connection. Our flow solves it by carrying your filled-in form into Phantom's in-app browser, so you never retype details after connecting.

Can I change the name or logo later?

Only while update authority is still yours. Once you revoke update authority the metadata is immutable — so get the name, symbol, and logo right before revoking.

How long does the whole thing take?

Fifteen minutes if you include preparing a logo and writing a description. The on-chain part is under a minute.

What if a transaction fails?

Nothing partial is created and the platform fee is not taken — the fee travels inside the same atomic transaction. Retry with slightly more SOL for priority fees.

Keep reading

Ready to create your token?

Connect your wallet, fill the form, sign once. Your token is live on mainnet with on-chain metadata, a real logo, and optional authority revokes.