Three platforms. One vault. Stake, compound, or queue an exit — all reading and writing straight from the verified contract on Robinhood Chain.
No astronauts, no launchpads — just a wallet, a platform, and a cooldown timer.
Link an injected wallet like MetaMask. We'll add or switch you to Robinhood Chain automatically.
Each of the three platforms pays rewards in a different token. Approve once, then stake any amount.
Pull rewards out anytime, restake them into another platform, or queue a withdrawal and wait out the cooldown.
Two liquidity positions earn trading fees on Uniswap. Nothing reaches the staking pools until someone calls collect() — it's public and unpermissioned. That call pulls the position's fees into the holder, forwards 99.95% into staking, and pays the caller the remaining 0.05% as a bounty. Whether it's worth calling depends on uncollected fees vs. the current gas price.
Reads and writes go straight to the verified contract via your own wallet — nothing here is custodial.
Straight answers, including the parts that make this less simple than it looks.
Every button is a thin wrapper over one specific function on the verified contract (or, for the two Collect buttons, on the relevant fee-collector contract). Nothing is hidden — this is the complete list:
No. This is a third-party contract that happens to be deployed on Robinhood Chain — a permissionless network anyone can deploy to. Robinhood's own yield product is called "Robinhood Earn" and runs on Morpho, a completely different system.
"Verified on Sourcify" (which this contract is) only means the published source code matches the deployed bytecode — it does not mean audited, endorsed, or official.
Two steps, in order: Request exit starts a 3-day cooldown (your stake stops earning immediately). Once the 3 days are up, Withdraw actually sends the tokens to your wallet. Pressing Withdraw before requesting an exit — or before the cooldown finishes — just reverts harmlessly (small gas cost, nothing moves).
Changed your mind mid-cooldown? Cancel exit clears the cooldown and your tokens go straight back to earning, no wait required.
Hop moves your stake from one platform to another without fully exiting. It takes 24 hours to land in the new platform, and while it's in transit it earns nothing.
No, a hop can't be cancelled once started — unlike an exit request, the contract has no "cancel hop" function. It's a one-way trip: wait the 24 hours, then it lands automatically on your next action (or via Land/Crank in Advanced).
It's not a display bug — it's genuinely how lopsided the reward flow is versus how little is currently staked in that platform. APR here is just (annual reward value) ÷ (total staked); when very little is staked, that ratio can look enormous.
It will fall automatically as more people stake — no action needed from anyone for that to happen, it updates live from on-chain data every refresh. Treat a very high APR as a signal that a platform is currently under-staked relative to its rewards, not as a promised return over a full year.
Two Uniswap liquidity positions earn trading fees. Nothing reaches the staking platforms until someone calls collect() on those positions — it's public, callable by anyone, and pays the caller a 0.05% bounty for doing it. The dashboard's "Fee collectors" section above lets you trigger this yourself.
Staking, withdrawing, requesting/cancelling an exit, and hopping never carry any fee — the contract has no fee hook on any of those at all.
Claiming or compounding rewards routes a 10% referral fee to this dashboard's registered frontend address — taken only out of the reward amount, never out of your staked principal. This is permanent and can't be changed.
Every transaction link in the activity log opens on robin.etherscan.io — Etherscan's official Robinhood Chain explorer. Always double-check any explorer URL character-by-character before connecting a wallet anywhere; lookalike domains are a common scam pattern in this space.