> For the complete documentation index, see [llms.txt](https://docs.syndromics.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syndromics.xyz/robinhood-chain/why-robinhood-chain.md).

# Why Robinhood Chain

The decisive point is simple: Robinhood Chain's RWAs are plain, self-custodied ERC-20s with a regulated issuer and Chainlink feeds. That is the combination a lending protocol needs, and no other chain currently offers it with a broker's own distribution behind it.

## Property by property

Facts below are taken from Robinhood's documentation and the Arbitrum Foundation.

| Property            | Robinhood Chain                                                                                                                                                  | Why it matters to Syndromics                                             |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| Stack               | Arbitrum Nitro dedicated chain (Orbit), rollup mode settling to Ethereum with blob data availability; 7-day canonical withdrawal                                 | Ethereum security; standard Arbitrum tooling                             |
| Status              | Mainnet since 1 July 2026 (chain ID 4663); about $540M TVL by mid-August 2026 (figures range from $536M to $1.4B across sources)                                 | Live, with real assets and real users                                    |
| Deployment          | Permissionless, EVM-equivalent; Solidity and Vyper, Foundry and Hardhat; Stylus (Rust and WASM) available                                                        | No gatekeeping for protocol contracts; Stylus for the signature verifier |
| Block time and fees | About 250 ms blocks, 100 ms latency through preconfirmations; median transaction about $0.001; gas paid in ETH                                                   | Fast liquidation and settlement; twenty-offer fills stay cheap           |
| Sequencer           | Single Robinhood-operated sequencer, first-come-first-served, sanctions screening at the sequencer; forced inclusion through the L1 delayed inbox after 24 hours | Design for a 24-hour outage; Chainlink Sequencer Uptime Feed available   |
| Native RWAs         | **Stock Tokens**: ERC-20, 18 decimals, issued by Robinhood Assets (Jersey) Ltd, 1:1 backed by shares in US custody, 120+ countries                               | The collateral universe, issued by a listed broker                       |
| Corporate actions   | ERC-8056 `uiMultiplier()`: dividends reinvested, splits handled as a shares-per-token ratio                                                                      | Collateral value accretes automatically; no dividend leakage             |
| Oracles             | Chainlink Data Feeds (24/5), Data Streams (v11 RWA schema with `marketStatus`), CCIP, Sequencer Uptime Feed; multiplier baked into the price                     | Production-grade pricing on day one                                      |
| Stablecoins         | USDG (Paxos, MiCA-regulated) native and used by Robinhood Earn on Morpho; USDe present; USDC via CCTP *unconfirmed*                                              | Settlement asset                                                         |
| Account abstraction | ERC-4337 EntryPoints v0.6 to v0.8, EIP-7702 (ArbOS 40); Alchemy Gas Manager, ZeroDev                                                                             | Gasless onboarding; batched approve and borrow; EIP-1271 offers          |
| Incumbent DeFi      | Morpho Blue, Uniswap v2, v3 and v4, Lighter, Arcus, 1inch                                                                                                        | Idle-capital sink and liquidation liquidity already exist                |
| Compliance layer    | **None on-chain** for Stock Tokens: no allowlist or transfer hook; eligibility enforced at Robinhood's UI and at KYC'd primary issuance and redemption           | Syndromics enforces eligibility itself at the protocol boundary          |
| Ecosystem economics | Robinhood pays 10% of chain net revenue to the Arbitrum DAO; $1M Arbitrum Open House 2026 sponsorship                                                            | Grants and audit subsidies available to builders                         |

## What no other chain offers today

* Tokenized stocks on Solana (Kamino, Jupiter Lend) are collateral in pooled markets with aggressive caps, and the issuers are third parties rather than the broker with the users.
* Tokenized stocks on Base (Coinbase, since 24 August 2026) are newer, and the lending stack around them is not yet built.
* Ethereum mainnet has the deepest DeFi but no native broker-issued equities and gas costs that make twenty-lender syndicates uneconomic.

Robinhood Chain has the assets, the pricing, the settlement asset, the account abstraction and the fee profile in one place, plus the distribution of the broker that issues the collateral.

## What the chain does not do for us

Being clear about the gaps is part of the case:

* It does not enforce Stock Token eligibility on-chain. Syndromics does, through the [eligibility registry](/architecture/eligibility.md).
* It does not protect against a sequencer outage. Syndromics does, through the grace period and the delayed inbox path. See [Sequencer and chain risk](/risk/sequencer-and-chain.md).
* It does not price closed-market gaps. Syndromics does, through session-aware haircuts. See [Oracles and market sessions](/risk/oracles.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.syndromics.xyz/robinhood-chain/why-robinhood-chain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
