Skip to main content
Create a fiat-backed token with one call to the B20 Factory, using the STABLECOIN variant. Decimals are fixed at 6, and the token carries an immutable ISO currency code.

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.

Create and Verify the Stablecoin

See the B20 token standard for the complete interface, roles, and policies.
The factory emits B20Created, and the returned token address is ready for minting.
B20 tokens are open by default. Configure roles, policies, and the supply cap during creation before issuing value.

See Also

Mint Supply

Increase circulating supply.

Restrict Who Can Hold It

Allowlist eligible holders.