Skip to content

What is HoodPump

HoodPump is a token launchpad built on Robinhood Chain. It lets anyone deploy a new ERC20 token with a live, tradeable Uniswap V4 pool in a single transaction: no separate liquidity-provisioning step, no manual pool creation, no waiting.

Every launch on HoodPump bundles four things into one on-chain call:

  1. An ERC20 token: fixed supply of 1,000,000,000 with 18 decimals.
  2. A Uniswap V4 pool, seeded one-sided (100% of the token supply, nothing else) at a starting price you choose.
  3. A locked LP position: the liquidity is locked for 750 days, so it can't be pulled by the creator or anyone else.
  4. An Agent NFT minted to the creator. This NFT is what actually earns the project's share of trading fees going forward.

Everything after that is a normal Uniswap V4 market: anyone can buy or sell the token, price moves on the bonding curve defined by the pool, and LP fees accrue with every trade.

Why it's structured this way

Most "fair launch" mechanisms fall apart at one of two points: the creator can still pull liquidity, or fee ownership is opaque and untransferable. HoodPump fixes both directly in the contracts, not by convention:

  • Liquidity can't be rugged. The lock is enforced by HoodPumpLiquidityLocker, and there is no owner/admin function anywhere in that contract that can move a locked position before its unlock time. Full stop.
  • Fee ownership is a real, tradeable asset. The right to claim a project's LP fees lives on the Agent NFT, not on the deployer's wallet. Sell the NFT, transfer it, split it across multiple wallets: the fee stream follows the token.

What you can configure at launch

Every launch is customizable along a few axes, covered in detail in their own pages:

  • Token type: meme or utility, which determines available pool fee tiers and starting-price options.
  • Launch settings: paired token, starting market cap, fee tier, optional dev buy, optional fee-recipient splits.
  • Sniper protection: optional stepped max-wallet limits for the first 10 minutes.
  • Holder rewards: optionally route a cut of LP fees to holders in a reward token of your choice.

Two ways to launch

  • The HoodPump app: hoodpump.live, a full UI that walks you through every setting above.
  • Directly against the contracts: if you're building your own frontend, bot, or backend integration, see the API Reference and the integration examples repo for working code.

Built on Robinhood Chain.