A token burn permanently removes tokens from circulation by sending them to an unrecoverable address (no one has the private key). Burns reduce total supply, making remaining tokens relatively scarcer. Ethereum burns the base fee of every transaction (EIP-1559). Binance quarterly burns BNB. Some protocols burn tokens as a percentage of fees collected.
What Is a Token Burn?
3 min read
The short version
Burning tokens is like shredding dollar bills. Once burned, they can never re-enter circulation. If demand for the remaining tokens stays the same but supply shrinks, each surviving token represents a slightly larger share of the total. It is a deflationary mechanic that can support price over time, assuming demand does not decline faster than supply.
How It Works
Implementation: tokens are sent to an address like 0x000000000000000000000000000000000000dEaD (a valid address with no known private key). Once sent, they are provably unrecoverable. Common burn mechanisms: (1) Fee burns (ETH base fee): automatic, proportional to network usage. More transactions = more burned. (2) Scheduled burns (BNB): issuer buys back and burns tokens quarterly based on revenue. (3) Protocol revenue burns: portion of trading fees are used to buy and burn the protocol token. (4) Deflationary token tax: some tokens deduct and burn a percentage of every transfer (typically 1-5%). ETH burn stats (post-EIP-1559): during high-activity periods, ETH becomes net deflationary (more burned than issued to stakers). During low activity, it is slightly inflationary. Total ETH burned since August 2021: over 4 million ETH (~$12B+).
How ETH becomes deflationary during high usage
A busy day on Ethereum: average base fee is 50 gwei. At ~7,500 transactions per block and 7,200 blocks/day: approximately 4,500 ETH is burned that day. Staking issuance: ~1,700 ETH/day. Net: 4,500 burned minus 1,700 issued = 2,800 net ETH removed from supply that day. Annualized at that rate: ~1M ETH net reduction per year (about 0.8% of total supply). Compare to a quiet day: base fee 5 gwei, ~450 ETH burned versus 1,700 issued = net +1,250 ETH added. ETH supply is dynamic, not fixed. High network demand makes it deflationary; low demand makes it slightly inflationary. This is tracked in real-time at ultrasound.money.
What People Get Wrong
Burns guarantee price increase
Burns reduce supply but price is supply AND demand. If demand drops faster than supply is burned, price still falls. Burns help on the supply side but are not a standalone price guarantee. A dead protocol that burns tokens is still a dead protocol.
Burned tokens can be recovered
No. The burn address has no known private key and cannot execute transactions. Tokens sent there are permanently gone. This is verifiable by anyone on the blockchain. There is no "unburn" function.
More burns always means better tokenomics
Burns must be funded by real value (fees, revenue). A protocol burning tokens it printed for free (inflationary emission then burn) is just reducing the inflation rate, not creating real deflation. The burn only matters if net supply actually decreases relative to demand.
Keep Reading
Sources & Further Reading
- ultrasound.money
Live ETH burn tracking since EIP-1559 with supply projections
Questions People Also Ask
- How can I verify tokens were actually burned?
- Check the burn address on a block explorer (Etherscan for ETH/ERC-20). The balance of the burn address shows total tokens burned. For ETH: ultrasound.money tracks total burned and net supply change in real-time. It is fully transparent and on-chain verifiable.
- Do all blockchains burn tokens?
- No. Bitcoin does not have a burn mechanism (lost coins are effectively burned but not by design). Ethereum burns since EIP-1559. BNB has quarterly burns. Many smaller tokens implement burn-on-transfer or fee-based burns. It is a design choice, not a universal feature.
- Is there a difference between burning and locking?
- Yes. Burned tokens are permanently destroyed (supply reduced forever). Locked tokens still exist and will eventually become liquid (supply reduction is temporary). Burns affect total supply permanently; locks affect circulating supply temporarily. Both reduce immediate sell pressure, but burns are more powerful long-term.