Native, not deployed
The token runs as a Base precompile. Cheaper and faster than an EVM contract, with no bytecode to audit and no proxy to trust.
Deploy an Asset or Stablecoin token straight from Base’s Factory precompile. No Solidity, nothing to audit later: it is native to the chain. Set mint, supply cap, and transfer policy in a single transaction.
B20 is Base’s native token standard: a precompile, not a contract you deploy and hope to verify. The launch flow encodes the Factory call for you, previews the deterministic address before you sign, and runs the initial mint and policy in the same transaction.
Start a launchThe token runs as a Base precompile. Cheaper and faster than an EVM contract, with no bytecode to audit and no proxy to trust.
Roles, transfer policies, pause, supply caps, and memos ship with the standard. Configure what you need at launch, leave the rest open.
Every token you launch is provable against the Factory. Share its proof report so holders can confirm it is genuinely native B20.