Documentation

Robinhood overview

Robinhood Chain activity indexed into ClickHouse: decoded Uniswap v3 and v4 swaps, ERC-20 token metadata, and eight launchpads, queryable in SQL. One product: Indexer.

// updated 2026-09-07

Robinhood Chain is an Ethereum-compatible Arbitrum Layer 2, chain ID 4663, using ETH for gas. Supanode indexes its decoded on-chain activity into a SQL-queryable warehouse - one product, the Indexer.

NOTE

One product: Indexer. No RPC, gRPC or streaming on this chain yet. You get a ClickHouse database with the decoding already done, and you write SQL.

What you get

  • Uniswap swaps: every v3 and v4 swap decoded - signed token deltas, post-swap price and liquidity, tick, and on v4 the per-swap fee. 200 million swaps across the two versions.
  • Uniswap pools: pool creations for both versions, so a pool_id resolves to the pair, fee tier, tick spacing, and on v4 the hooks contract.
  • Tokens: ERC-20 identities - name, symbol, decimals, creator, and descriptive metadata. This is what turns an address into something readable.
  • Launchpads: eight of them - Pons, Flap, Doppler, Noxa, Nox, Letscash, Varo and Long - each with its launches, its swap stream, and where applicable its bonding-curve trades and graduations.
  • Execution context on every row: block number, log index, transaction hash, gas used and the EIP-1559 fee fields, so you can reproduce event ordering and attribute cost without querying a second provider.

Query it directly over ClickHouse SQL, or have us deploy custom REST endpoints for recurring queries.

WARNING

The chain is young and so is the history. Indexing starts 22 May 2026. Anything that reads as "all-time" on Robinhood Chain today is a few months, not a few years - size your backtests accordingly.

Where to next

Indexer

What is indexed, how the tables join, how to connect.

Table reference

All 25 tables, column by column.

Query examples

Cross-version swap feeds, active pools, launchpad funnels.

Pricing

How the subscription is quoted, billing, and the free trial.