What is a Burn Address?
A burn address is a cryptocurrency address that has no known private key. Tokens sent to a burn address are permanently locked — no one can ever spend or retrieve them. This is how projects burn tokens to reduce supply.
The most famous burn address on Ethereum is 0x0000000000000000000000000000000000000000 (the “zero address”) and 0x000000000000000000000000000000000000dead (the “dead address”). On Bitcoin, burn addresses are created by sending to addresses with no valid private key.
Why Projects Burn Tokens
- Deflationary mechanism — reducing total supply can increase scarcity and token value
- EIP-1559 ETH burning — Ethereum’s base fee is sent to a burn address, continuously reducing ETH supply
- Token sale aftermath — projects burn unsold tokens from ICOs/sales to reassure investors
- Stablecoin transparency — stablecoin issuers burn tokens when users redeem for fiat, reducing circulating supply
- Error recovery — some projects burn misallocated or accidentally created tokens
How to Verify Token Burns
Token burns are verifiable on-chain:
- Check the burn address balance on a block explorer
- Verify the transaction that sent tokens to the burn address
- Confirm the sending address belongs to the project team or treasury
This transparency is a major advantage over traditional finance, where share buybacks or debt cancellation happen off-chain.
Notable Burn Programs
| Project | Burn Mechanism |
|---|---|
| Ethereum | EIP-1559 base fee burned on every transaction |
| Binance (BNB) | Quarterly auto-burn based on trading volume |
| TerraClassic (LUNC) | Community-driven tax-burn mechanism |
| Shiba Inu (SHIB) | Manual burns + Shibarium transaction burns |
The Zero Address vs. Dead Address
0x...0000(zero address): Some tokens use this, but it can cause issues with smart contracts that treat it as “uninitialized” or “null”0x...dead(dead address): The mnemonic “dead” makes the purpose clear; preferred for explicit token burns
Both addresses have no known private key, making tokens sent to them permanently inaccessible.
Frequently Asked Questions
Q: Can tokens in a burn address ever be recovered? A: Practically, no. Recovering tokens from a burn address would require finding the private key, which is computationally impossible for addresses like the zero address. Some projects use “time-locked” burns where tokens are recoverable after a long delay, but these are technically different from true burns.
Q: Is burning tokens always good for price? A: Not necessarily. Burning reduces supply, but if demand doesn’t increase (or decreases), the price won’t rise. Burns are most effective when combined with genuine demand growth and utility.
Q: How much ETH has been burned through EIP-1559? A: Millions of ETH have been burned since August 2021. Track it in real-time on ultrasound.money. During high gas periods, the burn rate can exceed new ETH issuance, making ETH deflationary.