Key facts
- Classic SPL Token via MMAC — Token-2022 extensions not supported in creator
- Decimals permanent at mint; supply grows only while mint authority stays active
- $0 platform mint by default; optional Revoke Both 0.12 SOL trust upgrade
- Journey: Vanity → Create → Score → Snapshot/Airdrop → Revoke → Raydium CPMM LP → custody proof
Launch journey map
This page owns the full no-code path from idea to tradable token. Each stage is optional, but the order matches how most founders reduce rug-pull signals before marketing.
| Stage | Goal | MMAC tool | Fee type | Permanent? | Common mistake | Next step |
|---|---|---|---|---|---|---|
| 1. Token model | Pick SPL standard and positioning | — (read below) | — | — | Assuming memecoin is a separate program | Plan supply/decimals |
| 2. Supply plan | Set display supply + decimals | — | — | Decimals yes | Wrong decimals for your ticker | Optional vanity |
| 3. Vanity mint | Human-readable mint prefix | [Vanity generator](/vanity) | Network only | Mint address yes | Expecting server-side keygen | Create token |
| 4. Create token | Deploy mint + metadata | [Solana token creator](/create-solana-token) | $0 platform default | Mint + decimals yes | Skipping logo before announce | Verify metadata |
| 5. Metadata check | Confirm URI resolves | Solscan + [Launch Score](/score) | Free | — | Broken image URL | Launch Score |
| 6. Launch Score | Public risk signal baseline | [Launch Score](/score) | Free | — | Treating score as audit | Distribution plan |
| 7. Holder plan | Avoid single-wallet concentration | [Snapshot holders](/snapshot-holders) | Free export | — | 100% supply in founder wallet | Airdrop or burn |
| 8. Snapshot / airdrop | Distribute to wallets | [Snapshot](/snapshot-holders) → [Airdrop](/airdrop) | Network on send | Transfers yes | Confusing multisender with Merkle claim site | Authority finalize |
| 9. Authority finalize | Remove mint/freeze risk | [Revoke authorities](/launch-tools/revoke) | 0.075–0.12 SOL | Revoke yes | Revoking before airdrop finishes | Liquidity |
| 10. Raydium CPMM LP | Make token swappable | [Create Raydium LP](/lp) | 0.1 SOL + deposit | Pool yes | Wrong opening price ratio | LP custody choice |
| 11. LP custody | Lock or burn LP tokens | Third-party locker or burn | Varies | Burn yes | Expecting MMAC to auto-lock | Refresh score |
| 12. Share score | Publish verifiable trust page | /score/{mint} | Free | — | Marketing before score refresh | Monitor + iterate |
SPL token vs memecoin positioning
A memecoin is not a separate on-chain token standard on Solana. It is usually a standard SPL Token mint (MakeMeACoin creates classic SPL mints only — not Token-2022) with Metaplex metadata, marketed around community and culture rather than utility.
Token-2022 extensions (transfer fees, hooks, permanent delegate) are not available in the MMAC creator. If you need those extensions, use Solana CLI or a Token-2022-aware tool — and expect Launch Score to flag dangerous extensions if detected later.
Terms people confuse
| People say… | Actually means… | MMAC behavior |
|---|---|---|
| “Free mint” | $0 MMAC platform fee (default) | Network rent + gas still apply — not zero total SOL |
| “Create liquidity” | New Raydium CPMM pool at /lp | Not the same as minting; not adding to an existing pool |
| “Revoke = safe” | Removes mint/freeze risk signals | Not a security guarantee — holders still verify liquidity and routes |
| “LP created” | Pool exists + you hold LP tokens | Not the same as locked LP — custody is separate |
| “Snapshot airdrop” | CSV export → multisender at /airdrop | Not a hosted Merkle claim website — recipients must receive transfers |
What this means
MakeMeACoin creates classic SPL Token mints only — not Token-2022. Decimals are permanent at mint; supply can increase only while mint authority is active. Distinguish free platform mint from total network cost, minting from LP creation, authority revoke from safety guarantees, and snapshot export from hosted claim sites. For mint field-level detail see the Solana token creator walkthrough.
Step-by-step
- Optional: generate a vanity mint prefix at /vanity (browser-side — keys never leave your device).
- Connect wallet on the Solana token creator and create your SPL mint with name, symbol, supply, decimals, logo, description.
- Default $0 platform fee with authorities kept, or enable Revoke Both (+0.12 SOL) if policy is final.
- Verify metadata URI and authorities on Solscan; open /score/{mint} for baseline Launch Score.
- Export holder list at /snapshot-holders; distribute via /airdrop multisender (not a Merkle claim site).
- Revoke remaining authorities at /launch-tools/revoke when ready (0.075/0.075/0.12 SOL).
- Create Raydium CPMM pool at /lp (0.1 SOL platform fee + deposit + rent).
- Lock or burn LP with a third-party locker or incinerator — MMAC does not auto-lock.
- Refresh Launch Score and share /score/{mint} before public marketing.
Next step
Next steps
Related tools
Related guides
FAQ
Is a memecoin a different token type than an SPL token?
No. Both are SPL mints. Memecoin describes positioning, not a separate Solana standard.
Is minting free?
Default create is $0 MMAC platform fee with authorities kept. Optional Revoke Both is 0.12 SOL. Network rent and gas always apply.
Does MakeMeACoin support Token-2022?
No. The MMAC creator deploys classic SPL Token mints. Token-2022 requires other tooling.
Does MakeMeACoin lock liquidity?
No. MMAC creates Raydium CPMM pools; you lock or burn LP tokens yourself.
Is Launch Score a safety guarantee?
No. It summarizes public on-chain risk signals — not an audit or investment recommendation.
How is this different from the Solana token creator?
The Solana token creator is the mint form and walkthrough. This page is the full no-code launch journey (vanity → mint → snapshot → airdrop → revoke → LP).
The Solana launch trust layer — free mint, public Launch Score, paid trust actions.