The official self-custody wallet – assets, transfers, swaps and dApp connections with native chain support.
Add Robinhood Chain to your wallet
One button for any injected EVM wallet – MetaMask, Rabby, OKX, Coinbase Wallet. The fields are below if yours needs them typed.
Mainnet
- Network name
- Robinhood Chain
- Chain ID
- 4663
- RPC URL
- https://rpc.mainnet.chain.robinhood.com
- Currency symbol
- ETH
- Block explorer
- https://robinhoodchain.blockscout.com
Testnet
- Network name
- Robinhood Chain Testnet
- Chain ID
- 46630
- RPC URL
- https://rpc.testnet.chain.robinhood.com
- Currency symbol
- ETH
- Block explorer
- https://robinhoodchain.blockscout.com
Wallet by wallet
The button covers most of these. Where it does not, the fields above are what the form wants.
MetaMask, extension
The button works. If you would rather do it by hand: Settings, Networks, Add a network, then Add a network manually at the bottom of the list – the top of that screen is a list of chains MetaMask already knows, and this one is not on it. Fill the five fields above exactly and save.
MetaMask, mobile
The in-app browser has the same provider, so opening this page inside it and pressing the button works. From the app instead: Settings, Networks, Add network, Custom networks. The mobile form rejects an RPC it cannot reach, so if it refuses, the endpoint is the thing to check rather than the chain ID.
Rabby
Rabby maintains its own chain list and adds networks on demand when a site asks for one, so the button is the whole procedure. It also shows the chain in its switcher afterwards without a reload, which MetaMask does not always do.
OKX Wallet
Supports the chain natively – it should already be in the network list before you add anything. Use the button only if it is not.
Coinbase Wallet
The extension answers the same method and the button works. The mobile app accepts custom networks through its own settings rather than from a page.
Trust Wallet
Settings, Networks, then add a network manually with the fields above. Trust does not expose the add method to websites in the same way, so the button is unlikely to do anything there – this is a manual one.
Rainbow, Phantom and the rest
Any wallet that injects an EVM provider will answer the button. Wallets built around another chain – Phantom being the common case – support EVM chains through a separate mode rather than by default, and whether this one appears depends on their own list rather than on anything here.
When it does not work
Four failures cover almost all of it, and none of them mean the chain is down.
Could not fetch chain ID
The wallet tried to reach the RPC and did not get an answer it could use. Usually the URL has a stray character, or a corporate network or extension is blocking the request. Paste the RPC into a browser tab: a bare POST endpoint will not render a page, but a total failure to connect looks different from a rejection, and that difference is the answer.
The chain ID does not match
MetaMask checks the ID you typed against the one the endpoint reports and refuses when they differ. The endpoint here reports 0x1237, which is 4663 in decimal. A wallet that wants hexadecimal and receives 4663 will report exactly this error.
The network already exists
Something added it before – another site, or an earlier attempt with a different RPC. The wallet will not create a duplicate, so edit the existing entry rather than adding a second one, and check its RPC matches the one above.
Circuit breaker is open, or rate limited
These are the public endpoint under load, not a fault in your setup. The public RPC is sized for wallets rather than for applications polling it, so an indexer or a bot hitting it will trip this and a wallet sharing the endpoint sees the result. Wait, or use a dedicated endpoint for anything automated.
After the network is added
The chain is an Arbitrum Orbit rollup settling to Ethereum and gas is paid in ETH, so there is no separate token to acquire first – but there has to be ETH on this chain, not on Ethereum. Bridging is the next step, and the route that is cheapest is not the route with the strongest guarantee.
Wallets that support it
Two of these need no setup at all. The rest take the fields above.
EVM wallet with pre-transaction simulation and risk warnings – the safest default for on-chain trading.
Getting ETH onto the chain
Gas is ETH, but it has to be ETH here rather than on Ethereum.
Bridge aggregation – compares routes across providers so you do not have to.
Canonical bridge route into the Arbitrum-stack chain. Slowest but the most trust-minimised.
Frequently asked
What is the Robinhood Chain RPC URL and chain ID?
The mainnet RPC is https://rpc.mainnet.chain.robinhood.com and the chain ID is 4663, which is 0x1237 in hexadecimal. Gas is paid in ETH and the explorer is robinhoodchain.blockscout.com. The testnet is chain ID 46630 on https://rpc.testnet.chain.robinhood.com.
How do I add Robinhood Chain to MetaMask?
Press the button on this page with MetaMask installed and confirm the prompt. By hand: Settings, Networks, Add a network, then Add a network manually, and fill in the five fields listed above. The chain is not in MetaMask's built-in list, so the manual route is the lower half of that screen rather than the top.
Which wallets support Robinhood Chain?
Robinhood Wallet and OKX Wallet support it natively with no setup. MetaMask, Rabby, Coinbase Wallet, Trust Wallet and any other wallet that injects an EVM provider work once the network is added. Wallets built around a non-EVM chain support it only through a separate EVM mode, if at all.
Why does my wallet say it could not fetch the chain ID?
The wallet reached for the RPC and got nothing usable back – almost always a mistyped URL, or a network or extension blocking the request. It is not a sign the chain is down; the endpoint answers eth_chainId with 0x1237 when it is reachable.
Do I need a separate token for gas?
No. Gas is paid in ETH, so there is nothing to acquire first – but the ETH has to be on this chain rather than on Ethereum, which is what bridging is for.
Is it safe to add a network from a website?
Adding a network only tells your wallet where to send requests. It grants no access to funds and no permission to spend anything. What matters is that the RPC is the real one, which is why the values here are published in full rather than hidden behind a button.