Skip to content

Guide

SPL Tokens and Memecoins Without Code

You want to launch a Solana memecoin or SPL token without Rust, Anchor, or CLI — but you still need verifiable on-chain trust signals after mint.

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.

No-code launch stages on MakeMeACoin
StageGoalMMAC toolFee typePermanent?Common mistakeNext step
1. Token modelPick SPL standard and positioning— (read below)Assuming memecoin is a separate programPlan supply/decimals
2. Supply planSet display supply + decimalsDecimals yesWrong decimals for your tickerOptional vanity
3. Vanity mintHuman-readable mint prefix[Vanity generator](/vanity)Network onlyMint address yesExpecting server-side keygenCreate token
4. Create tokenDeploy mint + metadata[Solana token creator](/create-solana-token)$0 platform defaultMint + decimals yesSkipping logo before announceVerify metadata
5. Metadata checkConfirm URI resolvesSolscan + [Launch Score](/score)FreeBroken image URLLaunch Score
6. Launch ScorePublic risk signal baseline[Launch Score](/score)FreeTreating score as auditDistribution plan
7. Holder planAvoid single-wallet concentration[Snapshot holders](/snapshot-holders)Free export100% supply in founder walletAirdrop or burn
8. Snapshot / airdropDistribute to wallets[Snapshot](/snapshot-holders) → [Airdrop](/airdrop)Network on sendTransfers yesConfusing multisender with Merkle claim siteAuthority finalize
9. Authority finalizeRemove mint/freeze risk[Revoke authorities](/launch-tools/revoke)0.075–0.12 SOLRevoke yesRevoking before airdrop finishesLiquidity
10. Raydium CPMM LPMake token swappable[Create Raydium LP](/lp)0.1 SOL + depositPool yesWrong opening price ratioLP custody choice
11. LP custodyLock or burn LP tokensThird-party locker or burnVariesBurn yesExpecting MMAC to auto-lockRefresh score
12. Share scorePublish verifiable trust page/score/{mint}FreeMarketing before score refreshMonitor + 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

Distinct concepts in a Solana launch
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 /lpNot the same as minting; not adding to an existing pool
“Revoke = safe”Removes mint/freeze risk signalsNot a security guarantee — holders still verify liquidity and routes
“LP created”Pool exists + you hold LP tokensNot the same as locked LP — custody is separate
“Snapshot airdrop”CSV export → multisender at /airdropNot 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

  1. Optional: generate a vanity mint prefix at /vanity (browser-side — keys never leave your device).
  2. Connect wallet on the Solana token creator and create your SPL mint with name, symbol, supply, decimals, logo, description.
  3. Default $0 platform fee with authorities kept, or enable Revoke Both (+0.12 SOL) if policy is final.
  4. Verify metadata URI and authorities on Solscan; open /score/{mint} for baseline Launch Score.
  5. Export holder list at /snapshot-holders; distribute via /airdrop multisender (not a Merkle claim site).
  6. Revoke remaining authorities at /launch-tools/revoke when ready (0.075/0.075/0.12 SOL).
  7. Create Raydium CPMM pool at /lp (0.1 SOL platform fee + deposit + rent).
  8. Lock or burn LP with a third-party locker or incinerator — MMAC does not auto-lock.
  9. Refresh Launch Score and share /score/{mint} before public marketing.

Next step

Open the Solana token creator

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.

Already have a token? Check its Launch Score.

Try: