How to Create a Token on Solana
The complete no-code guide. From wallet setup to a live SPL token on Solana mainnet in under two minutes — with Metaplex metadata, IPFS-pinned art, and atomic authority revokes.
Two ways to create a token on Solana
There are two real ways to mint a token on Solana in 2026: the developer path(Solana CLI + spl-token + Metaplex SDK + IPFS pinning + Rust/Anchor if you want custom logic), and the no-code path (a launchpad like SolanaForge that bundles all of those steps into a web form). The on-chain result is identical — both produce a real SPL token with Metaplex metadata. The difference is time, complexity, and whether you have to maintain a Rust toolchain.
Step-by-step: create a token on Solana
Step 1. Get a Phantom wallet with ~0.15 SOL
Install Phantom from phantom.app, fund it with ~0.15 SOL — enough for rent, fees, and a small Raydium pool seed if you want one.
Step 2. Open the SolanaForge token form
Click 'Create Token Now' to open the no-code Solana token creator.
Step 3. Connect your wallet
Click Connect Wallet and approve Phantom. SolanaForge is non-custodial — keys never leave your wallet.
Step 4. Fill in token details
Name (e.g. My Token), symbol (3–6 letters), decimals (default 9), supply (1,000,000,000 for memecoins), and logo (512×512 PNG).
Step 5. Add optional socials and description
Twitter, Telegram, Discord, and a short description — all pinned to IPFS via Pinata so wallets render them.
Step 6. Choose authority revokes
Toggle on 'Revoke mint' (fixes supply forever), 'Revoke freeze' (no wallet can be frozen), and optionally 'Revoke update' (metadata locked).
Step 7. Simulate, then sign
Click Simulate to see exact lamports spent. Then click Deploy — Phantom pops one signature request, and your token is live.
Step 8. Verify on Solscan
The success screen gives you the mint address and Solscan link. Confirm name, symbol, image, and revoked authorities all show correctly.
What every Solana token launch needs
- Real SPL mint on Solana mainnet (not devnet)
- Metaplex MetadataV3 account with name, symbol, URI
- IPFS-pinned JSON + logo (so wallets render forever)
- Mint + freeze authority revoked (the trust signal)
- Raydium liquidity (for trading + chart indexing)
Common mistakes
The #1 mistake is launching on devnet by accident. Many "free" launchpads punt to devnet so they don't pay mainnet rent. Always check the explorer link — if it ends in ?cluster=devnet, you're not on the real chain.
The #2 mistake is forgetting to revoke authorities. Every aggregator and scam-checker flags tokens with live mint authority as "not safe" — holders dump immediately.
The #3 mistake is seeding a Raydium pool with too little SOL. A 0.05 SOL pool means the first buyer eats 80% slippage and your chart looks crazy. Aim for at least 0.5–2 SOL.
Frequently asked questions
How do I create a token on Solana?
Open the SolanaForge token form, connect Phantom, enter a name, ticker, supply, decimals, and logo, choose your authority revokes, and sign one transaction. The mint, Metaplex metadata, IPFS pin, and revokes all settle atomically on Solana mainnet.
How much does it cost to create a token on Solana?
Around 0.0035 SOL for rent + base network fees plus a 0.1 SOL SolanaForge service fee — usually under $20 total at current SOL prices. There are no other platform fees.
Do I need to install Solana CLI or write Rust?
No. You don't install anything. SolanaForge runs entirely in your browser and signs through Phantom. The CLI/Rust path is only for advanced developers who want full control.
How long does it take to create a token on Solana?
Under 60 seconds in most cases. The actual on-chain confirmation is one Solana block (~400ms). The rest of the time is filling in the form and uploading your logo.
Will my token show up in Phantom right away?
Yes — as soon as the transaction confirms, Phantom (and Solscan, Solana Explorer, Jupiter, Raydium) reads the Metaplex metadata account and renders your name, ticker, and image.
What's the difference between creating on devnet and mainnet?
Devnet is Solana's test network — the token is real software-wise but lives on a chain nobody trades on. Mainnet is the real Solana chain where Phantom, Jupiter, Raydium, and every DEX operate. SolanaForge launches only on mainnet.
Keep reading
Ready to create your Solana token?
One signed Phantom transaction. Real mainnet. Metaplex metadata + IPFS art + authority revokes — all atomic.
Create Token Now