Sumo
Treasury

Burn

Permanently remove project tokens or LP tokens from a treasury wallet.

Burn

Burning permanently removes tokens from circulation. Sumo exposes two burn actions from the profile's Wallets tab, in the wallet actions menu.

Burns are irreversible

Burned tokens cannot be recovered. Preview amounts carefully before confirming.

Burn Tokens

Removes the project token from one treasury wallet.

Burn Tokens dialog
  1. Open the profile's Wallets tab and click Burn Tokens from the wallet actions menu
  2. Select the source wallet
  3. Enter the tokens to burn — the dialog shows the wallet's available balance and the supply percentage
  4. On EVM profiles, choose the burn method
  5. Confirm
Method (EVM)Description
Contract burnBurns through the token's built-in burn function, reducing supply directly. If the contract does not support burning, Sumo falls back to the dead-address transfer automatically.
Transfer to dead addressAlways sends the tokens to the dead address, removing them from circulation without a contract-level burn.

The method choice only exists on EVM because not every ERC-20 implements a burn function. Solana tokens always support burning, so no choice is needed there.

Burn Liquidity

Sends LP tokens from one treasury wallet to the dead address, permanently locking the underlying liquidity in the pool. Available on EVM profiles whose pool uses V2-style LP tokens.

Burn Liquidity dialog
  1. Open the profile's Wallets tab and click Burn Liquidity from the wallet actions menu
  2. Select the wallet holding the LP tokens — active or archived
  3. Enter the LP token amount to burn
  4. Confirm

Burning LP tokens is a common post-launch commitment signal: the pool's liquidity can no longer be withdrawn by the team.

Logs

Both burn types are recorded in Treasury Logs with the transaction details.

On this page