Skip to main content

What Is Token Burn?

Definition

Token burning is the permanent, irreversible destruction of cryptocurrency tokens — reducing the circulating supply and making remaining tokens scarcer.

Burning tokens means sending them to an address from which they can never be recovered. On Solana, this uses the SPL Token Program's burn instruction. On Ethereum and Base, tokens are typically sent to the zero address (0x0000...dead) or a dedicated burn function in the contract.

  • Deflationary pressure: Reducing supply can increase the value of remaining tokens (basic supply/demand economics)
  • Trust signal: Shows the creator is committed to reducing supply rather than selling
  • Tokenomics: Many projects burn a percentage of tokens periodically as part of their economic model

Token burning is distinct from LP burning. Burning LP tokens locks liquidity permanently. Burning regular tokens reduces the circulating supply.

CoinDevTools supports burning SPL tokens on Solana and ERC-20 tokens on Ethereum and Base.

Try it yourself

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

Burn Tokens

Related Terms