Robinhood Chain HyperEVM

GET HYPED

A token that trades on Robinhood Chain and pays its holders in native HYPE on HyperEVM. Two chains, one loop, no claim button to forget about.

Contract: loading…

The loop

Robinhood Chain has no idea HYPE exists. It pays creator fees in ETH and stops there. Everything after that is a bot we run, on purpose, in public.

  1. 1

    You trade

    A 1% fee is collected on every trade by the PONS locker on Robinhood Chain. Read on-chain, not from a marketing deck: locker.feeBps() = 100.

  2. 2

    PONS sweeps it

    Their operator sweeps fees into an escrow contract and credits the creator. Measured from a real sweep: 92.5% to the creator, 7.5% to the protocol.

  3. 3

    The keeper claims

    Our bot calls escrow.claim() and pulls that ETH out. It knows the exact amount before it moves — it reads escrow.balanceOf(), it doesn't guess from a wallet balance.

  4. 4

    Split 80 / 20

    80% is the holder pot. 20% stays with the keeper for marketing and gas. That split is ours, not the protocol's, and it's stated up front rather than discovered later.

  5. 5

    Bridge to HyperEVM

    The holder pot crosses 4663 → 999 through Relay in a single step, about 3 seconds, and lands as native HYPE.

  6. 6

    Paid straight out

    Holders are snapshotted pro-rata and HYPE is sent directly to their wallets. No claim page. Nothing expires. Nothing to sign.

1%trade fee × 92.5%to creator × 80%to holders = 0.74%of volume, paid out

If you see a bigger number on a site like this one, ask which of those three factors they quietly rounded up.

Live from the chain

Pulled from stats.json, which the keeper rewrites every cycle from RPC reads. Balances are actual balances, not cumulative totals dressed up as a treasury.

Status

reading

Fee waiting in escrow

ETH claimable by the keeper

Not yet swept

sitting in the locker, PONS sweeps it

HYPE distributed

cumulative, to holders

Holders paid

payout count, all time

Distributions

cycles run

Last write:

Why it isn't every 5 minutes

The keeper wakes up every 5 minutes. It doesn't always send, and that's deliberate. The bridge between these two chains punishes small amounts through price impact — measured, repeatedly:

AmountPrice impact
0.004 ETH−5.2% … −3.0%swings 2 points
0.010 ETH−3.1% … −2.1%our floor
0.030 ETH−2.0% … −1.6%stable

Forcing a send every 5 minutes regardless would burn a chunk of the holder pot on slippage. So a slot that's too small is skipped and carried — the fee is not lost, it joins the next one. After 6 hours of quiet the keeper sends anyway, so there's always proof of life.

Honest consequence: busy market means payouts really are every 5 minutes. Quiet market means several slots merge into one payout that's actually worth receiving.

HYPED coin artwork yes, the art is AI slop. the numbers aren't.

Fine print, up front

The stuff usually buried in a Discord thread after someone gets burned.

This is a bot, not a contract

No on-chain claim function exists for holders. Distribution depends on our keeper running and its key being alive. If it stops, holders have no other route. That's the same design as the $SOL and BNB versions this copies — the difference is we're telling you.

EOAs and 7702 only

Contract holders — multisigs, vaults — are skipped. HYPE could be stranded permanently if the same address isn't controlled by the same person on HyperEVM. 325 of 362 "contract" addresses we tested were actually delegated EOAs, and those do get paid.

HyperEVM, not HyperCore

HYPE lands on the EVM side. If you only check your HyperCore spot account you won't see it. Check the EVM side.

Dust is carried, not sent

Below 0.0001 HYPE a payout costs more in attention than it's worth, so it rolls into your next one instead of being dropped.

The keeper takes 20%

Not 0%. It funds marketing and the gas that makes the loop run. If a project tells you 100% goes to holders, ask who pays for the bridge.

One sweep behind, at worst

Fees only become claimable after PONS's operator sweeps them. We can't force that. The unswept figure above is pending, not missing.