Skip to main content

What Is Burn Address (Dead Address)?

Definition

A burn address is a wallet address with no known private key — tokens sent to it are permanently unrecoverable, effectively destroying them. Used to burn tokens and lock LP.

A burn address (also called a "dead address") is a wallet that nobody can access because its private key is unknown. Sending tokens to a burn address is equivalent to destroying them — they still exist on the blockchain but can never be moved again.

  • Solana — the SPL Token Program's burn instruction directly reduces supply (no address needed)
  • Ethereum/Base — the conventional burn address is 0x000000000000000000000000000000000000dEaD
  • Some projects burn to 0x0000000000000000000000000000000000000000 (the zero address)
  • Regular tokens — reduces circulating supply (deflationary pressure)
  • LP tokens — permanently locks liquidity in the DEX pool (anti-rug-pull)
  • NFTs — some projects burn NFTs as part of upgrade mechanics
  • The Burn Token tool on Solana uses the SPL burn instruction (direct supply reduction)
  • The Burn Liquidity tools send LP tokens to a dead address
  • The Burn & Earn tool locks Raydium CPMM positions and gives you a fee-collecting NFT

Try it yourself

No code required. Connect a wallet and get started in minutes.

Burn Tokens

Related Terms