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

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