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

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 complete verified B20 examples for imports, client construction, and runnable projects.
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