block Read the docs

Stocks, stablecoins,
and the agents reading them.

The data layer for Robinhood Chain.
RWAs, stablecoins, memecoins — live, indexed, agent-readable.
No key. No account.

A — CONSOLE

The chain, as it is right now.

Read from rpc.mainnet.chain.robinhood.com through this site's API, a few seconds old at most. Nothing simulated.

hood-synapse — live console · rpc.mainnet.chain.robinhood.com connecting
$eth_chainIdmainnet
$eth_blockNumberconnecting…
$eth_gasPricecurrent base
$block_timerolling average
$subscribe latest_blocks
B — THE INDEX

History the chain can't hand you.

An RPC only answers for right now. Hood Synapse keeps the past — daily activity, gas, block cadence. Growing every day.

index syncing…
Blocks indexed
in our own database
Days of history
and counting
Behind the tip
blocks
Sample stride
100
every Nth block
Daily transactions from the Hood Synapse index
loading history…
C — WHAT'S MOVING

Real-world assets
and memecoins, same chain.

Real-world assets and memecoins on one chain. NVIDIA and the S&P 500 sit next to Dog In Hood. Ranked by transfer activity.

Tokens by activity loading…
#Token Price24hLiquidityVol 24hHoldersTransfers
reading the index…

Price is the on-chain DEX price from the deepest pair on this chain — not a reference exchange quote. Liquidity is summed across every pair, and it sits next to the price on purpose: a tokenized equity trading against a few thousand dollars of depth can sit far from its off-chain price.

D — FOR AGENTS

Chain data your agents
can actually read.

An MCP server, so your agent reads Robinhood Chain directly. Live blocks, RWAs, history. One line of config.

add to your agent json
{
  "mcpServers": {
    "hoodsynapse": {
      "command": "npx",
      "args": ["-y", "hoodsynapse-mcp"]
    }
  }
}
What it can answer
What real-world assets trade on Robinhood Chain?
How busy is the chain today versus last week?
What happened in block 20,401,056?
Is the index current enough to trust that?
Tools exposed to the agent
get_chain_statsLatest block, block time, gas, L1 anchor
list_tokensTokens by activity — filter rwa, equity, fund, private, stable, meme
get_blockOne block, Orbit fields decoded, system txs separated
get_daily_activityDaily transactions and block cadence over time
get_index_statusWhat the index holds, and how current it is
get_gasGas price, base fee, and why priority fees are zero here
E — QUERY IT

No key. Just read it.

Clean JSON over the chain. Decimal numbers. System transactions filtered. Open CORS. One curl away, from any language.

chain snapshot curl
# one call, everything you need
curl https://hoodsynapse.xyz/api/stats

{
  "chainId": 4663,
  "latestBlock": 16334131,
  "blockTimeSeconds": 4.0,
  "gasPriceGwei": 0.0738,
  "l1BlockNumber": 25587515, …
}
latest block, cleaned curl
curl https://hoodsynapse.xyz/api/block/latest

{
  "number": 16334131,
  "timestampISO": "2026-07-22T09:56:02Z",
  "txCount": 4,
  "userTxCount": 3,   ← system txs filtered
  "sendRoot": "0x3c71…", …
}
all endpoints — docs → http api
GET /api                  → endpoint index
GET /api/stats            → chain snapshot: block, gas, block time
GET /api/gas              → gas breakdown
GET /api/block/latest     → latest block, cleaned
GET /api/block/{number}   → any block by number

# prefer raw? the underlying JSON-RPC is documented in /docs

Verify it yourself.

Run the same calls in your own console. If our numbers disagree with the chain, the chain is right.

Network params
F — CONNECT

Connect to Robinhood Chain.

Add the network to any EVM wallet or SDK. Official public parameters.

Network nameRobinhood Chain Mainnet
Chain ID4663 (0x1237)
RPC URLhttps://rpc.mainnet.chain.robinhood.com
Gas tokenETH
Explorerrobinhoodchain.blockscout.com
StackArbitrum Orbit (Ethereum L2)
CORSOpen — browser requests allowed
G — THE TOKEN

$SYNAPSE is coming.

Reading the chain stays free. Always. $SYNAPSE is for what sits above that line — heavier usage, index priority, settlement between agents. Not launched yet.

$SYNAPSE token Coming soon