In cryptocurrency and blockchain, “burn” refers to the permanent, irreversible removal of tokens from the circulating supply by sending them to an unspendable wallet address — effectively destroying them forever.
The burned tokens remain visible on the blockchain as historical transactions but can never be accessed, transferred, or used again. Token burning is implemented as a deliberate deflationary mechanism in tokenomics design: by reducing supply while (ideally) maintaining or growing demand, the value of remaining tokens is theoretically increased.
Burns can be automatic (triggered by protocol rules per transaction, like Ethereum’s EIP-1559 base fee burn), periodic (scheduled burns like Binance’s quarterly BNB burns), or event-driven (burning unsold tokens after a token sale).
The “burn address” — the destination for burned tokens — is typically the zero address (0x0000…0000) or another cryptographically provably uncontrolled address.
Origin & History
| Date | Event |
|---|---|
| January 2014 | Counterparty (XCP) implements the first systematic token burn as a fair launch mechanism; approximately 2,125 BTC burned to create the XCP supply |
| 2017 | Binance announces BNB quarterly burns; popularizes the buy-and-burn model |
| 2018-2019 | Multiple ERC-20 projects implement automatic transaction burns (1% per transaction) |
| 2020 | DeFi Summer: yield farming protocols use burns as tokenomics incentive |
| August 2021 | Ethereum EIP-1559 activates; systematic ETH base fee burning begins; “ultra-sound money” narrative emerges |
| 2021 | Shiba Inu (SHIB) community organizes massive burn campaigns; Vitalik Buterin burns approximately $6.7B worth of SHIB he received as a gift |
| 2022 | Terra/LUNA burns billions of UST in a failed attempt to maintain the peg |
| 2024 | Over 4.4 million ETH burned since EIP-1559; significant supply reduction achieved |
How It Works
Burn Address (Zero Address):
The zero address (0x0000000000000000000000000000000000000000) has no private key. Tokens sent here are provably unspendable and remain visible on the blockchain forever.
Burn Transaction Flow:
Token Contract calls transferFrom(sender, burnAddress, amount). The burnAddress receives the tokens. Total supply decreases if the contract tracks it. Remaining holders own a larger percentage of the reduced supply.
Automatic Burn (EIP-1559 example):
User submits a transaction. The base fee is calculated by the protocol. The base fee ETH is automatically sent to the burn address. Validators receive only the priority fee (tip).
Buyback-and-Burn Model:
Protocol earns revenue from trading fees or other activity. Revenue is used to buy the protocol’s own token on the open market. Purchased tokens are sent to the burn address. Supply is reduced and remaining holders benefit.
Deflationary Math:
Before: 1,000,000,000 tokens at $0.001/token = $1M market cap. After burning 10% (100,000,000 tokens): 900,000,000 tokens remain. If demand is unchanged: each token is worth approximately $0.001111, with the same total market cap but more value per token.
Burn Types:
| Burn Type | Trigger | Example |
|---|---|---|
| Transaction burn | Every token transfer | 1% of SHIB transfers burned |
| Base fee burn | Every ETH transaction | EIP-1559 ETH burns |
| Buyback-and-burn | Protocol revenue events | Binance quarterly BNB burn |
| Manual burn | User decision | Community sending tokens to burn address |
| Event burn | Token sale close | Unsold ICO tokens burned |
In Simple Terms
Permanent token destruction: Burning tokens means sending them to an address no one can ever access — making them gone forever. Unlike locking tokens (which could be unlocked), burned tokens are irreversibly destroyed.
Less supply means potentially more value: If there are fewer tokens but the same number of people wanting them, each token can command a higher price. Burns are a supply-side strategy to support token value.
On-chain proof: Every burn is a visible, verifiable blockchain transaction. Anyone can audit how many tokens have been burned by looking at the burn address balance — this transparency makes burns trustless.
Automatic vs. manual burns: Some burns happen automatically with every transaction (like Ethereum’s EIP-1559). Others are deliberately triggered by teams or communities. Automatic burns are more predictable and trustless; manual burns depend on organizational commitment.
Burns are not a magic price increase: Burning tokens is a deflationary mechanism, but supply reduction alone does not guarantee price appreciation. Demand must also exist or grow for the price to rise — many tokens with aggressive burns still declined because demand collapsed.
Real-World Examples
| Scenario | Implementation | Outcome |
|---|---|---|
| Ethereum EIP-1559 | Base fee burned on every transaction | Over 4.4M ETH burned since August 2021; ETH becomes net deflationary during high usage periods |
| Binance BNB quarterly burn | 20% of quarterly profits used to buy and burn BNB | BNB supply reduced from 200M toward the 100M target |
| Counterparty XCP fair launch | Approximately 2,125 BTC burned in January 2014 to create XCP tokens | Novel fair launch mechanism; BTC provably destroyed as the cost of participation |
| LUNA emergency burns | Terra protocol burns billions of UST to defend the peg | Burns insufficient; death spiral continues; both LUNA and UST collapse |
| Shiba Inu community burn | Vitalik Buterin burns 90% of SHIB he received as a gift (approximately $6.7B at the time) | Accelerates supply reduction narrative; among the largest single burns in crypto history |
Advantages
| Advantage | Description |
|---|---|
| Deflationary pressure | Reduces circulating supply; supports value of remaining tokens |
| Transparent commitment | On-chain burns are verifiable; cannot be faked or reversed |
| Revenue signal | Buyback-and-burn funded by revenue indicates real economic activity |
| Monetary policy tool | Burns can be adjusted as economic conditions change |
| Holder alignment | Supply reduction benefits all existing token holders proportionally |
Disadvantages & Risks
| Disadvantage | Description |
|---|---|
| No guaranteed price impact | Burns reduce supply but do not create demand |
| Marketing gimmick risk | Some projects burn worthless tokens for positive headlines |
| Permanent | Cannot be undone if economic conditions change |
| Wealth concentration | Burns benefit large holders proportionally more than small ones |
| Death spiral risk | Burns during panic (like LUNA) cannot stop fundamental collapses |
Risk Management Tips:
- Evaluate burns by their funding source: burns funded by protocol revenue are sustainable signals; burns funded by treasury are temporary
- Track the actual burn address on Etherscan or equivalent explorer to verify claimed burns
- Distinguish token burns (removes supply) from business burn rate (spends capital) — both matter for project health
- Do not mistake aggressive burn marketing for strong fundamentals; assess utility, adoption, and revenue independently
FAQ
Q: How is burning different from locking tokens?
A: Locking tokens temporarily removes them from circulation (placed in a smart contract with time-based release), but they return to circulation after the lock period. Burning is permanent and irreversible — burned tokens can never return. Locking is reversible; burning is not.
Q: Can I verify that tokens have been burned?
A: Yes. Burns are on-chain events. You can look up the burn address (typically 0x0000…0000 or a project-specific burn address) on a blockchain explorer like Etherscan and see all tokens ever sent there. You can also track total supply changes on CoinMarketCap or via the token contract’s totalSupply() function.
Q: What is the difference between deflation and a burn?
A: Deflation refers to the overall reduction in token supply (or price increase due to supply reduction). A burn is a specific mechanism that causes deflation by permanently destroying tokens. EIP-1559 creates deflationary conditions through its burn mechanism. All burns cause deflation, but deflation can also occur through other mechanisms.
Q: Did Shiba Inu’s massive burns significantly reduce its supply?
A: While Shiba Inu has burned trillions of tokens, its initial supply was in the quadrillions — making even large absolute burns a small percentage of total supply. The burns generate community excitement and media coverage, but the practical supply reduction effect is limited relative to the enormous remaining supply.
Q: Can a project’s team avoid following through on burns?
A: If the team controls the burn mechanism, they could theoretically not follow through. Look for on-chain, automatic burns (like EIP-1559) rather than team-controlled manual burns for maximum trustlessness. Verify announced burns actually occurred by checking the burn address on a blockchain explorer.
Related Terms
Token Burn, Burn Rate, Deflationary Token, EIP-1559, Tokenomics, Zero Address
UPay Tip: Before buying a token primarily because of its burn mechanism, ask: what creates demand for this token beyond the burn narrative? Deflation (reducing supply through burns) is meaningless without a corresponding reason people want to hold the token. The best burn mechanisms are funded by real protocol revenue — because that means people are using and paying for the protocol, creating both revenue (for burns) and organic demand.
Disclaimer: This content is for educational purposes only and does not constitute financial or investment advice. Cryptocurrency investments carry significant risk. Always conduct your own research before making any investment decisions.
UPay — Making Crypto Encyclopedic










