10
10 Coin Lab
SETUP· 4 min read

How to Add Robinhood Chain to MetaMask (One Click)

Published August 30, 2026 · Written by the 10 Coin Lab team from on-chain measurements

Adding Robinhood Chain to MetaMask takes about thirty seconds. You can do it in one click with the button below, or add the network by hand with the exact values in the table — every one of which we read directly off the live network rather than copying from documentation that may have drifted.

One-click setup

If you have a browser wallet installed, add the network in a single click. Your wallet will ask you to confirm the RPC details before anything changes.

Robinhood Chain network details

These are the only values you need. Enter them under Settings → Networks → Add a network manually in MetaMask, or the equivalent screen in any EVM wallet.

FieldValue
Network nameRobinhood Chain
New RPC URLhttps://rpc.mainnet.chain.robinhood.com
Chain ID4663
Currency symbolETH
Block explorer URLhttps://robinhoodchain.blockscout.com

Chain ID and RPC verified against the live network on 30 August 2026. The hexadecimal form of the chain ID some wallets show is 0x1237.

4663
Chain ID
0x1237 in hex
ETH
Gas token
no separate coin
100 ms
Block time
measured
Arbitrum
Stack
settles to Ethereum

Adding it manually, step by step

  1. Open MetaMask and click the network dropdown at the top left.
  2. Choose “Add a network”, then “Add a network manually”.
  3. Copy the five values from the table above into the matching fields.
  4. Save, then select Robinhood Chain from the network dropdown to switch to it.

Getting ETH to pay for gas

A freshly added network has a zero balance, and you need ETH on Robinhood Chain to do anything — there is no faucet for mainnet. Bridge it from a chain where you already hold ETH. We bridged from Arbitrum and it credited in about two seconds. The full walkthrough is in our network overview, which also covers the RPC’s rate limits if you are building rather than just browsing.

Troubleshooting

“Could not fetch chain ID. Is your RPC URL correct?”

The public RPC is rate-limited and occasionally rejects a burst of requests. Wait a few seconds and try again, or use a dedicated RPC provider endpoint if you are adding the network programmatically.

The network was added but shows the wrong balance

Your balance on Robinhood Chain is independent of your balance on Ethereum or any other network — the same address holds a separate balance on each chain. A zero balance here just means you have not bridged in yet.

Wallet says the network may be a security risk

Wallets show that notice for any custom network they have not pre-verified; it is not specific to Robinhood Chain. Confirm the chain ID reads 4663 and the RPC matches the table above, and you have added the correct network.

Frequently asked questions

What is the Robinhood Chain RPC URL?

https://rpc.mainnet.chain.robinhood.com. It is rate-limited, so switch to a dedicated provider if you are making frequent automated requests.

What is the Robinhood Chain ID?

4663, shown as 0x1237 in wallets that display the hexadecimal form. The testnet uses chain ID 46630.

Does Robinhood Chain work with MetaMask?

Yes. It is a standard EVM network, so MetaMask and every other mainstream wallet work with it once you add the network above — no extension or special build required.

Which token do I use for gas on Robinhood Chain?

ETH. There is no separate gas token, so once you have bridged ETH onto the network you can pay for transactions directly.

Keep reading