© 2026 Alchemii
BLOCKCHAIN

Spl Token — Solana Token Guides

26 guides tagged "spl-token". Learn the token settings, fees and verification steps for your launch.

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

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.