Tokenomics

Token Burns Explained: What They Do and Don't Do

By HealthShaper Hub · · How we check facts

Token burns explained: how burns cut supply, why some burns change nothing for holders, and how to net burns against new issuance, with a worked example.

Formula card showing net token supply change as new issuance minus tokens burned, with a hypothetical example

Key takeaways

  • A burn permanently removes tokens, either by destroying them in the contract or by sending them to an address no one controls.
  • Burns matter net of issuance: 30M new tokens minus 12M burned still adds 18M, or 4.5% of circulating supply.
  • Burning treasury or unsold tokens shrinks total supply but leaves circulating supply, and the price math, unchanged.
  • A buyback-and-burn spends real money: $2M at $0.50 removes 4M tokens, or 1% of a 400M float.
  • Verify burns on-chain and ask who paid for them: network users, the treasury, or holders through a transfer tax.
On this page
  1. What is a token burn?
  2. What burns do: the supply math
  3. Worked example: three burns, three different outcomes
  4. Three questions to ask about any burn
  5. Common burn myths
  6. How to verify a burn yourself
  7. The bottom line
  8. Frequently asked questions
  9. Sources

Burn announcements are among the most common headlines in crypto, and among the most misunderstood. Destroying tokens sounds as if it must help holders. Sometimes it does, a little. Sometimes it changes nothing at all. The difference comes down to three things: where the burned tokens came from, how many new tokens are being created at the same time, and who paid.

What is a token burn?

A token burn permanently removes tokens from supply. In a standard token contract, a burn function destroys tokens and lowers the total supply. A standard open-source ERC-20 implementation documents its burn function as “lowering the total supply” and emitting a transfer to the zero address, which makes burns traceable on-chain. Projects also burn by sending tokens to an address no one controls, which takes them out of use permanently.

Data sites account for burns, but only real ones. CoinMarketCap’s definitions subtract “verifiably burned” coins from both total supply and max supply. The key word is verifiably: a burn you cannot find on-chain is just a claim.

Burn typeWhere the tokens come fromWho paysEffect on circulating supply
Protocol fee burnFees paid to use the networkNetwork usersReduces it continuously
Buyback and burnTokens bought on the marketThe treasury or protocol revenueReduces it
Treasury or unsold-token burnTokens that were never circulatingNobody directlyNone
Transfer-tax burnA cut of each transferHolders who transactReduces it, at holders’ expense

Ethereum offers a well-documented fee burn. Under EIP-1559, “the base fee per gas is burned,” while the block producer keeps only the priority fee. The proposal describes the burn as a way to counterbalance Ethereum inflation, and ethereum.org explains that net supply depends on whether burns exceed the ETH issued to validators. On busy days burns can outweigh issuance, so net supply shrinks. Our Ethereum gas fees guide explains the base fee itself.

What burns do: the supply math

Market cap equals price × circulating supply. If a burn removes circulating tokens and total market value stays the same, each remaining token is worth proportionally more:

Formula: Price change at a constant market cap = Old circulating supply ÷ New circulating supply − 1.

That is the whole mechanism. A burn doesn’t add revenue, users or demand; it divides the same pie into fewer slices. Our guide to market cap vs price explains why the per-token price is the wrong place to start any valuation.

Worked example: three burns, three different outcomes

Token B is hypothetical. It has a total supply of 1,000,000,000, of which 400,000,000 circulate, a price of $0.50 and a market cap of $200,000,000. It issues 30,000,000 new tokens a year as staking rewards and burns 12,000,000 a year from fees.

1. The fee burn, netted against issuance

  1. Net change = 30,000,000 issued − 12,000,000 burned = 18,000,000 new tokens.
  2. As a share of circulating supply: 18,000,000 ÷ 400,000,000 = +4.5%.
  3. At a constant market cap, the price per token would change by 400 ÷ 418 − 1 = −4.31%.
Net supply change after burns
Net supply change = New tokens issued − Tokens burned
Example30,000,000 − 12,000,000 = +18,000,000 tokens (+4.5% of 400,000,000)
Hypothetical Token B: fee burns offset only part of new issuance, so circulating supply still grows 4.5% a year.

The burn cut gross dilution from 7.5% to 4.5%, which is real. But supply still grows. To offset issuance fully, burns would have to reach 30,000,000 a year, 2.5 times the current level.

2. The headline treasury burn

The team announces it has burned 100,000,000 tokens, “10% of supply.” Total supply falls from 1,000,000,000 to 900,000,000, and any valuation based on total or max supply falls with it. But the tokens came from the treasury, so circulating supply stays at 400,000,000 and, at a constant market cap, the price effect is 0%. The same 100,000,000 would equal 25% of the float, yet none of those tokens were part of it.

That doesn’t make treasury burns meaningless. Tokens that no longer exist can’t be sold later, which lowers future supply pressure, as FDV vs market cap explains. It just isn’t a cut to what trades today.

3. The buyback and burn

The treasury spends $2,000,000 buying tokens at $0.50: 2,000,000 ÷ 0.50 = 4,000,000 tokens, or 1% of circulating supply. At a constant market cap, the price effect is 400 ÷ 396 − 1 = +1.01%. The cost is real, because the treasury, a resource that belongs to the project and its community, gave up $2,000,000 in exchange for a smaller supply.

Combine all three for the year: 30,000,000 issued, 12,000,000 burned from fees and 4,000,000 bought back and burned leaves net issuance of 14,000,000 tokens, still +3.5% of circulating supply.

Three questions to ask about any burn

QuestionStronger answerWeaker answer
Where did the tokens come from?Circulating supply, via fees or market purchasesTreasury, unsold or never-issued tokens
How big is it next to issuance and unlocks?Burns exceed new supply, so net supply shrinksBurns are a fraction of emissions and unlocks
Who paid, and can you verify it?Fees from real usage, visible on-chainUnverifiable claims, or a tax on holders’ transfers

If a burn gives the weaker answer to all three, it is mostly marketing. A complete supply picture also needs emissions, covered in token inflation and emissions, and vesting unlocks, covered in our pillar guide to token vesting.

Common burn myths

  • “Burned means removed from the market.” Only if the tokens were circulating. Treasury and unsold-token burns leave the tradable float untouched.
  • “A 10% burn means a 10% higher price.” Even at a constant market cap, the effect depends on the change in circulating supply, not total supply, and demand can move either way.
  • “Deflationary tokens are always shrinking.” Token B burns 12,000,000 tokens a year and still grows its supply by 4.5%. Only net figures tell you the direction.

How to verify a burn yourself

  1. Find the transaction on a block explorer and check the amount and the destination, usually the zero address or a published burn address.
  2. Compare total supply before and after; contract-level burns lower it.
  3. Check the sending wallet to see whether the tokens came from circulation or from a treasury.
  4. Recalculate the float using the definitions in circulating vs total vs max supply, since trackers only subtract verifiably burned tokens.

To see how a supply change of a given size would feed through to a position, run before-and-after values through our ROI and CAGR calculator.

The bottom line

A burn removes tokens, but it only helps holders when it cuts circulating supply by more than new issuance and unlocks add back. Ask where the tokens came from, net the burn against everything else entering the market, and verify it on-chain. A “10% burn” from the treasury may change nothing you can actually trade.

Frequently asked questions

What does it mean when a crypto token is burned?

Burning a token means permanently removing it from supply. In a standard token contract, a burn function destroys the tokens and lowers the total supply, and the transfer to the zero address is visible on-chain. Projects also send tokens to an address no one controls. Either way, the tokens can never be spent again, and data sites subtract verifiably burned tokens from total and max supply.

Do token burns increase the price?

Not by themselves. A burn reduces supply, so at a constant market cap each remaining token represents a larger share. But if burns are smaller than new issuance, supply still grows, and if the burned tokens came from a treasury, circulating supply doesn't change at all. Price depends on demand as well as supply, so a burn is one input, not a guarantee.

What is a buyback and burn in crypto?

A buyback and burn is when a project uses its treasury or protocol revenue to buy its own tokens on the market and then destroys them. It reduces circulating supply, much like a company share buyback. In a hypothetical case, spending $2,000,000 at $0.50 per token removes 4,000,000 tokens, or 1% of a 400,000,000 float, which at a constant market cap lifts the price per token by about 1.01%.

How can I verify a token burn?

Find the burn transaction on a block explorer and check the amount and destination, usually the zero address or a published burn address. Compare the token's total supply before and after, and check which wallet the tokens came from, since treasury burns don't reduce circulating supply. Treat any burn you cannot find on-chain as an unverified claim.

Sources

  1. EIP-1559: Fee market change for ETH 1.0 chain — Ethereum Improvement Proposals
  2. How The Merge impacted ETH supply — ethereum.org
  3. Supply (Circulating, Total, Max) — CoinMarketCap Support, Metric Methodologies
  4. ERC-20 API reference (ERC20Burnable, _burn) — OpenZeppelin Docs

This content is for education only and is not financial, investment, tax or legal advice. Crypto assets are volatile and you can lose money. Examples use hypothetical numbers. See our disclaimer and editorial policy.