Technical Definition

Burn

A token burn permanently removes tokens from spendable supply according to the token or protocol's rules.

By Crypto University Editorial
TokenomicsEmission scheduleTotal supply

Key Insight

Burns can change supply growth, fee economics, and token incentives. They are often marketed as automatically bullish, but a burn matters only in context, including issuance, token utility, demand, and the scale of the burn.

Common Misconceptions

Sending tokens to an inaccessible-looking address is not always equivalent to a protocol-enforced burn. Verify the contract logic, supply data, and whether the destination can truly never spend the tokens.

Detailed Explanation

Aliases and acronyms: Token burn; burning tokens; burn mechanism

Plain-English explanation: Burning usually means making tokens permanently unusable, for example through a smart-contract burn function or a protocol rule that destroys fees. A burn can reduce total supply or offset new issuance. The economic effect depends on how many tokens are burned relative to issuance and demand.

Analogy: It is similar to permanently cancelling issued tickets so they can never be used or resold again.

How it works: A burn function can decrease balances and total supply, while protocol-level mechanisms can destroy tokens automatically. Ethereum's EIP-1559, for example, burns the base fee paid for transactions. Some applications also burn tokens as part of redemptions or economic rules.

FAQs

Q: Does burning tokens guarantee a higher price?

A: No. Supply is only one factor. Demand, liquidity, utility, market conditions, and ongoing issuance also affect price.

Q: Can anyone burn tokens?

A: It depends on the token contract. Some designs let holders burn their own tokens; others restrict burning or implement it automatically.

Q: Does Ethereum burn ETH?

A: Yes. Under EIP-1559, the transaction base fee is burned by the protocol.

Sources

EIP-1559

OpenZeppelin - ERC20Burnable

In Practice

If a token has 100 million units and a verified burn permanently removes 1 million without new issuance, total supply falls to 99 million units.

Dig Deeper