Docs
A complete description of how LaunchHood works — instant DEX listing, tokenomics, fees, graduation, and creator rewards.
1. Overview
LaunchHood is a memecoin launchpad on Robinhood Chain. Anyone can launch a coin in one transaction — no presale, no team allocation, no liquidity to seed manually. Every coin lists directly on Uniswap the moment it's created: the entire supply is placed into a real DEX pool and the liquidity is locked forever. There is no separate pre-DEX phase and no migration step — the pool your coin starts in is the pool it lives in forever.
- 1CreateLaunch a coin in one transaction — no creation fee, only network gas. The token, its Uniswap pool, and the permanent liquidity lock all happen in the same call.
- 2Instantly tradeableYour coin trades on Uniswap from block one. Optionally make an initial buy in the launch transaction itself — you're guaranteed the first fill.
- 3Liquidity locked foreverThe full supply is deposited as liquidity and the LP position is sent to a locker contract that can never withdraw principal — only collect trading fees.
- 4Earn on every tradeEvery swap pays a 1% pool fee. Creators earn 50% of it, forever — claimable any time from the claim page.
2. Tokenomics
Every launched coin has the same fixed supply. No team allocation, no vesting, no presale — 100% of the supply backs the market from second one.
| Allocation | Amount | % | Purpose |
|---|---|---|---|
| Uniswap pool | 1,000,000,000 | 100% | Entire supply deposited as liquidity at launch, locked forever |
| Team / presale / vesting | 0 | 0% | None — every token is bought on the open market |
3. Launch & pricing
The pool is created with the full supply on one side and a fixed starting price. Buys move the price up along Uniswap's concentrated liquidity curve; sells move it down. No order book, and pricing is fully deterministic from pool state.
| Parameter | Value |
|---|---|
| DEX | Uniswap (V3 pools) |
| Pool fee tier | 1% per swap |
| Starting market cap | ≈ 1.35 ETH (≈ $2,400) |
| Creation fee | none — only gas |
| Initial buy | optional, executed in the launch transaction |
4. Launch protection
To keep launches fair, every coin enforces a temporary wallet cap for a short window after creation — snipers can't scoop a huge share of supply in the first moments.
| Setting | Value |
|---|---|
| Max wallet during window | 2% of supply (20M tokens) |
| Window length | 366 blocks (~a few minutes) |
| After the window | no restrictions of any kind, permanently |
5. Fees & rewards
Every swap on a coin's pool pays the 1% pool fee. Those fees accrue inside the locked liquidity position and are split 50/50 between the coin's creator and the protocol when collected.
| Phase | Total fee | Creator share | Protocol share |
|---|---|---|---|
| Every swap (buy or sell) | 1% | 50% | 50% |
| Token creation | none — only gas | — | — |
Creator fees can be claimed any time from the /claim page — one transaction sweeps all your coins at once. Because pool fees accrue in both sides of the pair, payouts arrive as ETH plus the coin itself.
6. Graduation
Graduation is a milestone, not a migration. Since every coin already trades on the DEX with locked liquidity, nothing needs to move. When a coin accumulates 4 ETH of net buys in its pool, it earns the graduated badge and premium placement across the site.
| Setting | Value |
|---|---|
| Graduation threshold | 4 ETH of net buys in the pool |
| What changes on-chain | nothing — same pool, same locked liquidity |
| What changes on the site | graduated badge, live Dexscreener chart, trending eligibility |
7. Contract addresses
All contracts are deployed on Robinhood Chain and verified on Blockscout. Per-token addresses are deterministic via CREATE2 from the factory; their source auto-resolves to the verified token implementation below.
| Contract | Address | Role |
|---|---|---|
| Factory | Launches new coins; entry point for launchToken() | |
| Liquidity locker | Holds every coin's LP position forever; fee collection only | |
| Token (impl) | ERC20 implementation — every launched coin delegates here | |
| Uniswap V3 factory | Canonical Uniswap V3 deployment on Robinhood Chain | |
| Uniswap position manager | Mints the locked LP position at launch | |
| Uniswap swap router | Routes all buys and sells |