Connect to Robinhood Chain
Raphael requires an EVM-compatible wallet connected to the correct Robinhood Chain network. ETH is the native gas token: every approval, swap, deposit, lock, vote and claim consumes a small amount of it.
Network details
| Property | Mainnet | Testnet |
|---|---|---|
| Chain ID | 4663 | 46630 |
| Currency | ETH | ETH |
| Public RPC | https://rpc.mainnet.chain.robinhood.com | https://rpc.testnet.chain.robinhood.com |
| Explorer | https://robinhoodchain.blockscout.com | https://explorer.testnet.chain.robinhood.com |
Add the network manually
In your wallet, open network settings, choose Add network, and enter the values above. Confirm that the chain ID shown by your wallet matches the network you intend to use: 4663 for mainnet, 46630 for testnet. The chain ID, not the network name, is what your wallet actually enforces.
Fund gas
A transaction cannot execute without ETH on the same network:
- bridge or transfer ETH to Robinhood Chain mainnet for production use;
- use the official Robinhood Chain testnet faucet for test ETH:
https://faucet.testnet.chain.robinhood.com.
Testnet assets exist only for testing and have no mainnet value. Sending real assets to a testnet address, or the reverse, is a common and expensive mistake.
Before connecting
- verify the Raphael application URL before approving a connection;
- verify the network in your wallet;
- never enter a seed phrase into a website, for any reason;
- reject unexpected signature or approval requests;
- use a dedicated RPC provider for production integrations, because public endpoints are rate limited.
Once connected and funded, continue to Swap Tokens.