the protocol

docs.

rhmp is the graduation layer between pump.fun and Robinhood Chain. A rail, not a venue — it lists nothing, promotes nothing, and picks no winners. This is how it works.

01overview

There is no application, allowlist, or review. When a pump.fun coin fills its bonding curve, the protocol acts. Every graduate is treated identically — the same code path runs for the largest and the smallest.

Unconditional means the protocol does not judge a coin's merit. It observes one objective event and responds. What happens after is left entirely to the market on Robinhood Chain.

def

graduation — a pump.fun coin filling its bonding curve. the on-chain event that starts the ramp.

rhmp is not a launchpad. It creates no coins and runs no sales; that happens upstream on pump.fun. rhmp begins only at graduation, and is not affiliated with Robinhood Markets, Inc.

02the rail

A graduation crosses three hops — all automatic, all observable. Helius surfaces the event on Solana; Chainlink CCIP carries the message cross-chain; the destination contracts execute on Robinhood Chain.

code
graduate   pump.fun · bonding curve filled
detect     helius
bridge     chainlink ccip
rh chain   mint · seed · lock

Nothing on the rail is manual. Each hop is deterministic and can be watched from the outside; the ledger records where every coin sits.

03bridging

On arrival the coin is minted as an ERC-20 and seeded into a Uniswap V3 pool. The liquidity is then locked permanently — the protocol keeps no withdrawal key.

param
venue
uniswap v3
fee tier
1.00%
lp lock
permanent
withdraw key
none

Locked liquidity is the point: it makes the graduated market durable rather than a rug waiting to happen.

04the guards

Two guards keep the rail honest. The cost deduction funds bridging and seeding: a fixed number of basis points is taken from the value carried across, applied uniformly to every graduate. No tiers, no discretionary fees.

The minimum-seed guard is a floor. If the value left after the deduction would fall below the minimum needed to seed a viable pool, the ramp halts before mint — no dead, un-tradable markets, and no spam.

param
bps_taken
100 bps (1.00%)
min_seed
$12,000
on fail
ramp halts · no mint

illustrative values — set at launch.

05states

Every graduate occupies exactly one state. The two-signal color system reads it at a glance: acid marks the active flow, teal marks the settled result.

state
queuedbridginglive
  • queued — detected, awaiting the bridge. neutral, no color.
  • bridging — in flight across CCIP, minting and seeding. the active state, shown in acid.
  • live — seeded, locked, tradable on rh. the settled state, shown in teal.