SPL Token is the standard for fungible tokens on Solana, implemented by the SPL Token Program. Unlike Ethereum's ERC-20 (where every token deploys its own contract bytecode), every SPL token shares one program and stores its state in three account types: the mint account, individual token accounts, and Associated Token Accounts (ATAs). The articles below walk through what each account does, how the three authority fields (mint, freeze, update) shape trust signals, and what changes when you move to Token-2022 with its extension system. If you're searching for SPL token mechanics, this is the operator-level reference — not the abstract docs.
Guides in this topic
Get a Pump Suffix Token Without Pump.fun (2026)
Create a Solana token ending in pump for 0.1 SOL. Gain memecoin-native recognition, keep direct-launch control, and preserve more creator upside.
pump.funsolanamemecoinlaunchtrendingspl-tokenWhat Happens When You Clone a Solana Token? (2026)
Cloning a Solana token copies name, symbol and image — nothing else. New mint address, no liquidity, no holders, no price. Exactly what transfers.
solanamemecoinspl-tokenpump-funexplainerFree Mint on Solana: The Real Lamport Cost (2026)
"Free mint" isn't $0 on Solana. Rent-exemption requires ~0.0191 SOL minimum across three accounts. Exact lamport math, byte by byte.
solanaspl-tokenrentfreemintTransfer Mint Authority on Solana: Move vs Revoke
Transfer Solana SPL mint authority to a multisig instead of revoking — when each is right, SetAuthority mechanics, common pitfalls.
solanatutorialmint-authorityspl-tokentrust-signalsHow to Airdrop Solana Tokens (Step-by-Step 2026)
Complete walkthrough for airdropping SPL tokens on Solana: wallet CSV prep, batch limits, cost per send, and when an airdrop helps vs. hurts your launch.
airdropmulti-sendsolanatutorialspl-tokenHow to Add a Custom Token to Phantom Wallet (2026)
Phantom UI steps to manually add any SPL token by mint address — what breaks ($0 price, wrong decimals, blank metadata) and how to fix each.
phantomspl-tokentutorialwallettroubleshootingWhat Is PumpSwap? How Pump.fun's AMM Works in 2026
PumpSwap is Pump.fun's own AMM, live since March 2025. How it works, how LP burn differs from Raydium, when to use it vs Raydium.
pumpswappump-funliquidityspl-tokenraydiumexplainerRaydium Token Launch: The 5-Step Playbook (2026)
End-to-end Raydium token launch flow: mint your SPL, configure metadata, seed a Raydium pool, burn LP, and get listed on Jupiter. Total cost ~0.72 SOL.
raydiumsolanaspl-tokenmemecointutorialSPL Token: The Program Behind Solana Tokens (2026)
What an SPL token actually is on-chain: mint accounts, ATAs, the 3 authorities, Token-2022 extensions — how Solana's token program works.
solanaspl-tokenspl-token-programtoken-2022associated-token-accountpillarCan You Edit a Solana Token After Launch? (2026)
What you can change post-launch (name, image, links), what you can't (mint, decimals), and how authority revocation locks specific changes forever.
solanaspl-tokenmetaplexexplainerCost to Create a Solana Token: ~0.22 SOL (2026)
Real cost to launch a Solana SPL token: ~0.22 SOL all-in via a no-code tool, ~0.32 SOL with mint authority revoked. Liquidity needs 5-25 SOL on top.
solanacostfeesspl-tokenmemecoinFree Solana Token Creator? 0.0191 SOL Floor (2026)
No Solana token creator is free — the protocol floor is ~0.0191 SOL and no tool can waive it. Every no-code creator's real 2026 price, compared in SOL.
solanaspl-tokencostfreeHow Long to Create a Solana Token: 3-5 Minutes (2026)
Creating a Solana SPL token takes ~1.5 seconds on-chain, but the full launch flow (form, sign, verify) is 3-5 minutes. Exact timing per phase inside.
solanaspl-tokentutorialexplainerHow to Create a Solana SPL Token (2026 Guide)
Step-by-step guide to create a Solana token: every form field explained, which authorities to revoke, what it costs to mint an SPL token in 2026.
solanaspl-tokentutorialmemecoinHow to Revoke Mint Authority on a Solana Token (2026)
Revoke mint authority on Solana: `spl-token authorize <mint> mint --disable`, no-code via Alchemii, or wallet UI. Verify on Solscan. Cost ~0.001 SOL.
solanaspl-tokenmint-authoritytutorialSolana Token Image Not Showing? 5 Fixes (2026)
Token logo not appearing on Phantom, DexScreener, or Solscan? The 5 specific causes — broken IPFS gateway, wrong format, missing metadata, CDN cache.
solanametaplextroubleshootingspl-tokenSolana Token Not Showing in Phantom? 7-Step Fix (2026)
Just minted a Solana token but it's not appearing in your Phantom wallet? Here's the exact 7-step diagnostic to find out why and fix it in under 5 minutes.
solanaphantomtroubleshootingspl-tokenSolana SPL vs ERC-20: Cost, Speed, Trust (2026)
Solana SPL launches for ~0.22 SOL vs $50-500 of Ethereum gas, and confirms in ~1.5s vs 12s. Deployment, decimals, authority — when to pick which.
solanaethereumspl-tokenerc-20comparisonSPL Token vs Token-2022: When to Pick Each (2026)
SPL Token vs Token-2022: differences, transfer fees, confidential transfers, when each makes sense, and which memecoins should pick (2026 guide).
solanaspl-tokentoken-2022explainerTransaction Failed Creating a Solana Token? 5-Min Fix
Solana token creation failed? Diagnostic flow — read the Solscan error code, identify cause (priority fees, slippage, low SOL, expired blockhash), fix it.
solanatroubleshootingspl-tokentransactionWhat is Freeze Authority on Solana? (2026)
Freeze authority is the wallet allowed to freeze any holder's tokens on a Solana SPL token. Plain-English explanation, why it matters, and when to revoke.
solanaspl-tokenfreeze-authorityexplainerWhat is Metaplex Token Metadata? Plain English (2026)
Metaplex is the on-chain program that gives Solana SPL tokens their name, symbol, image, and links. Plain-English explanation of how it works.
solanametaplexspl-tokenmetadataexplainerWhat is Mint Authority on Solana? Plain English (2026)
Mint authority is the wallet that can create new Solana tokens. What it does, why it matters, and what null mint authority means.
solanaspl-tokenmint-authorityexplainer
How these Spl Token guides connect
Every guide tagged spl-token is written from the operator's seat — by people who have launched real Solana tokens and watched what actually happens after the transaction confirms. Rather than abstract documentation, each piece covers the on-chain mechanics, the irreversible decisions, and the verification steps you check on Solscan, DexScreener, and Phantom before and after you sign. Read them together and you get the full picture for this part of the launch, not an isolated how-to.
New to launching on Solana? Start with How to Create a Solana SPL Token for the end-to-end walkthrough, work through the Solana memecoin launch checklist, then come back to the spl token guides above for the detail on this specific step. When you're ready to ship, the Solana token creator handles the mint, metadata, and authority revocation in one no-code flow — no Rust, no CLI.