Key facts
- $0 MMAC platform fee by default (authorities kept) — Solana network costs still apply
- Optional Revoke Both trust upgrade: 0.12 SOL — improves Launch Score authority signals
- Non-custodial: Phantom, Solflare, or Backpack signs every transaction
- Public Launch Score at /score/{mint} immediately after mint
What this means
Supply and decimals: a 1,000,000,000 UI supply with 9 decimals stores 1e18 raw units on-chain. Decimals are permanent at mint. Mint authority can inflate supply later until revoked (0.075 SOL standalone, or Revoke Both 0.12 SOL). Freeze authority (0.075 SOL) can freeze token accounts — buyers check both on Solscan. Metadata (name, symbol, URI) should be complete before you announce. After mint, open /score/{mint} to verify metadata and authority state. If authorities remain active, use /launch-tools/revoke. This page is the create tutorial; the full no-code journey lives at /spl-tokens-and-memecoins-no-code.
Step-by-step
- Connect a Solana wallet (Phantom, Solflare, or Backpack).
- Open / and enter token name, symbol, supply, decimals, description, and logo.
- Leave Revoke Both unchecked for $0 platform fee, or enable the optional 0.12 SOL trust upgrade before you sign.
- Sign the mint transaction — platform fee and network estimate are shown before you approve.
- Copy your mint address and open /score/{mint} to verify metadata and authority state.
- When ready for liquidity, create a Raydium CPMM pool at /lp (separate guide and tool).
Next step
Related in your launch journey
FAQ
Is minting really free?
Yes for the MMAC platform fee when authorities are kept (the default). Solana network rent and gas always apply. Optional Revoke Both is 0.12 SOL if you choose it at mint or later.
Do you hold my private keys?
No. All actions are wallet-signed and non-custodial.
When should I revoke authorities?
When supply and freeze policy are final — not required to create the token. Optional at mint (0.12 SOL for both) or later at /launch-tools/revoke — mint 0.075 SOL, freeze 0.075 SOL, or both 0.12 SOL.
Where is the full no-code memecoin journey?
/spl-tokens-and-memecoins-no-code covers vanity, snapshot, airdrop, revoke, and Raydium LP. This page focuses on creating the mint.
The Solana launch trust layer — free mint, public Launch Score, paid trust actions.