Many users search for a “burn address” on Solana. Unlike Ethereum, Solana does not have a universal burn address. This guide explains how burning actually works and the correct method to destroy tokens permanently.
Sending tokens to a wallet does NOT burn them.
No. Solana tokens are stored in token accounts, not directly in wallet addresses. Because of this, sending tokens to a random address does not destroy them.
If someone owns the private key, the tokens can still be accessed — meaning they are not truly burned.
Proper burning uses the token program’s burn instruction, which removes tokens from supply at the mint level.
This is the only way to create a verifiable on-chain burn.
The easiest way to burn tokens is using Incinerator Fun.
This ensures tokens are permanently removed from supply.
After burning, open Solscan and check the transaction labeled BURN.
Solana does not use burn addresses. Always use a proper burn instruction through a trusted tool like Incinerator Fun to ensure tokens are permanently destroyed.
UPDATED: MARCH 2026