Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Robinhood Chain indexer

Robinhood Chain is an Ethereum-compatible Arbitrum Layer 2. OnchainDivers provides its decoded token and Uniswap activity in a dedicated robinhood ClickHouse database, separate from the Solana, Polymarket and HyperLiquid datasets.

The network uses ETH for gas and chain ID 4663. See the official Robinhood Chain documentation for network concepts and connection details.

TablePurpose
tokensERC-20 identities, descriptive metadata, creator and creation context
uniswap_v3_poolsv3 token pairs, pool fee and tick spacing
uniswap_v3_tradesv3 swap amounts, price, liquidity, tick and transaction context
uniswap_v4_poolsv4 currencies, fee, hooks and initial pool state
uniswap_v4_tradesv4 swap amounts, fee, price, liquidity, tick and transaction context

All decoded records retain block, log, transaction, gas and EIP-1559 fee fields. This makes it possible to reproduce event ordering and relate protocol activity to its execution cost without querying a second provider.

Credentials are supplied through .env; no deployment address or credential is included in this site.