Fixed supply, no owner
A plain ERC-20 with one billion units minted once. No owner, no mint function, no pause switch,
no blacklist, no transfer tax. Nobody — including us — can change it afterwards.
Liquidity locked forever
70% of the supply goes into the pool as single-sided liquidity and the LP position is held by the
launchpad, whose code contains no withdraw path. It cannot be pulled by the launcher, by us, or by anyone.
This is a single-sided launch: the price opens at the floor and the sell side deepens as people buy.
The creator is paid at launch
25% goes to the launcher's wallet inside the launch transaction itself — no vesting contract, nothing
to claim later. A further 5% is split evenly across the airdrop wallets written into the launchpad's
own bytecode, which no owner can rewrite. Every figure here — the split and the wallet count — is read
off the deployed contract in the launch form, never typed into this page.
Fees flow to the creator
Every trade pays the pool's fee tier, and it accrues inside the locked position. The launchpad splits
that fee 90% to the wallet that launched the coin and 10% to the protocol. It is separate from the 25%
allocation, which has already been paid out at launch. The launch form shows the live tier.
Why the pool is alive from block one
Uniswap V3 only counts a position toward tradeable liquidity while the price sits inside its range, and
only the lower-sorted token can be funded entirely with tokens while staying in range. So the launchpad
mines a CREATE2 salt until the token address sorts below the quote asset, then initialises the pool
exactly at the bottom of the range. Get this wrong and the pool reads as empty and every router refuses
to trade it.