Not deployedTollpad has no contracts on Robinhood Chain yet, so there is nothing to read and nothing to launch. Everything below describes what the contracts in the repository do, not something that is live.
Deploy it with npm run deploy in contracts/, then set NEXT_PUBLIC_FACTORY_ADDRESS. How it works
Launch a token
One transaction: the supply is minted to the locker, a Uniswap v4 pool opens against native ETH, and the whole supply goes in where nobody can take it out. It costs gas and nothing else.
It takes roughly √(opening × ceiling) ETH of buying to consume the whole supply — about 10 ETH here. Too low and the supply runs out early; too high and the price barely answers the buying.
Untitled
$TICKERNo description.
- Supply
- 1,000,000,000
- Tick range
- 161000 … 207200
- Tick spacing
- 200
- Pool fee
- 0 — the toll is the only fee
The supply is minted straight to the locker and goes from there into the pool. It never passes through your wallet or the factory, so there is no moment at which anybody holds anything to hold back.