Burn
Permanently removing tokens from circulation by sending them to an unspendable address. Burns reduce supply and are often used to align incentives, return value to holders, or destroy NFTs.
How a burn works mechanically
Tokens get "burned" by sending them to an address that no one controls — typically 0x000...dead on EVM chains, or a similarly empty address elsewhere. No private key exists for these addresses; the tokens become technically still on-chain but unspendable. The total supply of the token is effectively reduced.
Some protocols implement burns through dedicated burn() functions in the token contract that decrease total supply directly rather than just sending to a dead address. Functionally equivalent for users; the second approach is cleaner from an accounting perspective.
Why projects burn tokens
Several common motivations:
- Returning value to holders. Reducing supply concentrates ownership. If the demand for the token stays the same and supply shrinks, the price per token tends to rise. This is the share buyback of crypto.
- Aligning with revenue. Some protocols burn a portion of fees collected. Ethereum's EIP-1559 burns the base fee from every transaction; over $10B+ of ETH has been burned this way since 2021.
- Tokenomics rebalancing. Reducing inflation or correcting an over-issued initial supply.
- Marketing. Big visible burns generate attention, social media coverage, and a perception of disciplined supply management. This use case often disconnects from any actual economic logic.
Famous burns
- Ethereum's EIP-1559 (August 2021) — every transaction burns the base fee, making ETH structurally deflationary during periods of high network usage.
- Binance's quarterly BNB burns — Binance committed to burning BNB on a regular schedule until reaching a target supply. Has shifted to a real-time burn mechanism more recently.
- Shiba Inu burns — community campaigns to burn SHIB tokens in massive amounts, mostly with little structural effect because the supply is so large.
- The Vitalik SHIB burn — in 2021, Vitalik Buterin received roughly half of the SHIB supply as an unsolicited gift, then burned 90% of it (approximately 410 trillion SHIB at the time, billions of dollars on paper) and donated the rest.
NFT burns
NFT burns are conceptually similar but with different implications. Burning an NFT typically means sending the token to a dead address (or calling a burn() function), often as part of:
- Burn-to-mint mechanics — burn one NFT to receive a different one. Used in upgrades and evolutions.
- Redemption — burn an NFT to claim a physical good or another asset.
- Supply reduction — projects occasionally burn unsold or reserve NFTs to lower the floor supply.
Whether burns actually work
The market reaction to burns is mixed. Burns that come with credible, sustained mechanisms (Ethereum's fee burn, Binance's commitment) have measurable effects on supply over time. One-off marketing burns rarely produce lasting price effects.
The more important question is usually whether the project has revenue or sustained demand to support the token at all. A project burning a meaningful percentage of its supply in a token with no underlying utility is just choreographing scarcity around an asset that has no real economic anchor. Strong tokenomics start with usage; burns are a secondary lever, not a substitute for fundamentals.