Skip to content
ARRANGEDocumentation
Browse documentation
On this page

DocumentationRobinhood Chain

Network

Official Robinhood Chain identifiers, endpoints, gas asset and finality model.

#Network configuration

PropertyMainnetTestnet
NetworkRobinhood ChainRobinhood Chain Testnet
Chain ID466346630
Currency symbolETHETH
Public RPChttps://rpc.mainnet.chain.robinhood.comhttps://rpc.testnet.chain.robinhood.com
Explorerhttps://robinhoodchain.blockscout.comhttps://explorer.testnet.chain.robinhood.com

Public RPC endpoints are rate-limited. Applications should use redundant provider endpoints, validate the connected chain ID and separate mainnet from testnet configuration.

#Execution and finality

The sequencer provides fast soft confirmations. Batches are then posted to Ethereum and inherit Ethereum finality. High-value or irreversible accounting should distinguish a sequencer receipt from L1-posted and Ethereum-final states.

  • Use transaction receipts for responsive interface state.
  • Wait for stronger confirmation before irreversible settlement decisions.
  • Check L2 sequencer uptime before relying on time-sensitive price feeds.
  • Use ETH for gas; Robinhood Chain does not use a separate gas token.

#Primary sources

  1. About Robinhood Chain

    Official overview of Robinhood Chain, its Ethereum-compatible Layer-2 design and EVM execution environment.

  2. Connecting to Robinhood Chain

    Official mainnet and testnet chain IDs, ETH gas configuration, RPC endpoints and block explorers.

ARRANGE Documentation