How to Create an SPL Token on Solana
The complete no-code SPL token creator walkthrough. Real Solana mainnet, Metaplex metadata, IPFS-pinned art, and atomic authority revokes — in under a minute.
What is an SPL token?
SPL — the Solana Program Library token standard — is Solana's native fungible token format. Every non-SOL asset on the chain, from stablecoins like USDC to memecoins like BONK and WIF, is an SPL token. Creating one means initializing a mint account, attaching Metaplex metadata (name, symbol, image URI), and optionally revoking mint/freeze authorities so holders can trust the supply.
Historically this required the Solana CLI, spl-token, the Metaplex SDK, and an IPFS pinning setup. In 2026 you can do the same thing in a browser tab.
Step-by-step
Step 1. Install Phantom and fund with ~0.15 SOL
Get Phantom from phantom.app and load ~0.15 SOL to cover rent, network fees, and headroom for a Raydium pool if you want one.
Step 2. Open the SPL token creator
Visit SolanaForge's create page — the entire flow runs in your browser, non-custodial.
Step 3. Connect your wallet
Click Connect Wallet and approve Phantom. Your private key never leaves your device.
Step 4. Enter token metadata
Name, symbol (3–6 chars), decimals (9 is standard), supply, and a 512×512 PNG logo. Add socials + description — all pinned to IPFS via Pinata.
Step 5. Choose authority revokes
Toggle Revoke Mint (locks supply), Revoke Freeze (no wallet can be frozen), optionally Revoke Update (metadata immutable). These are the trust signals aggregators check.
Step 6. Simulate the transaction
Click Simulate to see exact lamports, rent, and service fee — no surprises. Only then does Deploy unlock.
Step 7. Sign one transaction
Phantom pops one signature request. Mint, Metaplex metadata, IPFS URI, and revokes all commit atomically in one Solana block.
Step 8. Verify on Solscan
The success page hands you the mint address plus Solscan link. Confirm name, symbol, logo, and revoked authorities are live.
Checklist for a legitimate SPL launch
- Real mainnet mint (not devnet — always check the Solscan cluster)
- Mint + freeze authority revoked before you promote it
- Metaplex MetadataV3 with IPFS-pinned JSON + logo
- Raydium CPMM pool with at least 0.5–2 SOL of real liquidity
- LP tokens burned so nobody can rug the pool
External resources (dofollow references)
- → Official SPL Token Program docs
- → Metaplex Token Metadata overview
- → Solana developer documentation
- → Pinata IPFS pinning docs
- → Phantom Wallet
- → Raydium — Create a Liquidity Pool
Frequently asked questions
What is an SPL token?
SPL (Solana Program Library) is Solana's native fungible token standard. Every non-SOL asset on Solana (USDC, BONK, WIF, JUP) is an SPL token, minted through the SPL Token Program.
How do I create an SPL token without coding?
Open SolanaForge's SPL token creator, connect Phantom, fill in name/symbol/supply/logo, choose authority revokes, then sign one transaction. Mint account, Metaplex metadata, IPFS pin, and revokes settle atomically on Solana mainnet.
How much does it cost to create an SPL token?
About 0.0035 SOL for rent + base network fees plus SolanaForge's 0.18 SOL service fee — usually under $20 total. No hidden platform fees, no subscription.
Do SPL tokens work in Phantom, Solflare, and Backpack?
Yes. Every SPL token created through SolanaForge is a real on-chain mint with Metaplex MetadataV3, so wallets (Phantom, Solflare, Backpack), explorers (Solscan, Solana Explorer), and aggregators (Jupiter, Raydium, Birdeye) render name, symbol, and logo automatically.
SPL Token vs Token-2022 — which should I choose?
Legacy SPL is the safest default in 2026 — every wallet and DEX supports it. Token-2022 (Token Extensions) adds features like transfer fees and confidential transfers but has patchier DEX support. Most memecoins and utility tokens use legacy SPL.
How fast is SPL token creation on Solana?
Confirmation takes one Solana block (~400ms). Including form fill, IPFS pin, and signature, the end-to-end flow is under 60 seconds.
Keep reading
Ready to mint your SPL token?
One Phantom signature. Real mainnet. Metaplex metadata + IPFS art + authority revokes — atomic in a single block.
Create SPL Token Now