Onchain Atlas

Buyback And Burn

A protocol uses its own revenue to buy back its token from the open market and then permanently destroys it, aiming to shrink supply and support price.

Also called: token burn · revenue buyback · deflationary buyback

What it is

Buyback-and-burn is a mechanism where a protocol or treasury takes in revenue (trading fees, protocol income, etc.), uses some or all of it to purchase its own token on the open market, and then sends those tokens to an address no one controls (or calls a burn function that reduces total supply), permanently removing them from circulation. It's the crypto-native analog of a public company's share buyback program, with the added twist that "burning" makes the reduction verifiable and irreversible on-chain.

How it works

  1. The protocol generates revenue in some other asset — trading fees, a cut of yield, subscription payments — that accumulates in a treasury or fee-collection contract.
  2. On a schedule (daily, weekly) or based on a threshold being reached, the treasury (or a designated bot/multisig) executes a market purchase of the protocol's native token, usually via an on-chain DEX swap.
  3. The purchased tokens are sent to a burn address (a wallet with no known private key) or passed to a burn() function that reduces the token's totalSupply in the contract's state.
  4. Because the burn is on-chain and verifiable, anyone can audit exactly how many tokens have been removed and confirm the protocol followed through.
  5. With fewer tokens in circulation (assuming demand holds steady), each remaining token represents a larger share of the protocol's value, similar to how a stock buyback increases per-share ownership for remaining shareholders.
  6. Some designs make burns proportional to actual usage (e.g., burn tokens equal to a percentage of every transaction fee), tying scarcity directly to protocol activity rather than to a discretionary treasury decision.

Why designers use it

  • Returns value to token holders without requiring a dividend-like distribution, which can carry regulatory or tax complications in some jurisdictions.
  • Creates a direct, verifiable link between protocol usage/revenue and token scarcity, giving holders a tangible reason the token should appreciate as usage grows.
  • Provides consistent buy pressure that can offset sell pressure from other sources (like liquidity mining emissions).
  • Signals confidence: a protocol voluntarily spending real revenue to buy its own token suggests the team believes in long-term value, similar to insider buying in traditional markets.

Failure modes

  • Revenue insufficiency: if the protocol's actual revenue is small relative to its market cap, the buyback has a negligible price impact and functions mostly as marketing rather than real economic support.
  • Masking as fundamentals: burns can create an illusion of "deflationary" scarcity while underlying usage and revenue are actually declining, misleading holders about the protocol's real health.
  • Treasury depletion: aggressive buybacks funded from a fixed treasury (rather than ongoing revenue) can drain reserves needed for development, security, or downturns.
  • Timing manipulation: discretionary buybacks announced or executed around specific events can be used to prop up price short-term (e.g., before a token unlock) rather than reflecting sustainable demand.
  • Burn theater: some protocols burn tokens that were never meant to circulate anyway (like an unallocated treasury portion), creating a burn narrative without any real reduction in circulating float.

What to check before using it

  • Compare the dollar value of periodic buybacks against the token's daily trading volume and market cap to gauge whether the mechanism can plausibly move price.
  • Verify burns happen on-chain and can be independently audited (check the burn address or totalSupply history) rather than trusting a dashboard or announcement.
  • Check whether burned tokens come from real revenue or from an already-idle treasury/team allocation, since the latter doesn't reflect genuine value capture.
  • Assess whether committing revenue to buybacks starves other priorities (security audits, development, liquidity incentives) that matter more for long-term survival.
  • Look at the burn schedule's discretion: is it automated and rule-based, or can a team pause/adjust it at will, which reintroduces trust assumptions the mechanism was meant to remove?

Experiments that used it · 7

Shown oldest first, so you can watch the design evolve.

ICONOMI
2016 Ethereum ICO that sold ICN, a quasi-equity token over a crypto fund-management platform, ran buyback-and-burns, then famously converted the token into actual tokenized shares (eICN) of a Liechtenstein joint-stock company.
2016 partial success
Renzo
Liquid restaking protocol on EigenLayer whose ezETH token rode the 2024 restaking-points mania to ~$3.3B TVL, suffered a violent depeg after an airdrop announcement that allocated 5% of REZ supply to season-1 users and unlocked exchange farmers before depositors, and survived into a much smaller fee-driven business.
2023 partial success
Virtuals Protocol
AI-agent launchpad on Base that tokenized autonomous agents via bonding curves paired to a common $VIRTUAL reserve asset, igniting (and then surviving the bust of) the 2024–25 'agent token' mania.
2024 ongoing
Luna by Virtuals
Virtuals Protocol's flagship AI-idol agent whose token launched via bonding-curve IAO on Base and who became the first AI agent to autonomously control her own socials, tip and hire humans onchain, and pay another AI agent in crypto.
2024 partial success
SEKOIA by Virtuals
An autonomous 'AI venture capitalist' agent on Virtuals Protocol (Base) that evaluated pitches from other AI-agent teams and invested in their tokens, backed by Canonical's Anand Iyer, before its token collapsed >99.9% and its websites went dark.
2024 abandoned
PunkStrategy
An ERC-20 whose swap-fee treasury autonomously buys floor CryptoPunks, relists them at 1.2x, and burns the token with the profits — a self-reinforcing NFT-accumulation flywheel.
2025 partial success
Ten Thousand Tokens
A fixed-supply collection of 10,000 NFTs where each NFT is a one-time 'launch key' that can be burned to deploy a unique ERC20 on a shared Uniswap V4 hook, splitting perpetual swap fees between the launcher, remaining NFT holders, the platform, and a buyback wallet.
2026 too early to judge