> 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/network-details.md).

# Network details

{% hint style="info" %}
RPC endpoints, explorer URLs and Robinhood's own contract addresses are published at [docs.robinhood.com/chain](https://docs.robinhood.com/chain/). Syndromics contract addresses are recorded in `contracts/deployments/4663.json` and described on the [Deployment](/architecture/deployment.md) page. Always verify addresses against those sources before sending funds.
{% endhint %}

## Network

| Network         | Chain ID | Status                    | Syndromics            |
| --------------- | -------- | ------------------------- | --------------------- |
| Robinhood Chain | 4663     | Mainnet since 1 July 2026 | Production deployment |

## Chain parameters

| Parameter               | Value                                                               |
| ----------------------- | ------------------------------------------------------------------- |
| Execution               | Arbitrum Nitro, EVM-equivalent, ArbOS 40 (EIP-7702 supported)       |
| Settlement layer        | Ethereum                                                            |
| Data availability       | Ethereum blobs (rollup mode)                                        |
| Block time              | About 250 ms                                                        |
| Preconfirmation latency | About 100 ms                                                        |
| Gas token               | ETH                                                                 |
| Median transaction cost | About $0.001                                                        |
| Canonical withdrawal    | 7 days                                                              |
| Sequencer               | Single, operated by Robinhood; sanctions screening at the sequencer |
| Forced inclusion        | L1 delayed inbox, 24-hour delay                                     |
| Explorer                | Blockscout                                                          |

## Precompiles and conventions used by Syndromics

| Item                      | Usage                                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------- |
| `block.timestamp`         | All time-based logic: accrual, expiries, grace windows, auction curves                |
| `block.number`            | Never used for time; on Arbitrum it reflects the L1 block                             |
| `ArbSys.arbBlockNumber()` | Only where an L2 block height is required, for example in event metadata              |
| Compressed calldata       | Offer structs are packed and signatures compacted because L1 data cost dominates fees |

## Standards in use

| Standard | Where                                           |
| -------- | ----------------------------------------------- |
| ERC-20   | Stock Tokens (18 decimals), USDG (6 decimals)   |
| ERC-8056 | Stock Token corporate actions, `uiMultiplier()` |
| ERC-721  | Position NFTs                                   |
| EIP-712  | Offer signing                                   |
| EIP-1271 | Smart-account signature validation              |
| ERC-4337 | Account abstraction entry points v0.6 to v0.8   |
| EIP-7702 | EOA delegation to smart-account code            |
| Permit2  | Allowance-based pulls at settlement             |
| EAS      | Eligibility attestations                        |

## Chainlink services on chain 4663

| Service                    | Purpose in Syndromics                |
| -------------------------- | ------------------------------------ |
| Data Feeds (24/5 equities) | Health-factor and settlement pricing |
| Data Streams (v11 RWA)     | Auction pricing with market status   |
| Sequencer Uptime Feed      | Post-outage liquidation grace        |
| CCIP                       | Bridged collateral (roadmap)         |
| ACE / CCID                 | Alternative eligibility adapter      |


---

# 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/network-details.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.
