Developers · robinhood chain testnet
Robinhood Chain Testnet
Official testnet params: Chain ID 46630, RPC, explorer, and faucet — copy-paste ready for MetaMask and dev tooling.
Robinhood Chain testnet is the sandbox: free test ETH, no real money, same EVM workflow as mainnet. Numbers below are from official connecting docs.
Testnet network parameters (copy these)
{
"chainId": "0xb626",
"chainName": "Robinhood Chain Testnet",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": [
"https://rpc.testnet.chain.robinhood.com",
"https://rpc.testnet.chain.robinhood.com/rpc"
],
"blockExplorerUrls": [
"https://explorer.testnet.chain.robinhood.com"
]
}Source: docs.robinhood.com/chain/connecting. Faucet “add chain” helper: faucet add-chain page.
Testnet vs mainnet
| Mainnet | Testnet | |
|---|---|---|
| Network name | Robinhood Chain | Robinhood Chain Testnet |
| Chain ID | 4663 | 46630 |
| RPC | https://rpc.mainnet.chain.robinhood.com | https://rpc.testnet.chain.robinhood.com |
| Explorer | https://robinhoodchain.blockscout.com | https://explorer.testnet.chain.robinhood.com |
| ETH source | Bridge real funds | Official faucet |
How to use Robinhood Chain testnet
- 1Add Robinhood Chain Testnet to your wallet
Network name “Robinhood Chain Testnet”, RPC https://rpc.testnet.chain.robinhood.com, Chain ID 46630, symbol ETH, explorer https://explorer.testnet.chain.robinhood.com.
- 2Claim test ETH from the faucet
Open https://faucet.testnet.chain.robinhood.com/, connect the same address, request funds, wait for confirmation.
- 3Confirm on the testnet explorer
Paste your address into https://explorer.testnet.chain.robinhood.com. If nothing shows, you're probably still on mainnet in the wallet.
- 4Point tooling at testnet RPC
Hardhat/Foundry/Remix: RPC = https://rpc.testnet.chain.robinhood.com, chainId = 46630. Deploy here before mainnet.
Faucet & tooling
Claim flow is on the faucet page. For mainnet RPC comparison: RPC guide.