Made on SolMade on Sol
Tools
Blog
Sign In
Made on SolMade on Sol

The ultimate directory for everything built on Solana. Discover, compare, and review the best tools in the ecosystem.

Explore

  • All Tools
  • Find Tool
  • Categories
  • Stacks
  • Revenue Rankings
  • Deployer Hunter
  • TikTok Trends
  • Yields
  • Blog

Best Of

  • Best Trading Bots
  • Best DEXs
  • Best Wallets
  • Best Analytics
  • Best DeFi
  • Best Snipers

Compare

  • Axiom vs BullX
  • Axiom vs Photon
  • BullX vs Photon
  • Jupiter vs Raydium
  • Phantom vs Solflare
  • Backpack vs Phantom

Resources

  • Submit a Tool
  • Newsletter
  • Bot Fee Calculator
  • RPC Comparison
  • Status
  • Get Badge
  • About
  • Learn
  • Advertise
  • Contact
  • Stats

Legal

  • Terms of Service
  • Privacy Policy
  • Disclaimer

© 2026 Made on Sol

The #1 Solana tool directory — 530+ tools reviewed & monitored
LearnSPL Token

What Is an SPL Token on Solana?

TL;DR

SPL tokens are the standard fungible token format on Solana, created using the Solana Program Library — equivalent to ERC-20 tokens on Ethereum.

How SPL Tokens Work

The SPL Token program is a smart contract deployed on Solana that handles token creation, transfers, and management. When someone launches a memecoin on Pump.fun or creates a governance token, they’re creating an SPL token. Each token has a unique mint address, and users hold tokens in Associated Token Accounts (ATAs) linked to their wallet. Unlike Ethereum where each token deploys its own contract, all SPL tokens share the same on-chain program.

Key Properties of SPL Tokens

Every SPL token has a mint authority (can create new supply), a freeze authority (can freeze accounts), decimals (usually 6 or 9 on Solana vs 18 on Ethereum), and a total supply. When evaluating token safety, checking whether mint and freeze authorities are revoked is critical — an active mint authority means the creator can inflate supply at any time.

SPL Tokens vs Token-2022

The original SPL Token program is being supplemented by Token-2022 (Token Extensions), which adds features like transfer fees, confidential transfers, and metadata directly on the token. Most existing tokens still use the original program, but new projects increasingly adopt Token-2022 for its additional capabilities.

Related Tools & Features

Token Scanner
Security Tools
Developer Tools

Related Terms

Mint AuthorityFreeze AuthorityAssociated Token Account (ATA)Token Extensions (Token-2022)
Back to glossary