RRH Chain Wiki

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)

Network Name
Robinhood Chain Testnet
RPC URL
https://rpc.testnet.chain.robinhood.com
Chain ID
46630
Chain ID (hex)
0xb626
Currency Symbol
ETH
Block Explorer
https://explorer.testnet.chain.robinhood.com
Faucet
https://faucet.testnet.chain.robinhood.com/
Full testnet JSON
{
  "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

MainnetTestnet
Network nameRobinhood ChainRobinhood Chain Testnet
Chain ID466346630
RPChttps://rpc.mainnet.chain.robinhood.comhttps://rpc.testnet.chain.robinhood.com
Explorerhttps://robinhoodchain.blockscout.comhttps://explorer.testnet.chain.robinhood.com
ETH sourceBridge real fundsOfficial faucet

How to use Robinhood Chain testnet

  1. 1
    Add 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.

  2. 2
    Claim test ETH from the faucet

    Open https://faucet.testnet.chain.robinhood.com/, connect the same address, request funds, wait for confirmation.

  3. 3
    Confirm 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.

  4. 4
    Point tooling at testnet RPC

    Hardhat/Foundry/Remix: RPC = https://rpc.testnet.chain.robinhood.com, chainId = 46630. Deploy here before mainnet.

Tip: label the wallet account “RH test” so you never bridge mainnet size while still on Chain ID 46630.

Faucet & tooling

Claim flow is on the faucet page. For mainnet RPC comparison: RPC guide.

FAQ

What is the Robinhood Chain testnet Chain ID?+
Robinhood Chain testnet uses Chain ID 46630 (hex 0xb626). Do not use mainnet 4663 for test deployments.
What is the Robinhood Chain testnet RPC URL?+
Official public testnet RPC is https://rpc.testnet.chain.robinhood.com (from docs.robinhood.com/chain/connecting/). Some faucet UIs also list https://rpc.testnet.chain.robinhood.com/rpc.
Where do I get Robinhood Chain testnet ETH?+
Use the official faucet at https://faucet.testnet.chain.robinhood.com/. Connect a wallet on Chain ID 46630, then request funds.
Is Chain ID 4663 testnet or mainnet?+
4663 is mainnet. Testnet is 46630. Mixing them is the most common “empty balance / wrong network” bug.
Which explorer shows testnet transactions?+
https://explorer.testnet.chain.robinhood.com — not the mainnet explorer.