Skip to main content
When fiat lands in reserves, mint matching supply. Minting is gated by MINT_ROLE, and an optional supply cap keeps circulation from exceeding your reserves.

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.

Mint and Verify Supply

See the B20 token standard for the complete interface, roles, and policies.
The holder balance increases by 1,000,000,000 base units, or 1,000 MUSD.
The caller needs MINT_ROLE, the recipient must pass MINT_RECEIVER_POLICY, and the mint must remain under the supply cap.

See Also

Burn Supply

Remove tokens from supply.

Supply Cap (B20 Standard)

Supply cap in the B20 standard.