Loading prices...
All news
SPL tokens and Solana wallets, explained: how the network's assets actually work

SPL tokens and Solana wallets, explained: how the network's assets actually work

July 22, 2026 · 05:00 PM
0

SPL is Solana's token standard — its answer to Ethereum's ERC-20. But behind the similar-sounding name is a fundamentally different architecture, one that explains why creating a token on Solana costs pennies and happens almost instantly.

The Key Difference From Ethereum's Model

On Ethereum, every new token deploys its own smart contract. Solana works differently: a single, pre-deployed program — the Token Program — manages literally every token on the network at once. That means creating a new token doesn't require deploying a separate contract, and costs end up noticeably lower thanks to shared program logic.

What the SPL Token System Is Made Of

The architecture rests on three components. First, the Token Program itself — the only one on the entire network — which owns every mint account and every token account; it contains the logic for transfers, minting, and burning. Second, a mint account — one per token — which stores total supply, the number of decimals, the mint authority's address, and, optionally, an address with the right to freeze the token. Third, a token account — one per (user, token) pair; most wallets use the Associated Token Account (ATA) format, a deterministic address computed directly from the wallet address and the mint account.

What This Looks Like in a Wallet

Both of Solana's most popular wallets, Phantom and Solflare, automatically display any SPL token that lands in a user's balance, pulling names and logos from the network's shared token list, and quietly create the necessary token account the first time an asset is received. Phantom is generally the more convenient choice for beginners and anyone who needs support for multiple chains (SOL, Ethereum, Base, Polygon, Bitcoin) in one app, while Solflare leans toward experienced Solana users who care about advanced staking features and deep integration with the network specifically.

What Token-2022 Adds

Since January 2024, Solana has had a second, more capable token standard — the Token Extensions Program, or Token-2022, an expanded version of the original SPL Token program. It adds more than 20 optional extensions: programmable transfer fees, metadata built directly into the token, confidential transfers, non-transferable ("soulbound") tokens, and permanent delegates. By May 2026, nearly every major institutional stablecoin on Solana had already moved to Token-2022, while older tokens like USDC or BONK remain on the original standard.

The Flip Side of the New Features

The new extensions have a downside, too: the "permanent delegate" and "transfer hook" features turned into new attack vectors in 2026 — concerns emerged around permanent-delegate rug pulls and transfer-hook reentrancy. That's a good reason to check exactly which extensions a given token has enabled before relying on it.

Why It Matters

Understanding that Solana's tokens run on a single shared program, rather than a scattering of separate contracts, explains both the low cost of creating tokens on the network and why wallets like Phantom and Solflare can instantly recognize any new asset without extra steps from the user. At the same time, the arrival of Token-2022 is a reminder: technical progress in token standards creates not just new capabilities, but new classes of risk worth accounting for before interacting with an unfamiliar token.

This material is for informational purposes only and is not investment advice.

Published: July 22, 2026 · 05:00 PM
Maks

Author

Maks

Trading man

I've been interested in the cryptocurrency market for a long time, am a trader, and write articles and news about my experience and crypto in simple terms.

Comments (0)

No comments yet — be the first!