How it works
Most launchpads pair your coin with ETH. Creatorpad pairs it with a creator — the pool's quote token is the creator itself, so the pair a terminal prints is the creator's ticker.
The three steps
The profile is resolved
We ask the platform who that handle actually is, and key the token to its stable account id rather than the handle — so a rename keeps the same token, and whoever claims a freed handle does not inherit one. Then we sign the result; that signature is what lets the registry trust the creator's name.
The creator token spawns
First time anyone touches a creator, its ERC-20 is deployed by the registry, never by a wallet. The full 1,000,000,000 supply is minted straight into a CREATOR/WETH pool and the LP is locked forever. No premine, no owner, no mint function. Its fees are locked too, so nobody earns from the creator itself.
Your coin launches into a creator-quoted pool
Your coin's supply goes into a second pool whose quote token is the creator token. That pool's liquidity is locked permanently, and its 1% fee is claimable only by you. Creatorpad is not a counterparty to any of it.
Why Uniswap, and nothing else
Every other launchpad on Robinhood Chain restricts what a pool can be quoted in, so none of them can quote against a creator.
| Venue | Creator as the pair? | Why |
|---|---|---|
| Uniswap V3 | Yes | No allowlist and no owner — any pair can be created by anyone |
| Pons | No | Quote must be one of 27 approved Robinhood stock tokens |
| Flaunch | No | Only ETH and flETH have ever been approved |
| Noxa | n/a | A trading router, not a launchpad |
So Creatorpad's factory is not a launchpad competing with those. It is the thin layer that opens the Uniswap V3 pool quoted in the creator, because nothing else will.
What it costs
Gas, and nothing else. Creating a creator token is one transaction; launching your coin is another. Creatorpad has no fee switch — there is no line of code anywhere in the contracts that pays us.
