How to Launch a Solana Token in 2026 (Step-by-Step)
Launching a Solana memecoin in 2026 takes about ten minutes and under 1 SOL. The full stack is: create the SPL mint, upload metadata to Arweave or IPFS, revoke mint and freeze authorities, seed a Raydium pool, lock the LP tokens, submit to indexers (Jupiter, DexScreener, Birdeye), and run a promotion campaign.
Step 1 — Plan the tokenomics
- Pick a name, ticker (3–5 chars) and a high-resolution square logo.
- Decide on supply (1B is the meme-coin standard) and decimals (6 is conventional on Solana).
- Decide if there will be a team allocation. Pure memes usually have 0%.
- Write a one-paragraph narrative; you'll reuse it in metadata and marketing.
Step 2 — Create the SPL mint
Use a launchpad (MemesWorld, Pump.fun) or the spl-token CLI to create the mint account. On Solana this is one transaction, costs ~0.002 SOL in rent, and finalizes in under a second. Save the mint address — it is the token's permanent on-chain identifier.
Step 3 — Upload metadata
Metadata (name, symbol, description, image, socials) is stored off-chain as JSON and pointed to from the on-chain Metaplex metadata account. Pin the JSON + image to Arweave or IPFS so it stays available forever. This is what wallets, DEXs and aggregators read to display your token.
Step 4 — Revoke authorities
- Revoke the **mint authority** so no one can mint new supply (prevents dilution).
- Revoke the **freeze authority** so no one can freeze user wallets.
- Optionally revoke the metadata update authority once the listing is final.
A token without these authorities revoked will fail most third-party audits.
Step 5 — Seed liquidity on Raydium
Create a Raydium CPMM or CLMM pool by depositing SOL + tokens. The ratio sets the initial price (e.g. 10 SOL + 200M tokens = $0.000075 per token at $150 SOL). You receive LP tokens representing your share of the pool.
Step 6 — Lock or burn the LP
Deposit the LP tokens into Streamflow with at least a 6–12 month lock, or send them to a null address to burn permanently. This is the single most important trust signal you can provide. Publish the lock or burn transaction on your socials.
Step 7 — Submit to indexers
- DexScreener auto-indexes new Raydium pools within ~5 minutes.
- Birdeye auto-indexes within ~10 minutes.
- Jupiter requires a manual listing submission with metadata + logo URL.
- CoinGecko / CoinMarketCap have a 1–7 day review.
Step 8 — Promote
Run a coordinated push across Telegram, X and Discord in the first 24 hours — this is when volume and holder counts compound fastest. MemesWorld's Campaign Engine and AI Promo Studio automate copy, scheduling and partner amplification.
Frequently Asked Questions
How much SOL do I need to launch a token?
Plan for 0.5–1 SOL minimum: ~0.01 SOL for the mint and metadata, the rest as seed liquidity. Larger liquidity (5–20 SOL) gives the token more depth and reduces price impact for early buyers.
Do I need to be a developer to launch on Solana?
No. Launchpads like MemesWorld and Pump.fun handle the contract calls behind a UI — you sign one transaction with your wallet and the token is live.
How long does the full launch take?
10–15 minutes end-to-end including metadata upload, authority revoke, liquidity seeding and LP lock. Indexer propagation adds another 5–30 minutes.
What's the most common mistake new launchers make?
Skipping the LP lock. A token without locked or burned liquidity is treated as a rug risk by every reputable aggregator, marketing partner and audit tool.