ScanHood's launchpad mints every token straight into a Uniswap-V3 position and drops the position NFT into a locker with no exit. The liquidity is sealed by the absence of any code to open it.
_Every rug pull ends the same way: the liquidity vanishes and the chart flatlines. On Robinhood Chain, where launchpad tokens graduate at a rate of one in four hundred and the survivors can still be drained on a whim, a new launchpad claims to make the oldest exit scam structurally impossible. We read the contracts. The claim holds._
The mechanics of a rug pull are boring precisely because they are so reliable. A token launches. Retail buys in. The liquidity that lets people sell sits in a pool the deployer still controls. One transaction later, the pool is empty, the price is zero, and the deployer is gone. It is not a hack. It is the intended feature of a system where the person who launches the token also holds the keys to its exits.
On Robinhood Chain — the Arbitrum-Orbit L2 that has become a memecoin frontier — the numbers around this are grim. On one prominent bonding-curve launchpad, our review of the public statistics found 2,889 tokens launched and just 7 graduated to a real market. That is a survival rate of 0.24%. The other 99.76% died on the curve, their buyers holding positions they could never exit at size. And graduation is not safety: even the tokens that made it to a DEX pool frequently launched with liquidity the deployer could yank at will.
ScanHood — already known on Robinhood Chain for a public honeypot-and-rug scanner — has now shipped a launchpad built on a single, unusual premise: the creator should never, at any point, hold the keys to the liquidity.
There is no bonding curve. When a token is created, its entire one-billion supply is minted directly into a Uniswap-V3 position — a live, tradeable pool from the first block. That position is represented by an NFT, and the launch transaction immediately transfers that NFT into a dedicated locker contract. Critically, the launch reverts if the locker does not end up holding the position. There is no window in which the liquidity sits unlocked.
We compared the deployed bytecode against the verified open-source source it was forked from. It matches byte-for-byte, save for the inlined address of the locker itself — meaning the live contract is the audited contract, with no quiet modifications bolted on. We then traced a live launch: a real token, a real pool, and an on-chain confirmation that the liquidity NFT came to rest inside the locker and stayed there.
A locked pool still earns trading fees, and the locker is allowed to collect them — but nothing else. Those fees are split by hard-coded rule: 70% to the token's creator, 30% to the protocol. The principal liquidity, the part that matters to anyone who bought in, is mathematically out of reach. A creator can profit from their token's volume. They cannot profit from its collapse.
The detail that separates this from a dozen forgotten fork-and-deploy launchpads is that ScanHood's rug scanner and its launchpad are the same infrastructure. Every token launched is recognised on-chain by the scanner — it reads the factory, confirms the position sits in the locker, and stamps the token "Locked LP" automatically. No manual allow-list. No press release you have to trust. The safety claim is verifiable by the same public tool that hunts honeypots.
Rug pulls persist not because they are clever but because launch infrastructure keeps handing deployers the keys. ScanHood's answer is not a warning label or a reputation score — it is a contract that structurally cannot perform the exit. On a chain where the base rate of loss is this high, moving the rug from "likely" to "impossible" is the more interesting kind of engineering. Whether the market rewards safety over degeneracy is the open question. The contracts, at least, are honest.
Sources: on-chain review of the ScanHood launchpad factory and locker contracts (Robinhood Chain, chain ID 4663); public launchpad statistics; bytecode provenance comparison against verified source. scanhood.xyz/launch