On Solana, many users search for a βburn addressβ to destroy tokens permanently. Unlike Ethereum, Solana does not have an officially recognized global burn address. This guide explains how burning works on Solana, what developers should use instead, and how to verify your burn on-chain.
No. Solana does not use a universal burn or dead address like Ethereumβs β0x0000β¦β wallet. This is because Solana tokens are stored in token accounts, not inside wallet addresses.
If you send tokens to a random wallet, those tokens are still technically spendable if someone owns the private key. That means sending tokens to a random address is not a real burn.
To burn SPL tokens properly, the token amount must be removed from supply using the tokenβs mint authority or a burn instruction.
The recommended method is using a burn function β not sending tokens to an address.
Tools like SolTokenBurner allow anyone to burn SPL or LP tokens without sending to a βdead address.β
This method guarantees that the tokens are permanently destroyed at the mint level.
Only a proper burn instruction counts as a real burn and shows correctly on-chain.
After burning, open Solscan β paste your wallet address β and look for a Burn event in the transaction history or the latest transaction if you just performed it.
You can share the burn transaction link with your community as proof.
Solana does not use a universal burn address. To destroy tokens permanently β and to show proof on Solscan β always use a proper burn tool like SolTokenBurner.
Updated: November 2025
π Related Guides:
How SolTokenBurner Works (Technical Breakdown)
How to Burn SPL & LP Tokens on Solana
How to Burn Liquidity Pool Tokens on Solana - LP Burn
Dead Wallet Address on Solana (Explained)
How to get Padlock on DexScreener (Tutorial)
How to Burn Tokens on Phantom
Why SolTokenBurner is the Only & Best Solana Token Burner