A launchpad for Robinhood Chain
What "launchpad" means here
A launchpad is the layer between "I want to create a token" and "the token has a tradeable market." On Robinhood Chain, that market is a Uniswap v3 pool — Fuze's job is getting that pool seeded fairly, without letting a bot or the deployer's own wallet buy the first, cheapest slice before anyone else gets a chance.
Two mechanics, one guarantee (same entry price for every buyer, on-chain wallet caps, no admin key that can move funds):
Fair launch — goal + countdown
Set a goal and a countdown. Buyers commit ETH to an escrow contract while the clock runs. Fill the goal (or run out the clock, whichever comes first) and one transaction mints the token, seeds the pool at the buyers' uniform price, and distributes tokens pro-rata. Don't fill it — 99% of every commit refunds automatically. This is the pump.fun-style mechanic, minus the sniper window: nobody can buy before the pool exists, because the pool doesn't exist until the goal is met.
Instant launch — one signature
Fund the pool yourself and it opens the moment you sign — no waiting on other buyers. One transaction: token minted, Uniswap v3 pool seeded at your chosen liquidity, optional dev-buy capped at 5% of supply so the creator can't quietly take most of the supply at launch price.
Why the mechanism matters on a brand-new chain
Robinhood Chain's mainnet launched July 1, 2026 (CoinDesk), and a launchpad scene formed within weeks. It's already had its first hard lesson: Noxa, the chain's biggest launchpad (~$12M in cumulative fees), stopped accepting launches on July 11 and went dark two days later — its flagship token fell more than 33% in a day (CoinDesk, 2026-07-15). On a weeks-old chain, the question isn't which launchpad is biggest — it's what happens to your token if the platform disappears.
Fuze's answer is architecture, not promises: launches seed standard Uniswap v3 pools (the
chain's core public liquidity protocol — trading never depends on our site being up), the contracts
hold no admin key, and every launch is verifiable at
litfuze.fun/api/attest/<token>?net=rh. Fuze deployed to Robinhood Chain mainnet
on July 14, 2026
(creation tx, block 9,932,363).
One honest number: Fuze is early here — a handful of launches so far, not tens of thousands. What we
compete on is the mechanism, and every claim above is checkable on-chain.
FAQ
Is there an admin key that can move funds?
No. The escrow (fair launch) or factory (instant launch) is the only party that holds funds pre-launch, and it can only execute the rules written into its contract — mint, seed the pool, pay buyers. There's no owner function to withdraw or redirect.
What's the per-wallet cap?
33% of the raise by default, and creators can set it lower. It applies on both fair and instant launches so no single buyer — including the creator's own dev-buy — can end up holding a rug-sized share.