SPL token standard explained
SPL is the token standard on Solana — the equivalent of Ethereum's ERC-20. SPL tokens are fast and cheap to create, and use mint and freeze authorities that you can revoke for trust.
What is SPL?
SPL (Solana Program Library) tokens are Solana's standard for fungible tokens. Like ERC-20, SPL defines how balances and transfers work so all wallets and DEXs support your token automatically.
SPL vs ERC-20
They serve the same purpose but live on different chains. SPL is on Solana (ultra-low fees, needs a Solana wallet); ERC-20 is on Ethereum/Base/Arbitrum. SPL also uses Solana's account model, where tokens are held in dedicated token accounts.
Mint and freeze authority
SPL tokens have two key controls:
- Mint authority — the power to create more tokens. Revoke it to make supply fixed.
- Freeze authority — the power to freeze accounts. Revoke it so no one can freeze holders.
Revoking both makes your token rug-proof and is a strong trust signal.
On-chain metadata & logo
SPL tokens use a metadata account (via Metaplex) to store the name, symbol and a link to a JSON file with your token's image/logo. Our creator handles this for you — upload a logo and it appears on wallets and Solscan.
How to create an SPL token
No Rust or coding needed. A no-code SPL creator generates and deploys your token in seconds. See the steps in how to create a Solana token.
Frequently asked questions
Should I revoke mint and freeze authority?
For most community tokens, yes — revoking both makes your token fixed-supply and rug-proof, which buyers trust. Keep mint authority only if you genuinely need to create more later.
Do SPL tokens have a logo?
Yes, via on-chain metadata. Upload a logo when creating your token and it shows on Phantom, Solscan and DEXs.
Can I trade an SPL token on Raydium?
Yes. Any SPL token can be listed on Raydium or Jupiter by adding liquidity — see our Raydium guide.
Ready to create your own token?
Launch a token on BNB Chain, Ethereum, Base, Arbitrum, Solana, Polygon, Optimism, Linea, Avalanche, Scroll, Sui, TON, Berachain, HyperEVM, Sonic, Unichain, World Chain, Soneium, Mantle or Cronos — no code, in minutes.
Create your token