Sui tools
Burn Sui Tokens
Burn Sui coins on-chain to reduce circulating supply. Treasury-cap burn for proper supply reduction or 0x0 burn for holders without cap access.Sui tools
Burn tokens
Blockchain
Token address
Mode
Treasury burn amount
Ratio to burn
The 20lab burn Sui tokens tool lets you permanently destroy Sui coins from your wallet, removing them from circulation. Burning reduces total supply, creates deflationary pressure, and is commonly used for buyback-and-burn programs or scheduled supply reductions.
The tool offers two burn methods: treasury cap burn (proper supply reduction, requires the cap) and 0x0 address burn (sends to an inaccessible address, works for any holder). Both are recorded on-chain and verifiable on Sui Explorer. For deeper context on how burning works, see our guide on how to burn Sui tokens.
These two burn methods produce different on-chain outcomes:
- Treasury cap burn uses the Move
burninstruction to destroy coins at the protocol level. The coins stop existing, the treasury cap's tracked supply decreases, and on-chain total supply visibly drops. Requires the treasury cap. - 0x0 address burn sends coins to address
0x0, which has no private key. Coins are inaccessible but still exist - total supply on-chain is unchanged, but the 0x0 balance grows. Doesn't require any cap.
Treasury burn is the cleanest method when available because it properly updates supply metrics. The 0x0 method is the only option for holders without treasury cap access.
To burn Sui tokens with 20lab:
- Connect the wallet holding the tokens you want to burn
- Enter the coin type or address
- Choose your burn method:
- Treasury burn (recommended if available) - Properly reduces total supply, requires treasury cap
- 0x0 burn - Sends to inaccessible address, works for any holder
- Enter the amount to burn
- Confirm the transaction
The action is irreversible and is recorded on Sui. Double-check the amount before confirming - there is no recovery mechanism for burned tokens.
It depends on the burn method:
- Treasury cap burn - Only the wallet holding the treasury cap can use this method. Best for project teams executing official supply reductions.
- 0x0 address burn - Any token holder can burn their own tokens this way by transferring them to address 0x0.
In both cases, you can only burn tokens from a wallet you control. The 20lab tool handles both flows from a single interface and automatically picks the right method based on your wallet's caps and selection.
No - burning Sui tokens is absolutely irreversible with either method. When you burn tokens:
- Treasury cap method - The tokens are destroyed at the protocol level. Total supply permanently decreases.
- 0x0 method - The tokens are transferred to an address with no private key. Total supply on-chain is unchanged but the tokens are forever inaccessible.
The only way to increase supply again is to mint new tokens via the treasury cap, which requires the cap to still be active. Always review the amount carefully before confirming.
Burning Sui tokens serves several strategic purposes:
- Deflationary tokenomics - Reducing supply to create scarcity and support price
- Buyback and burn programs - Using treasury funds to buy tokens off the market and destroy them
- Scheduled supply reductions - Executing promised burns from your tokenomics roadmap
- LP token burns - Locking liquidity permanently by destroying LP tokens (one of the strongest trust signals when you make a meme coin; depends on DEX implementation)
- Cleaning up dust - Removing tiny balances from your wallet and reclaiming storage rebates
Many Sui projects build automated burn mechanisms - burning a portion of protocol revenue or fees - to create continuous deflationary pressure.
No - in standard configurations, you can only burn tokens held in a wallet you control. There are no bypass authorities for burning other people's tokens on Sui.
The only exception are custom Move smart contracts that explicitly accept tokens from users and burn them as part of their logic.
This restriction is fundamental to Sui's security model - it ensures that destroying tokens always requires consent from the holder.
Yes - every Sui burn is permanently recorded and publicly verifiable:
- Sui Explorer and Suiscan show every burn transaction in the coin's history
- Treasury cap burns reflect in the total supply on-chain immediately
- 0x0 burns are visible as transfers to address 0x0 (you can check the 0x0 balance for your coin)
- Your wallet history shows the burn transaction
- Analytics platforms like DexScreener and Birdeye track cumulative supply changes
This transparency lets your community verify that promised burns actually happened. Share the burn transaction digest immediately after execution as proof of completion.
Related Posts
Continue your journey with these related blog posts.
Learn how to burn Sui tokens using 20lab's token tool. Complete guide covering Treasury burn and Classic burn methods with step-by-step instructions.
June 25, 2025
4 min read
Create efficient, scalable tokens on the Sui blockchain. Leverage the power of the Move language and object-centric design for your next project.
November 23, 2024
9 min read
Learn how to add liquidity to Cetus DEX for your Sui token - a step-by-step guide covering pool setup, fee tiers, full range strategy, and LP security.
February 10, 2025
6 min read
Master Sui's token standard for creating secure and scalable digital assets. Learn more about its unique features and security measures.
November 22, 2024
5 min read



