BURN TOKENS
CLOSE TOKEN ACCOUNTS & CLAIM SOL RENT
MENU

HOW INCINERATOR FUN WORKS

Incinerator Fun is the safest and simplest way to burn SPL and LP tokens on Solana. It does not rely on custom contracts — instead, it uses Solana’s official burn instruction.

This guide explains how token burning works, how Incinerator Fun executes it, and why the process is fully trustless.

WHAT IS TOKEN BURNING

Burning a token permanently reduces its total supply. On Solana, this means:

  • Tokens are removed from your account
  • Total supply is reduced on the mint
  • The change is recorded on-chain

Unlike Ethereum, Solana does not use dead wallets — it uses a native burn instruction.

HOW IT WORKS UNDER THE HOOD

Incinerator Fun builds the burn transaction client-side using the official SPL Token library:

import { createBurnInstruction } from "@solana/spl-token";

No custom programs are used — only Solana’s native token program (same as Phantom, Raydium, Orca).

STEP 1: LOAD TOKEN ACCOUNTS

Click REFRESH to scan your wallet for all SPL and LP tokens.

STEP 2: CREATE BURN INSTRUCTION

burn( connection, wallet, tokenAccount, mintAddress, ownerPublicKey, amountToBurn );

This prepares the transaction but does nothing until you approve it.

STEP 3: APPROVE IN WALLET

Your wallet prompts for approval. You sign locally — nothing executes without your consent.

STEP 4: ON-CHAIN EXECUTION

  • Tokens are burned from your account
  • Total supply is reduced
  • Transaction is finalized on-chain

WHY INCINERATOR FUN IS SAFE

  • Uses official SPL Token Program
  • No backend custody
  • Fully client-side execution
  • Wallet approval required

Incinerator Fun is simply a UI for executing safe burn instructions.

VERIFY ON SOLSCAN

After burning, check your wallet on Solscan. The transaction will show a BURN instruction.

FINAL NOTES

Incinerator Fun uses the same secure mechanism as Solana wallets and DEXs — no shortcuts, no risk, just clean on-chain burns.

UPDATED: MARCH 2026