BTC:
ETH:
SOL:
BNB:
XRP:
Robinhood Chain

Robinhood Chain: the field guide

Robinhood Chain is a permissionless, EVM-compatible Ethereum Layer 2 for financial services, DeFi, and tokenized real-world assets. Its public mainnet launched July 1, 2026.

7 min readReviewed July 13, 2026Network primer

The short answer

Robinhood Chain is an Ethereum-compatible Layer 2 developed on Arbitrum infrastructure. Standard EVM wallets and tools can connect to it, ETH pays transaction gas, and applications can use smart contracts written for the Ethereum ecosystem.

It is a blockchain network—not a readout of your Robinhood brokerage or centralized crypto account. A public Robinhood Chain address exposes only the activity recorded for that self-custody address on the chain.

What lives onchain

Robinhood describes the chain as infrastructure for crypto, DeFi, and tokenized real-world assets. That can include ERC-20 transfers, swaps, lending and borrowing, liquidity positions, bridges, approvals, and interactions with tokenized assets.

Stock Tokens require extra care. Robinhood’s disclosures describe them as tokenized debt securities providing economic exposure to an underlying asset, not direct legal or beneficial ownership of that underlying security. Availability is jurisdiction-dependent, and they are not available to U.S. persons.

The permissionless side of the network is broader: anyone can deploy an ERC-20, including a meme or protocol token that has no connection to Robinhood. See how tokens launch on Robinhood Chain for the contract, liquidity, and first-trade sequence.

Robinhood Chain’s official block explorer is Blockscout, not Etherscan—see reading a block explorer for how to look up a transaction or contract there directly.

Getting funds onto the chain in the first place runs through Arbitrum’s canonical bridge—see bridging basics for how that deposit and withdrawal process actually works, including the roughly 7-day withdrawal delay.

For the full fee picture on this chain—L2 execution fee versus L1 data fee, and how it compares to Solana—see Solana vs. Robinhood Chain fees, compared.

What a Robinhood Chain journal must reconstruct

  1. Transactions and receipts. The submitted transaction and whether execution succeeded or reverted.
  2. Contract logs. ERC-20 transfers and protocol events that reveal the economic activity inside a transaction.
  3. Gas. ETH paid for execution, kept separate from the asset purchase or sale.
  4. Routes and protocols. Swaps, bridges, liquidity actions, lending, approvals, and unknown contract calls.
  5. Inventory and pricing. Assets still held, tokens without reliable prices, and jurisdiction-sensitive tokenized assets.

Why this is not a Solana parser with a new label

Solana uses signatures, program instructions, account balance changes, SPL tokens, and fees such as priority fees or validator tips. Robinhood Chain uses EVM transactions, receipts, logs, contract addresses, ERC-20 tokens, and ETH gas. Both can produce a normalized journal, but the evidence and failure modes are different.

Trenchables therefore uses two chain adapters feeding one accounting model. Confidence is measured separately so strong Solana coverage cannot hide weak Robinhood Chain coverage—or the reverse.

Official sources

Turn the lesson into evidence

Run a Robinhood Chain address preflight.

Paste a public `0x` address. No connection, brokerage login, signature, private key, or transaction permission is required.

Open Robinhood preflight