ArrowPad Docs

Overview

ArrowPad is a launchpad on Robinhood Chain where a rug isn't forbidden — it's structurally impossible.

ArrowPad launches fixed-supply tokens on Robinhood Chain (chain ID 4663). One transaction deploys the token, seeds a Uniswap V3 pool, and locks the liquidity forever. There is no bonding curve to graduate off, no migration step, and no admin key waiting to be misused.

What makes a launch safe

Safety here is not a promise — it is the absence of a function that could break it.

  • No owner, no upgrade path, no privileged functions. The token contract has no mint, no tax, no blacklist. Nobody — including us — can change it after deploy.
  • Liquidity is locked forever. The LP NFT goes into a contract with no withdrawal function. It cannot be pulled.
  • Fixed supply, no presale. Every launch mints exactly 1,000,000,000 tokens and puts the entire supply into the pool. No team allocation, no discount for anyone.
  • The fee split can never change. 80% of pool fees to the creator, 20% to the protocol, written as an immutable value at deploy.

Where to go next

I want to…Read
Understand what happens when I hit LaunchLaunch
Know how price and liquidity workTrading and pricing
See exactly what I pay and what I earnFees
Build a bot or dashboardPublic API
Understand what can still go wrongRisk disclosures

Contracts

Everything is deployed on Robinhood Chain with source verified on the explorer. Read it yourself — trust nothing.

ContractAddress
ArrowPadFactoryDeploys the token, seeds the pool, locks the LP — all in one call.0x69225A43B20B824F4027B201731d9a21368Bf6Bc
ArrowPadLockerHolds every LP NFT. No withdrawal function exists.0xBa9C247041a7715591c7B48f20dFBa520a7d68E9

Tokens are standard ERC-20s on verified, identical bytecode. Pools and positions are stock Uniswap V3 — nothing custom sits between traders and their funds.

On this page