Robinhood Chain performance notes
Robinhood Chain is an Ethereum Layer-2 optimistic rollup built on Arbitrum Nitro and operated by Robinhood. It is EVM-compatible – Solidity and Vyper contracts deploy unchanged, with Arbitrum precompiles for L2-specific calls and a 96 KB contract size limit. The sequencer produces blocks about every 100 milliseconds and orders transactions first-come, first-served, with no priority fee auctions. Ethereum provides data availability and settlement, and fees are paid in ETH.
The network is used for tokenized real-world assets, lending and collateral against them, and 24/7 trading. Stock Tokens are ERC-20 contracts with onchain price feeds and an ERC-8056 multiplier that adjusts for dividends and splits. ERC-4337 account abstraction is supported natively, including gas sponsorship, batching, and session keys. These suit teams building trading and lending products that need low-latency execution with Ethereum settlement.
