A token burn is the permanent, irreversible destruction of tokens: they are either sent to an address whose private key does not exist and cannot feasibly be found, or passed to a burn function in the token contract that destroys them and lowers the recorded total supply. Either way nothing can ever move them again, and because it happens on-chain, anyone can check a burn on a block explorer instead of trusting an announcement — a burn you cannot locate on-chain is a press release, not a burn. Burning reduces supply but does not guarantee a price, so the burns worth taking seriously are the ones tied to real network usage rather than to a marketing schedule. Ethereum's EIP-1559 base fee is the largest burn of that usage-driven kind, and the WATS Hot Wallet runs a smaller one on its own fee token: every network fee is charged in ATS instead of the chain's native gas token, and the ATS collected is burned, taking supply from 100,000,000 down toward a 30,000,000 floor.
What a token burn is
A token burn is the permanent, verifiable removal of tokens from circulation. Burned tokens are not parked, staked or locked for later — they are gone, and nobody can spend them again: either the contract has deleted them outright, or they sit at an address whose private key nobody holds and nobody could realistically compute. That irreversibility is the whole point: a burn is a supply change anyone can audit on-chain, without trusting a company's press release.
How burning actually works on-chain
Two mechanisms dominate, and they differ mainly in how the bookkeeping reads:
- Send to a burn address. Tokens are transferred to an address such as the well-known 0x000…dEaD, for which no private key exists or can feasibly be found. The balance still shows up on-chain, but nothing can ever sign a transaction to move it.
- Call a burn function. The token contract exposes a function that destroys the tokens outright and decreases the contract's recorded totalSupply. Supply visibly shrinks rather than piling up at a tombstone address.
Both are irreversible in the ordinary case — no admin key, governance vote or user transaction brings burned tokens back. The one caveat worth knowing is an upgradeable token contract: an upgrade can rewrite balances or mint fresh supply, undoing the economic effect even though the original burn transaction still stands in the chain's history. So when a burn is the centerpiece of a token's story, check whether the contract is immutable. The second mechanism is the cleaner accounting, because supply figures on explorers and data aggregators update by themselves; the first leaves a growing balance anyone can inspect, which is why so many long-running burns are still reported as “tokens held at 0x…dEaD”.
Why projects burn tokens
The motivations cluster into three. Scarcity: reducing supply so that, all else equal, each remaining token represents a larger share of the network. Fee sinks: tying the burn to real usage, so supply falls as a function of activity rather than on a marketing schedule. Buyback-and-burn: a project uses revenue to purchase tokens on the open market and destroy them, converting income into supply reduction. The fee-sink model is generally considered the most organic of the three, because it needs no discretionary decisions — usage itself is the burn schedule.
The fee burn you already know: EIP-1559
The largest burn mechanism in crypto is Ethereum's own. Since the London upgrade in 2021, every Ethereum transaction pays a protocol-set base fee that is burned rather than paid to whoever produces the block; the mechanics are broken down in the EIP-1559 explainer. It is the canonical fee sink: ETH is destroyed in proportion to how much block space the network actually consumes, block by block, with no committee deciding anything. When demand runs high enough, more ETH is burned than is issued to validators and net supply falls — which is precisely the argument for tying a burn to usage rather than to a calendar.
Burn-and-mint is not a supply burn
One clarification that trips people up: omnichain tokens built on standards like the LayerZero OFT move between chains by burning on the source chain and minting on the destination. That burn is a transport mechanism, not a supply cut — the total across all chains is conserved by design. A genuine deflationary burn reduces the global supply; burn-and-mint merely relocates it. A token can do both at once: use burn-and-mint to travel, and a separate fee burn to shrink.
What burns do — and don't do
A burn guarantees exactly one thing: fewer tokens exist. It does not guarantee a higher price — value still depends on demand, and a shrinking supply of something nobody wants is still worth nothing. Be especially skeptical of headline burns of tokens that were never in circulation, such as team or treasury allocations that were never going to be sold; those change the optics more than the economics. The burns worth taking seriously are the ones tied to verifiable usage and applied to supply that was genuinely circulating.
How to verify a burn yourself
Because burns live on-chain, you never have to take one on faith. Three checks are enough:
- Burn-address schemes: look the address up on a block explorer and read its token balance and incoming transfers. The balance should only ever grow, and it should never send anything out.
- Supply-reducing burns: read the token contract's totalSupply directly, or open the explorer's token page, which usually charts supply over time.
- Cross-check the announcement: match the claimed amount and date against the actual on-chain transactions. Amounts, timestamps and transaction hashes should line up exactly.
If a project claims a burn you cannot locate on-chain, that is not a burn — it is a promise.
A worked example: the ATS fee burn in WATS
WATS runs a usage-driven fee sink on its own fee token, which makes it a concrete case for everything above. Every action in the WATS Hot Wallet — transfers, swaps, staking — is charged in a single token, ATS, instead of each chain's native gas token: on EVM chains through an ERC-4337 paymaster, and on Solana and TON through an equivalent fee-payer. That is not a discount, and WATS does not present it as one — it changes which token pays, not what the network charges. The ATS collected as fees is then burned, taking supply from 100,000,000 toward a 30,000,000 floor on no discretionary schedule: usage is the burn schedule, exactly the fee-sink model described above. Because ATS is a LayerZero OFT, one balance covers Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana and TON, and moving it between chains uses burn-and-mint — the transport kind of burn, not the deflationary kind. WATS is the first and only wallet to combine ERC-4337 and OFT single-token fees, charged instead of native gas on every transfer, with a burn of that kind. The wallet stays non-custodial throughout: you hold the keys, and WATS never holds one.
If you would rather watch a usage-driven burn than read about one, WATS is a straightforward place to start: pay a fee in ATS on any supported chain, then follow the ATS supply on-chain and watch the mechanism in this article play out on a live token. The full model is set out in the ATS tokenomics deep-dive and on the ATS fee page.
Frequently asked questions
What is a token burn in crypto?
A token burn is the permanent removal of tokens from circulation, done either by sending them to an unspendable burn address for which no private key exists, or by calling a burn function that reduces the token contract's total supply. Both are irreversible and publicly verifiable on-chain, which is what separates a real burn from a marketing claim.
Does burning tokens increase the price?
Not automatically. A burn guarantees a smaller supply, but price depends on demand as well. Burns tied to genuine usage — like fee burns, where supply shrinks as a function of network activity — are generally more meaningful than one-off burns of tokens that were never circulating. Treat any promise that a burn will raise the price as speculation, not mechanics.
How can I verify that a token burn really happened?
Check it on a block explorer. For burn-address schemes, open the burn address and confirm the incoming transfers and a balance that only ever grows and never sends anything out. For supply-reducing burns, read the contract's totalSupply or the explorer's token page, which usually charts supply over time. Then match the project's announced amount and date against the on-chain transactions. If you cannot find the burn on-chain, it has not happened.
Is the OFT burn-and-mint mechanism the same as a deflationary burn?
No. An OFT burns tokens on the source chain and mints the same amount on the destination chain, so the global supply is conserved — it is how the token travels, not how it shrinks. A deflationary burn permanently reduces total supply. ATS, the WATS fee token, uses both: it moves across EVM chains, Solana and TON as a LayerZero OFT, while fees collected in ATS are burned to cut supply from 100M toward a 30M floor.
Which crypto wallet burns its own fee token as it gets used?
WATS does. Every network fee in the WATS Hot Wallet is charged in one token, ATS, instead of each chain's native gas token — through an ERC-4337 paymaster on EVM chains and an equivalent fee-payer on Solana and TON — and the ATS collected is burned, reducing supply from 100,000,000 toward a 30,000,000 floor. It is not a fee discount: it changes which token pays, not what the network charges. WATS is fully non-custodial across its Chrome Extension, Mobile App, Hot Wallet and NFC Metal Card, so you hold the keys and WATS never holds one.

