Skip to main content
Glossary Term

Burn

"Burn" refers to the process of permanently removing tokens from circulation, making them unusable and effectively reducing the total supply. On Solana and other blockchains, burning is used to control inflation, increase scarcity, or as part of specific tokenomics strategies.

Beginner
General
Crypto Terminology

Burn: what is it?

Token burning is the deliberate act of taking a certain number of tokens out of circulation by sending them to a special – often unspendable – address, commonly referred to as a “burn address” or “black hole” address. Once sent to this address, the tokens cannot be accessed, transferred, or spent by anyone, thus they are considered destroyed.

In practice, burning can be programmed into token contracts (such as during transactions, as a selective protocol action, or part of governance votes) or initiated manually by teams or communities. A burn event is verifiable and transparent: all transactions, including burns, are recorded on-chain and can be audited publicly. On Solana, burn mechanisms can be part of DeFi protocols, NFT engagements, or periodic supply adjustments by token projects.

How It Works

  • Tokens intended for burning are sent to a burn address with no private key access.

  • The transaction is recorded on the blockchain, showing a permanent reduction in the total token supply.

  • Burn events may occur automatically (e.g. a set percentage of each transaction) or through scheduled manual burns.

Burn in Solana’s Ecosystem

Within Solana, token burning is used by various DeFi, NFT, and governance protocols to manage supply economics. For example, some Solana-based meme coins, yield farms, or NFT collections use burning to reward holders, maintain scarcity, or as part of gamified mechanics. Solana’s infrastructure allows transparent, low-fee, and efficient burning operations that can be verified by anyone using blockchain explorers.

Why Is Burn Important?

  • Reduces the total token supply, potentially increasing scarcity and value.

  • Demonstrates project transparency and aligns incentives with the community.

  • Acts as a deflationary mechanism in tokenomics, helping control inflation.

  • Can enhance project credibility when burns are cryptographically verifiable.

🔑 Key points

  • Burning is the permanent removal of tokens from circulation.

  • Uses unspendable addresses (burn addresses) on Solana blockchain.

  • Supports deflationary or scarcity-driven project strategies.

  • Burn events are transparent, public, and can be verified on-chain.

  • Utilized in DeFi protocols, NFT collections, and DAO governance on Solana.

Examples

  • 1

    A meme coin on Solana sends 10% of transaction fees to the burn address at each swap.

  • 2

    Solana NFT project burns tokens as part of a limited edition reveal event.

  • 3

    DeFi protocol on Solana burns unclaimed rewards after a staking period ends.

Common Use Cases

Deflationary mechanisms to help support token price.
Removing unsold or excess tokens after an ICO or IDO.
Decreasing NFT supply to drive rarity or enable special features.
Gamified community events (e.g., “burn to mint” new assets).

Pro Tips

💡

Always verify burn addresses on the official project site or documentation.

💡

Use Solana explorers to track and confirm burn transactions.

💡

Don’t mistake accidental transfers to incorrect addresses as intentional burns.

Frequently Asked Questions

Is burning reversible?
No. Burned tokens are permanently inaccessible and cannot be recovered or spent.
Why do projects choose to burn tokens?
To manage supply, signal transparency, create scarcity, and sometimes as part of fee redistribution.
Does burning always increase token price?
Not always—while burning reduces supply, price still depends on market demand and broader economic factors.
How do I verify a token has been burned?
Use block explorers (such as Solscan) to check transactions to the burn address; all burns are public on Solana’s blockchain.
Can NFTs be burned as well?
Yes. Burning is possible for both fungible (tokens) and non-fungible tokens (NFTs) on Solana.