Form fields
Address suffix
Base launches use a B20 address ending in01, and the create page previews it before signing. Robinhood stock-paired launches also require an ERC-20 address ending in 01; the app generates it after the final metadata is ready. Robinhood crypto-paired launches do not require this suffix.
The suffix identifies the current o1 launch flow. It does not change the token’s permissions, supply, price, or market.
Supply and distribution
Current launches create a fixed supply of 1 billion (1,000,000,000) tokens. The supply cannot increase after launch.- immediate allocations go directly to recipient wallets;
- vested allocations go to the vesting contract and unlock on the chosen schedule;
- every remaining token goes into the permanent Uniswap liquidity position.
Token implementation
- Base B20
- Robinhood ERC-20
The protocol creates a native B20 token with no administrator. Its 1 billion supply is created once. The creator may optionally retain permission to edit profile information, but cannot mint more tokens or control transfers.Base’s B20 protocol contracts are listed in Production contracts.
Crypto-paired and stock-paired routes
Both routes use the same fixed supply, distribution, vesting, announcements, fee split, anti-snipe schedule, and permanent liquidity model.
See Stock-paired launches for the current Robinhood catalog.
Profile editing
The default is no ongoing authority. If the creator opts in, they may update token profile information after launch. The creator can update:- token name;
- token symbol;
- public profile information, including the image, description, website, X, and Telegram;
- extra profile information.
Transaction safety
The factory rejects a launch if:- the quote is no longer registered;
- the unique launch identifier was already used;
- the launch settings changed after the app prepared the transaction;
- the deadline has passed;
- the current creation fee or transaction value does not match the active factory configuration;
- allocation, vesting, profile, or liquidity requirements fail;
- the token cannot be created exactly as shown;
- opening the pool would require the creator to supply the paired asset.
