Skip to main content
When a holder redeems for fiat, they return the tokens and you burn them, keeping circulating supply matched to reserves. Burning is gated by BURN_ROLE and burns from the caller’s own balance.

Demo

The demo above is mock only. If you want to see onchain demos on Vibenet, head to Base chain demos.
New to B20? See the B20 Token Standard for the concepts and a full launch walkthrough. These samples target base-std@v1.0.0, viem@2.55.11, and Base Foundry v1.1.1.

Burn and Verify Supply

See the B20 token standard for the complete interface, roles, and policies.
totalSupply() decreases by exactly 400 MUSD.
burn removes tokens from the caller. Use an allowance and your redemption workflow to collect tokens into the burner account first.

See Also

Mint Supply

Increase circulating supply.

Burn (B20 Standard)

The burn operation in the B20 standard.