Logo
Burn
Clean
Create
Mint
Revoke
Blog
Menu

Solana Burn Address - What is it?

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.

🔥 Does Solana Have a Burn Address?

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.

🧨 How Burning Works on Solana

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.

🚀 The Easiest Way to Burn Tokens: SolTokenBurner

Tools like SolTokenBurner allow anyone to burn SPL or LP tokens without sending to a “dead address.”

  1. Go to https://www.soltokenburner.com/
  2. Connect your wallet on the top right
  3. Click REFRESH to load your tokens
  4. Select any token you want to burn
  5. Choose Burn All or Input Amount to Burn to burn a custom amount
  6. Approve the transaction

This method guarantees that the tokens are permanently destroyed at the mint level.

❌ Why You Should NOT Send Tokens to a Random Address

  • Someone might own the private key
  • Tokens remain in circulation (not burned)
  • You cannot prove they are destroyed
  • Dexscreener and Solscan will NOT show it as burned

Only a proper burn instruction counts as a real burn and shows correctly on-chain.

🔍 How to Verify a Burn on Solscan

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.

📌 Final Word

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