learn

as of 11h ago

how robinhood chain actually works, chapter by chapter. every claim carries a numbered footnote into primary sources, all reviewed 2026-07-14. no access, no insider info, just documentation and receipts.

chapter 1

what is robinhood chain

robinhood chain is a permissionless, EVM-compatible layer 2 built on arbitrum orbit tech with offchain labs.[2] it settles to ethereum and posts transaction data as EIP-4844 blobs. that is rollup mode, not anytrust: everything needed to reconstruct the chain lives on ethereum itself.[1]

gas is paid in plain ETH, no separate gas token. chain id 4663. solidity and vyper contracts deploy unmodified.[1][3]

the chain is young. a public testnet opened 2026-02-10[4] and processed 200M+ transactions before mainnet.[5] public mainnet launched 2026-07-01.[6]

stock tokens did not start here. 200+ tokenized stocks and ETFs launched on arbitrum one in june 2025,[7] then migrated to the dedicated chain at mainnet. arbitrum calls the pattern launch-and-migrate.[2]

the live numbers sit in /overview
where your transaction goes
user
signs a transaction from any EVM wallet
robinhood sequencer
orders txs first come first served, answers in ~100ms
batch poster
compresses batches of L2 transactions for settlement
ethereum blobs
EIP-4844 blob data on L1. full rollup DA, not anytrust
chapter 2

life of a transaction

you sign. the sequencer receives your tx and orders it first come, first served, strictly by arrival time.[3] configurable block times plus preconfirmations hand you a receipt in roughly 100ms.[2]

call that what it is: ~100ms confirmation latency, not 100ms finality. a preconfirmation is the sequencer promising your spot in the queue. it feels instant because a single operator answers instantly.

hard finality is slower. your transaction fully settles once its batch is posted to ethereum as blob data and the fraud-proof window passes. that is the point where ethereum, not robinhood, guarantees the state.[8][9]

step 1
~100ms
soft: preconfirmation

the sequencer orders your tx and hands back a receipt. trust model: a single operator keeping its word.[2]

step 2
batch cadence varies
posted to ethereum

your tx lands on L1 inside a blob. from here the chain can be reconstructed from ethereum data alone.[1]

step 3
~6d 8h
hard: challenge window

the fraud-proof window passes and state is final on ethereum. canonical withdrawals unlock.[8][9]

decentralization status, honestly
sequencersingle node, robinhood-run, first come first served
fraud proofslive, but only 2 whitelisted validators can post them
challenge window~6d 8h
upgradesinstant, 2-of-3 multisig, no exit window for users
force inclusionexists via the L1 delayed inbox, but a transaction filterer can force-fail registered txs, undermining censorship resistance
l2beat ratingbelow stage 0

translation: if the sequencer halts or censors, user recourse is limited today. treat this as a young, centralized chain, because that is what the contracts say it is.[8]

watch blocks land in /activity
chapter 3

stock tokens, actually explained

legal reality first. stock tokens are tokenized debt securities issued by robinhood assets (jersey) ltd. holders get economic exposure to the underlying stock and no legal or beneficial rights in it. not a share. a claim on the issuer.[10]

technically they are plain ERC-20s: 18 decimals, one contract per ticker, self-custodied in any EVM wallet.[10]

the primary market is gated. only KYB-onboarded authorised participants (BBVI at launch) mint and redeem directly with the issuer. everyone else trades secondary on DEXes.[10]

pricing comes from per-asset chainlink feeds on-chain.[11] corporate actions ride the ERC-8056 uiMultiplier: dividends reinvest and splits apply by stepping a multiplier, raw balances never rebase. the chainlink price already incorporates the multiplier.[10][11]

availability: not for US persons, restricted in the UK, canada, and switzerland.[6]

track the live tokens in /equities
illustrative example. invented numbers, not market data
step 1: before the dividend
raw balance250.000000 xyz
uiMultiplier1.0000
display value250.00
step 2: issuer processes a dividend
raw balance250.000000 xyz
uiMultiplier1.0000 → 1.0042
display value250.00 → 251.05

no rebase, no cash payout. the contract emits a multiplier update and wallets rescale what they show you.

step 3: after
raw balance250.000000 xyz
uiMultiplier1.0042
display value251.05

nothing transferred. the raw balance never moved, the multiplier carries the corporate action.

chapter 4

who earns what

you pay gas in ETH. the fee bundles two components, L2 execution plus the cost of posting your data to ethereum.[12]

sequencer revenue accrues to robinhood as chain operator. the main operating cost is ethereum blob posting. what remains is margin.[5]

under the arbitrum expansion program, 10% of net protocol revenue flows back to the arbitrum ecosystem: 8% to the dao treasury, 2% to the developer guild.[5]

one distortion to price in: the first 90 days of gas are subsidized for eligible robinhood wallet users, ending around 2026-09-29.[6] activity metrics carry that tailwind until then.

there is no chain token, and as of 2026-07-14 none has been announced. value accrues to HOOD equity and sequencer economics.

user pays gas in ETHrobinhood sequencer
ethereum blob postingthe cost side
robinhood, sequencer marginno chain token in this loop
10% of net revenue to arbitrum8% dao treasury2% developer guild
follow the money in /economics
chapter 5

the ecosystem

two weeks in, the shape is legible. spot is a uniswap chain: v2, v3 and v4 all deployed, clearing most of the dex volume, with pancakeswap, rialto and the chain-native AMMs splitting the rest.

derivatives are a three-way race. lighter is the official perps partner, USDG collateral and a 50/50 revenue split with robinhood. arcus, built by dYdX labs with robinhood crypto, runs spot plus perps for stock tokens. meridian brings RWA perps and prediction markets, settled in USDe.

yield runs through morpho. robinhood earn lends USDG through morpho vaults at a variable rate near 7%, steakhouse curating, with ethena, spark and maple alongside. USDG, the paxos global dollar, is the core stable on the chain, and the deepest pools quote against it. builder note: 6 decimals, not 18.

and the memes came anyway. flap.sh rode the launchpad wave to a top-10 venue by volume in week two. a chain built for stock tokens is, for now, doing serious memecoin volume. the map below is names only.

spot dexes
UniswapPancakeSwapArcusRialto1inchKyberSwapRobinSwapHooditBankrVirtuals
perps
LighterMeridian
lending & yield
MorphoSteakhouse FinancialEthenaSparkMaple
stablecoins
USDG (Paxos Global Dollar)USDe (Ethena)
infra & oracles
ChainlinkBlockscoutAlchemyBitGoLI.FIEtherFiArrakisNativeMidasOpenSea Seaport
launchpads
NOXA.funflap.shArrowPad
full directory with blurbs in /ecosystem
chapter 6

glossary + quiz

twelve terms that carry the whole story, definitions consistent with the chapters above. then eight questions. every answer is in chapters 1 to 4, no trick questions.

glossary
orbit chain

an L2 built on the arbitrum orbit stack, settling to ethereum. robinhood chain is one, built with offchain labs.[2]

blob DA

transaction data posted to ethereum as EIP-4844 blobs. full rollup mode: the chain can be rebuilt from L1 data alone.[1]

sequencer

the node that orders transactions. here a single robinhood-run operator, first come first served.[3][8]

preconfirmation

the ~100ms receipt from the sequencer promising your slot in the queue. confirmation latency, not finality.[2]

challenge period

the ~6d 8h fraud-proof window before state is final on ethereum. canonical withdrawals wait it out.[8][9]

stock token

a tokenized debt security issued by robinhood assets (jersey) ltd. economic exposure to the stock, no rights in it.[10]

authorised participant

a KYB-onboarded entity (BBVI at launch) allowed to mint and redeem stock tokens directly with the issuer.[10]

ERC-8056 / uiMultiplier

the corporate-action standard. dividends and splits step a display multiplier, raw balances never rebase.[10]

chainlink feed

the per-asset on-chain price oracle behind every stock token. the feed price already includes the multiplier.[11]

USDG

paxos global dollar, the core stable on the chain and the robinhood earn lending asset. 6 decimals, not 18.

AEP

arbitrum expansion program. 10% of net protocol revenue flows back to arbitrum: 8% dao treasury, 2% developer guild.[5]

force inclusion

the L1 delayed-inbox escape hatch around the sequencer. exists, but a transaction filterer can force-fail registered txs.[8]

quiz
1/8chain id?
2/8where does transaction data live?
3/8what do you pay gas in?
4/8who runs the sequencer?
5/8legally, a stock token is
6/8who mints and redeems in the primary market?
7/8what does the uiMultiplier do?
8/8where does sequencer revenue go?
0 of 8 answered

sources

all sources reviewed 2026-07-14. spot an error, tell @zerokn0wledge_.

  1. [1]docs.robinhood.com/chain/connecting network params: an arbitrum L2 on ethereum, blob DA, ETH gas, chain id 4663
  2. [2]blog.arbitrum.io/robinhood-chain-mainnet arbitrum launch post: dedicated chain with offchain labs, configurable block times + preconfirmations, launch-and-migrate
  3. [3]docs.robinhood.com/chain chain overview: first-come-first-served sequencing, full EVM compatibility
  4. [4]robinhood newsroom, testnet launch public testnet opened 2026-02-10, chain id 46630
  5. [5]forum.arbitrum.foundation, arbitrumdao factsheet 200M+ testnet transactions; AEP revenue share: 10% of net protocol revenue, 8% dao treasury + 2% developer guild
  6. [6]robinhood newsroom, mainnet launch mainnet 2026-07-01, stock tokens in 120+ countries, US persons excluded, 90-day gas coverage
  7. [7]robinhood newsroom, june 2025 200+ stock and ETF tokens launch on arbitrum one; L2 announced
  8. [8]l2beat.com/scaling/projects/robinhood risk analysis: single sequencer, 2 whitelisted validators, ~6d 8h challenge window, instant upgrades via 2-of-3 multisig, transaction filterer, below stage 0
  9. [9]docs.robinhood.com/chain/bridging canonical bridge: deposits ~10 min, withdrawals carry a 7-day challenge period
  10. [10]docs.robinhood.com/chain/stock-tokens stock tokens: tokenised debt securities issued by robinhood assets (jersey) ltd, ERC-20 + ERC-8056, authorised participants only in the primary market
  11. [11]docs.robinhood.com/chain/building-with-stock-tokens per-asset chainlink feeds; the feed price already incorporates the corporate-action multiplier
  12. [12]docs.robinhood.com/chain/gas-and-fees fee anatomy: L2 execution fee + L1 data fee, both bundled into gas paid in ETH