BLOG · 9 Sept 2026 · 6 MIN
What happens when a launch graduates
Graduation is the moment a launch stops trading on its curve and becomes an ordinary Uniswap v4 pool. It happens automatically, inside whichever purchase finishes the curve, and nothing is required of holders when it does.
The liquidity is locked, and that is structural
At graduation the pool position is minted and transferred to a locker where it stays permanently. No one can withdraw it — not the creator, not the protocol. Any supply left over at graduation is locked in the same place.
This is worth stating precisely, because rug pulls almost always work by the creator removing liquidity. On a graduated pons token that is not a promise to behave. The function does not exist.
Selling closes before buying does
This catches people. Once readyToGraduate returns true, the curve is holding the reserves the pool is about to be built from, and it rejects sells — even though graduated may still read false.
Anything gating on graduated alone will offer sales that revert. The correct gate is readyToGraduate for the sell side and remaining sellable supply for the buy side.
Every launch arrives at the same pool
Because the reserved share is fixed at creation, launches on identical settings graduate into pools of identical size at identical price. It makes no difference whether the curve was bought out by one large purchase or by hundreds of small ones — the destination is known in advance.
If the automatic step fails
Graduation normally completes inside the buy that finishes the curve. When it cannot — usually a transaction near its gas limit — the launch sits in a swept phase until someone pushes it along. That call is permissionless and retryable: anyone can finish it, and it does not need the creator or the protocol.
A launch therefore cannot be stranded because the person who created it lost interest.
Keep reading
8 min read
How the pons bonding curve prices a launch
A pons token mints entirely onto a bonding curve. How the price is set, what the phantom reserve does, and why the last buy before graduation behaves differently.
6 min read
Why one large buy costs more than several small ones
On a constant-product curve, a single large order pays a worse average price than the same amount split into pieces. The arithmetic, and where it stops being true.
7 min read
Robinhood Chain, from a launcher's point of view
Robinhood Chain is an Arbitrum Orbit L2 where the native asset is ETH. What that means for launching tokens: gas costs, transaction ordering, and how funds get on and off.