Skip to content

Liquidity & LP lock ​

How much liquidity is in the pool, and — the part that decides whether a rug is possible — who holds the LP and can they pull it.

On Robinhood Chain there are no third-party lockers; liquidity is launchpad-locked. So Hoodini reads the LP token's holders directly and classifies each: burned (sent to a dead address — can never be pulled), locked (held by a known launchpad locker), or held (an ordinary address that can pull its share). The Liquidity section on a token page lists them.

For concentrated-liquidity (v3/v4) pools the position is an NFT held by the launchpad's locker; the lock state is read from the launch path, and per-provider enumeration is honestly marked as not-yet-computed rather than guessed.

Magic? No, just numbers and bytes.