Split//Layer
The vision$SLLaunch app
Documentation/Build with SplitLayer/Robinhood Chain
BUILD WITH SPLITLAYER

Robinhood Chain

Connect network facts to the read-only asset workspace.

4 min readUpdated September 9, 2026

Verified network configuration

Robinhood Chain is an Ethereum-compatible Arbitrum Layer 2. Its official documentation publishes both mainnet and testnet configuration, with ETH as the native gas currency. The values below were checked on September 9, 2026.

PropertyMainnetTestnet
Chain ID466346630
Gas currencyETHETH
Public RPChttps://rpc.mainnet.chain.robinhood.comhttps://rpc.testnet.chain.robinhood.com
Explorerhttps://robinhoodchain.blockscout.comhttps://explorer.testnet.chain.robinhood.com

What the asset workspace reads

The Asset layer reads active mainnet asset metadata from the official Robinhood registry and displays available reference prices. A manually imported ERC-20 address can be queried for its metadata and the connected wallet's balance.

The integration is read-only. It does not trade Stock Tokens, redeem an issuer claim, borrow against an asset, or move funds to another chain. Split//Layer is an independent application.

Verify the asset before interpreting the balance

  • Identify an asset by its chain ID and official contract address, rather than its displayed symbol alone.
  • Treat arbitrary imported ERC-20 metadata as unverified. A successful balance read does not establish issuer legitimacy or backing.
  • Read the instrument's eligibility and redemption terms separately from its onchain transfer interface.
  • Preserve missing or stale prices as such; a reference value is not an executable cash quote.

Configure a reliable read endpoint

Set the server-only RPC_URL_4663 variable to a provider endpoint for Robinhood Chain mainnet. Validate that the endpoint reports chain ID 4663. Keep URLs containing provider credentials out of client bundles and public logs.

The default public endpoint is rate-limited. A dedicated endpoint can improve read reliability, but it does not change asset eligibility or make new bridge routes available.

Asset visibility and cash routing are separate

Enabling another transfer network requires verified token contracts, routing-provider support, executable liquidity, and settlement monitoring. Displaying a network's asset data does not satisfy those requirements.