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
Transfer 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-tokentutorialwallettroubleshootingCoin Generator: 7 Solana & Multi-Chain Tools (2026)
Coin generator landscape mapped: online platforms, offline tools, and CLI paths. 7 tools scored on cost, chain depth, and trust signals for 2026.
coin-generatorcomparisonspl-tokentoken-creationreviewWhat 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.5 SOL.
raydiumsolanaspl-tokenmemecointutorialSolana Token Creator No-Code: When It Wins vs CLI
An operator's 47-launch breakdown of no-code Solana token creator tools vs the spl-token CLI and Anchor: when each wins, scored across 6 scenarios.
solanaspl-tokenno-codeclioperatorSPL 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-accountpillarSolana Coin Generator: No-Code, 5-Minute SPL in 2026
What a Solana coin generator actually does on-chain, why most generic ones get Solana wrong, and the 5-minute path from blank wallet to mainnet.
solanaspl-tokencoin-generatormemecoinCan 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: $10-15 (0.07 SOL)
Real cost to launch a Solana SPL token: ~0.07 SOL ($10-15). Breakdown of network fees, Metaplex rent, service fees, plus 5-25 SOL needed for liquidity.
solanacostfeesspl-tokenmemecoinFree Solana Token Creator? 0.02 SOL Minimum (2026)
No platform is truly free — Solana network fees of ~0.02 SOL ($3) are unavoidable. But $0 service-fee creators exist. Cheapest no-code options compared.
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 beats Ethereum ERC-20 on cost ($15 vs $50-500) and speed (1s 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.