How infinitefamily works
A launchpad on Robinhood Chain where every coin is priced in the coin that came before it.
Most launchpads pair every new token with the same thing: ETH, SOL, or a stablecoin. infinitefamily does something different. The first coin is paired with the genesis coin. The second coin is paired with the first. The third with the second. Every launch becomes the currency of the next one, so demand for any link in the chain is demand for every link below it.
USDG ← GENESIS (pons.family) ← #1 ← #2 ← #3 ← …
You can still buy or sell any coin with plain ETH in one click. The site walks the chain for you.
What it is
- A smart contract on Robinhood Chain (an Ethereum layer 2 built by Robinhood; gas is paid in ETH) that enforces the chain rule: a new launch can only be paired with the most recent launch.
- A launch flow built on Doppler, the protocol Long.xyz uses. Every coin is born directly into a live Uniswap v4 pool with 100% of its supply on a price curve. No bonding-curve phase, no graduation, no migration. The pool a coin starts in is the pool it lives in forever.
- A website where anyone can launch the next link with an image and a name, and buy or sell any link using ETH.
How a launch works
- You pick a name, a ticker, and an image. The image and a small metadata file are hosted by the site.
- The site reads the current chain head and its price, and computes the starting price so your curve begins at a fixed market cap (default $5,000) and runs to $5,000,000.
- Your wallet sends one transaction. The contract checks you are pairing with the current head, mints exactly 1,000,000,000 tokens into a new Uniswap v4 pool against the head coin, locks the pool, wires the fee routing, and records your coin as the new head.
- Your coin is tradeable in the same block. From then on the next launch must pair with yours.
The launcher never needs to hold the previous coin. A launch costs gas only.
What the launcher controls, and what they don't
The launcher supplies five things: name, ticker, metadata URL, the price range of the curve, and a random nonce that only affects the new token's address. Everything else is fixed in the contract and cannot be changed by anyone: total supply, 100% on the curve, no team allocation, no vesting, the fee schedule, the fee destination (the Flywheel), and the pool lock. Every link is the same shape.
The curve
Each pool is a Doppler multicurve pool: the whole supply is spread across a price range as concentrated liquidity, in the same layout Long.xyz uses.
| Portion of supply | Where it sits |
|---|---|
| 99.1% | the main curve, from the starting market cap up to the end market cap |
| 0.9% | a tail from the end of the main curve up to the maximum price |
Buying walks the price up the curve, selling walks it back down. Because the pool is permanent and locked, liquidity can never be pulled.
Anti-snipe window. For the first 10 seconds after launch the swap fee starts at 80% and decays to 1%. Bots that buy in the first block pay most of their purchase in fees, and all of it goes to the Flywheel, i.e. into the genesis coin.
Fees: 1%, all of it into the genesis coin
Every swap on every link pays a 1% fee. No creator cut, no platform cut, no treasury. The fee hook converts each pool's fees into that pool's pairing coin (the previous link) and sends them to the Flywheel, a contract with no withdraw function. The Flywheel sells whatever it receives down the chain into the genesis coin and holds it forever. Every trade on link #7 ends up as permanent demand for the genesis coin, and the supply it absorbs never comes back.
| When | Swap fee | Where it goes |
|---|---|---|
| First 10 seconds after launch | 80% decaying to 1% | Flywheel → genesis coin, locked |
| After that, forever | 1% | Flywheel → genesis coin, locked |
Link #1's fees arrive at the Flywheel as genesis coin directly. Deeper links arrive as the previous link and are converted by the pad owner or a keeper it appoints (a public trigger could be sandwiched). Doppler's hook keeps 5% of hook fees for the protocol; the other 95% takes this route.
Buying and selling with ETH
Nobody wants to hold coin #3 just to buy coin #4. The Buy button does the whole route in one transaction through Uniswap's Universal Router:
buy #4: ETH → USDG → GENESIS → #1 → #2 → #3 → #4 sell #4: #4 → #3 → #2 → #1 → GENESIS → USDG → ETH
- The quote comes from the on-chain quoters for every hop, and the router enforces a minimum output. You can never receive less than the number the site showed minus the slippage you accepted.
- Multi-hop buys pay the 1% in each pool they cross, and all of it flows to the Flywheel.
- Auto slippage is the default. The site measures the route's price impact and sets a tolerance from that, the number of hops, and whether the target pool is still in its anti-snipe window. You can override it.
- Selling needs a one-time approval per coin, then a free signature each time.
Why deeper links cost more
Every hop is a real trade in a real pool, so each one adds gas (about $0.25 per hop at today's gas), the 1% fee, and price impact in every intermediate pool. Every route in or out also crosses the genesis coin's pons.family pool, whose own fee is about 4% per side. Buying #4 pushes the price of #1, #2 and #3 as well, and pays the Flywheel four times (1% in each of the four chain pools it crosses). That is the point of the design, but it also means long chains get more expensive to enter. Think of a chain as a season of a handful of links.
Prices
DexScreener and GMGN index Robinhood Chain and show every link once it has traded. For a brand-new link they cannot price yet, the site reads each pool and multiplies down the chain to the genesis coin, whose dollar price is known. That is why a coin launched ten seconds ago already shows a market cap here.
What can and can't happen
| Can the chain rule be bypassed? | No. The contract rejects any launch not paired with the current head. |
| Can someone pump the head to mis-price a new link? | Not cheaply. The new curve is priced from the head pool itself (never from a price aggregator) and from the lower of now and about ten minutes ago, so a spike has to be held to move it. |
| Can a launcher give themselves tokens? | No. 100% of supply goes to the pool; supply and vesting are fixed. |
| Can liquidity be removed? | No. Pools are locked with no migration path. |
| Can the pad owner touch pools or tokens? | No. The owner can pause new launches, set or remove the launch signer (which gates launches on that backend), open launch #1 to non-owners, set the optional ETH launch fee (capped at 0.05 ETH by the contract) and withdraw it, change the Doppler integrator label, and appoint the Flywheel keeper. It cannot touch any pool, any token, or the genesis coin the Flywheel holds. Fees that arrive as deeper links wait in the Flywheel until the owner or its keeper converts them, at a price that caller chooses. |
| Can I sell a link nobody has bought? | No. A new pool holds only the new coin, so there is no bid until the first buy puts some of the pairing coin in. After that it trades both ways. |
| Two people launch at once? | The second reverts (StaleHead) because the head moved. They retry, now pairing with the winner. |
| Do coins migrate or graduate? | No. Same as Long.xyz: the launch pool is permanent. |
Numbers at a glance
| Chain | Robinhood Chain, id 4663, gas in ETH |
| Supply per coin | 1,000,000,000, all in the pool |
| Starting market cap | $5,000 |
| Main curve ends | $5,000,000 |
| Swap fee (chain pools) | 80% → 1% over the first 10 s, then 1% |
| Where fees go | 0.95% of every swap (95% of the 1% fee) into the genesis coin via the Flywheel, locked forever. Doppler keeps the other 0.05%. No creator or pad cut. |
| Creator's cut / platform cut | none |
| Launch cost | ~1.9M gas, about $2 in ETH at today's gas (0.4 gwei, ETH $2.5k) |
| Round trip via ETH | about 10% on link #1: pons.family pool ~4% each way + 1% per chain pool each way + impact. Of each 1%, 0.95% reaches the Flywheel. |