BURN TOKENS
CLOSE TOKEN ACCOUNTS & CLAIM SOL RENT
MENU

SOLANA DEAD WALLET ADDRESS (WHY IT DOESN’T EXIST)

On Ethereum, burning tokens is done by sending them to a dead wallet address (like 0x000...dead). Once sent, the tokens are gone forever.

But Solana works differently — and many people misunderstand this.

SOLANA DOES NOT USE DEAD WALLET ADDRESSES

You cannot burn tokens by sending them to an address. Solana requires a real burn instruction.

This guide explains why and shows the correct way to burn SPL and LP tokens safely using Incinerator Fun.

WHY SOLANA DOESN’T USE DEAD WALLETS

Solana requires tokens to be burned using the token program’s burn() instruction.

Sending tokens to a random wallet does NOT burn them. They still exist, which means:

  • They still count in total supply
  • They are not officially destroyed
  • They are not accepted as a real burn

Only a proper burn instruction creates a verifiable on-chain record.

CORRECT WAY TO BURN TOKENS

The easiest and safest way to burn tokens on Solana is using Incinerator Fun. It uses the native burn() instruction and executes directly on-chain.

STEP-BY-STEP PROCESS

1. OPEN INCINERATOR FUN

Visit incinerator.fun and connect your wallet.

2. SCAN WALLET

Click REFRESH to load all SPL and LP tokens.

3. SELECT TOKEN

Choose the token you want to burn.

4. SET AMOUNT

  • Click balance → burn full amount
  • Enter amount → burn partial

5. CONFIRM TRANSACTION

Approve the transaction in your wallet. The burn is permanent and recorded on-chain.

VERIFY ON SOLSCAN

Paste your wallet address in Solscan and check the burn transaction.

  • Burn instruction
  • Amount burned
  • Token mint
  • Transaction signature

FINAL NOTES

Sending tokens to a wallet does not burn them on Solana. Only a proper burn instruction removes tokens from circulation. Incinerator Fun ensures burns are valid, transparent, and verifiable.

UPDATED: MARCH 2026