Bonsai Docs

Network and RPC

Connection details for Robinhood Chain. Add the network to a wallet, or point a client at the RPC.

FieldValue
Network nameRobinhood Chain
Chain ID4663 (0x1237)
CurrencyETH
RPC URLhttps://rpc.mainnet.chain.robinhood.com
Explorerhttps://explorer.mainnet.chain.robinhood.com
Testnet chain ID46630 (0xb626)
Testnet RPChttps://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.