Crypto Burning: Using Artificial Scarcity to Boost Demand

Crypto burning

The limited supply of a token is one of the most powerful forces shaping its value. When projects want to reinforce that scarcity, they sometimes resort to an extreme measure: destroying their own tokens permanently. This process, known as crypto burning or token burning, has become one of the most widely discussed mechanisms in cryptocurrency tokenomics. In October 2025, Binance conducted its 33rd consecutive quarterly BNB burn, removing approximately 1.44 million BNB tokens worth hundreds of millions of dollars. Since Ethereum’s EIP-1559 upgrade in August 2021, over 4.6 million ETH worth more than $20 billion has been permanently destroyed. OKX burned 65.26 million OKB tokens worth around $7.6 billion in 2025 alone. PayPal burned 600 million PYUSD tokens to maintain its dollar peg. Token burning has moved from a niche concept to a central pillar of tokenomics strategy across the crypto ecosystem. But the picture is more nuanced than the headlines suggest. Burns do not always increase prices, and some critics argue they can be misleading if used without genuine ecosystem substance behind them. This article covers everything you need to know about crypto burning: what it is, how it works technically, why projects do it, the different types of burn mechanisms, real-world examples with current data, the genuine advantages, the risks and criticisms, and how to evaluate whether a burn is meaningful. Recommended reading: How to Recover Money From a Crypto Scammer  What Is Crypto Burning? Crypto burning, also called token burning or coin burning, is the deliberate and permanent removal of a specific number of cryptocurrency tokens from circulation. The process involves sending those tokens to a specially designed wallet address, called a burn address or eater address, from which they can never be retrieved. In simple terms, it is like sending coins into a black hole. The tokens arrive at the burn address, are permanently locked there with no way to access or spend them, and are effectively removed from existence. The total and circulating supply figures for the cryptocurrency are updated to reflect this reduction. Burn addresses typically look like strings of zeros, such as Ethereum’s canonical address: `0x0000000000000000000000000000000000000000`. They can only receive cryptocurrency, and because no private key exists for these wallets, whatever is sent there stays there forever. On public blockchains, anyone can verify the burn by checking the blockchain explorer and confirming the transaction. The concept is similar to a company buying back its own shares in traditional finance. When a company repurchases shares and retires them, it reduces the total number outstanding and theoretically increases earnings per share and value for remaining shareholders. Token burning attempts the same outcome in digital form: reduce supply, all else equal, and the remaining tokens become scarcer and potentially more valuable.  How Crypto Burning Works: The Technical Process Understanding the mechanics behind token burning helps distinguish between genuine supply reduction and promotional announcements. The Burn Function For smart contract tokens, such as ERC-20 tokens on Ethereum, burning is typically initiated by calling a `burn()` function built into the token’s smart contract. Here is what happens step by step: A token holder or project team initiates the burn by calling the burn function and specifying the number of tokens to destroy. The smart contract immediately verifies that the caller holds at least that many tokens in their wallet. If the balance is sufficient, the function executes: the specified tokens are deducted from the caller’s wallet and sent to the designated burn address. If the specified amount is invalid (zero, negative, or greater than the available balance), the function is cancelled and nothing happens. Once the burn executes, the total supply figure encoded in the smart contract is permanently reduced by the burned amount. Because this entire process happens on-chain, it is publicly visible and verifiable by anyone through a blockchain explorer like Etherscan (for Ethereum) or BSCScan (for Binance Smart Chain). The burn transaction shows the amount destroyed, the wallet that initiated the burn, and the destination burn address. Burn Addresses The most widely recognised Ethereum burn address is `0x0000000000000000000000000000000000000000`, the null or zero address. Another commonly used address is `0x000000000000000000000000000000000000dEaD`, which has become a standard burn destination for many projects. Both share the same critical property: no private key exists, making the funds permanently inaccessible. Once tokens are sent to a burn address, the process is irreversible. Unlike a frozen account where access might theoretically be restored, a burn address transaction is mathematically final. The tokens are gone permanently. Manual vs. Automatic Burning There are two broad categories of burn execution. Manual burning is when a project team or designated authority deliberately sends tokens to a burn address at a specified time or based on certain conditions. Binance’s quarterly BNB burns historically used a combination of manual execution based on the exchange’s trading volume. Manual burns are flexible but require trust in the team executing them, and without independent verification they raise questions about governance and transparency. Automatic burning uses smart contracts to trigger the burn process based on predefined conditions without any human action required. Ethereum’s EIP-1559 is the most prominent example: every time a transaction occurs on Ethereum, the base fee portion is automatically sent to the burn address by the protocol itself, with no team action needed. Automatic burns are generally considered more transparent and reliable because they remove human discretion from the equation. Why Do Projects Burn Crypto? The Reasons Behind Token Burns Crypto burning is not done arbitrarily. Projects have specific goals in mind, and understanding those goals helps evaluate whether a burn is genuinely beneficial. Recommended reading: How to Buy New Cryptocurrency Before It’s Publicly Available  Controlling Inflation and Managing Supply The most fundamental reason for burning tokens is supply management. Just as traditional currencies can lose value through inflation when too much money is printed, cryptocurrencies can face the same problem when too many tokens exist relative to demand. By permanently reducing supply, projects aim to counteract inflationary pressures and maintain or increase the value of remaining tokens.