© 2026 Alchemii
BLOCKCHAIN

Spl Token — Solana Token Guides

23 guides tagged "spl-token". Curated for Solana token launchers, traders, and memecoin builders.

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

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.