Network and RPC
Connection details for Robinhood Chain. Add the network to a wallet, or point a client at the RPC.
| Field | Value |
|---|---|
| Network name | Robinhood Chain |
| Chain ID | 4663 (0x1237) |
| Currency | ETH |
| RPC URL | https://rpc.mainnet.chain.robinhood.com |
| Explorer | https://explorer.mainnet.chain.robinhood.com |
| Testnet chain ID | 46630 (0xb626) |
| Testnet RPC | https://rpc.testnet.chain.robinhood.com |
Add it to a wallet
Pressing Connect wallet on the site prompts your wallet to add Robinhood Chain and switch to it automatically. To add it by hand, use the chain ID and RPC URL above. Robinhood Chain is EVM-compatible, so any standard Ethereum wallet works.
Why EVM-compatible matters
Because the chain runs ordinary EVM, the campaign and reward contracts are plain Solidity with no custom execution environment. Standard tooling (Foundry, viem, any RPC client) works without modification.
What lives on-chain
Almost nothing about the fuzzing touches the chain. Test execution, the corpus, crash samples, coverage data, and verification all stay off-chain. The chain holds campaign deposits, operator stake, campaign rules, the weekly contribution roots, reward claims, and post-fix receipts. See how rewards settle.
