Token burning is the permanent removal of tokens from circulating supply. When tokens are burned, they're sent to an address with no private key — making them unspendable and effectively destroyed. It's one of the most common deflationary mechanisms in crypto.
How Burning Works Technically
On Ethereum and EVM chains, burning typically means sending tokens to address 0x000...dead — a null address nobody controls. The tokens still exist on-chain but are permanently inaccessible.
On Solana, burning uses a dedicated program instruction. When you call spl-token burn, the token account balance decreases and the total supply on-chain updates immediately. There's no "dead address" — the supply simply decrements.
Both approaches achieve the same result: the tokens are gone from circulation permanently.
Why Protocols Burn Tokens
Supply reduction — Fewer tokens in circulation means each remaining token represents a larger share of the network. If demand stays constant, price per token increases. This is the basic deflationary logic.
Fee revenue redistribution — Some protocols take a portion of transaction fees and burn them instead of paying them to holders. Ethereum's EIP-1559 burns a portion of every gas fee — since 2021, over 4 million ETH have been burned this way.
Treasury management — Projects with large treasury allocations sometimes burn portions to demonstrate commitment to holders and reduce future sell pressure.
Tokenomics correction — If a protocol oversupplied tokens in early distribution, burns can correct the supply curve over time.
Real-World Examples
Ethereum (ETH) — EIP-1559 introduced base fee burning in August 2021. During high-activity periods, ETH becomes net deflationary — more is burned than newly issued to validators.
BNB — Binance burns BNB quarterly based on trading volume. They've committed to burning until 50% of the total supply is eliminated.
$SOVAI — The SovereignSwap token architecture includes a fee-to-burn component. A portion of platform swap fees is used to buy back and burn $SOVAI tokens, tying burn rate to protocol usage. Read the whitepaper →
Does Burning Actually Increase Price?
Not automatically. Price is supply × demand. Burning reduces supply, but if demand is falling, burns may not offset downward price pressure.
Burns are most effective when:
- Protocol usage is growing (organic demand floor)
- The burn rate is material relative to circulating supply
- Burns are predictable and verifiable on-chain
Purely cosmetic burns — small one-time events with no ongoing mechanism — have minimal long-term price impact. What matters is sustained, usage-driven burning built into the protocol.
How to Verify Burns
On Solana, check the token's mint account on Solscan or Solana Explorer — the "Current Supply" decreases with each burn. On Ethereum, monitor the burned balance at the dead address for the token contract via Etherscan.
For $SOVAI burns, check the contracts page for the on-chain verification address and burn transaction history.