Overview
OrbitFlare provides node infrastructure for Robinhood Chain, the EVM-compatible Ethereum Layer 2 that Robinhood launched on mainnet in July 2026. The chain is built on the Arbitrum Orbit (Nitro) stack, uses ETH for gas, and is home to Robinhood’s tokenized stocks, which trade around the clock and integrate with DeFi protocols such as Uniswap and Chainlink from day one. If you are building trading systems, indexers, or DeFi integrations around tokenized equities, OrbitFlare gives you direct node access without operating Nitro infrastructure yourself. Because the chain is fully EVM-compatible, standard tooling like Hardhat, Foundry, ethers.js, viem, and Wagmi works against the endpoint without modification, and the chain has first-class support for ERC-4337 account abstraction.Robinhood Chain node access is available for purchase directly from the OrbitFlare dashboard. Learn more on the product page.
Robinhood Chain access is also included with the OrbitFlare Pass NFT, capped at 100 RPS for Pass holders and renters.
Endpoints
- Mainnet
- Testnet
Robinhood Chain mainnet runs in two regions. Use the endpoint closest to your servers.
Robinhood Chain mainnet uses
chainId: 4663 with ETH as the gas token.Access
Authenticate with your OrbitFlare license key, passed as the?api_key= query parameter on both the HTTP and WebSocket URLs (the same key format, ORBIT-XXXXXX-NNNNNN-NNNNNN, used across OrbitFlare products). A license can optionally be placed in IP-whitelist mode, where only whitelisted source IPs may connect and requests still carry the key; manage the mode and whitelist from the dashboard.Making RPC Calls
Robinhood Chain is EVM-compatible and speaks standard JSON-RPC 2.0. PassContent-Type: application/json with a POST body:
WebSocket Subscriptions
Real-time subscriptions run over the WebSocket endpoint. In Node.js, install thews package (npm install ws):
newHeads cadence than on Ethereum mainnet or most L2s.
Supported Methods
The node exposes the standard EVM JSON-RPC surface, including:As an Arbitrum Nitro chain, the node also serves the
arb_* extension methods alongside the standard eth_* set. For the full method reference, see the Ethereum JSON-RPC specification.Rate Limits and Quotas
These limits apply to all OrbitFlare EVM chains (Robinhood, Polygon, BSC). They are enforced per license, and HTTP and WebSocket traffic on the same key share a single rate limit and in-flight budget.
Applies to both tiers: WebSocket connection lifetime of 24 hours; idle timeout of 30 minutes with no data frames; frame size of 4 MiB inbound and 32 MiB outbound; each batch item counts as one request.
Error Codes
-32005 and -32429 are transient. Retry with exponential backoff. If -32005 persists on isolated calls, another client is likely using the same key concurrently, since HTTP and WebSocket share one in-flight budget.Example: Reading a Tokenized Stock
The chain’s flagship assets are Robinhood’s tokenized stocks, which are standard ERC-20 contracts. Here is the NVIDIA token (NVDA) read directly from chain state:
Use Cases
Tokenized Stock Trading
Trade and monitor on-chain equities like NVDA and AAPL 24/7, without market-hours limits.
DeFi Integrations
Build against Uniswap pools and Chainlink feeds live on the chain since launch.
Indexers & Analytics
Follow 100ms blocks in real time over WebSocket and keep your own view of chain state.
Get Started
Purchase from the Dashboard
Buy Robinhood Chain node access directly from the OrbitFlare dashboard and grab your license key.
Rust SDK
Typed RPC and WebSocket clients for Robinhood Chain, built on alloy with retry and failover out of the box.
Product Page
Learn more about Robinhood Chain RPC access, pricing, and what’s included.