> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Robinhood Chain Overview

> Robinhood Chain blockchain data on Dune

## What is Robinhood Chain?

Robinhood Chain is an EVM-compatible blockchain built by Robinhood to support onchain trading, tokenized assets, and related financial applications. Dune indexes Robinhood Chain under the `robinhood` schema namespace with standard EVM raw tables and ABI-decoded contract data.

## Key Features

* **EVM compatibility**: Standard Solidity contracts and familiar EVM tooling apply — raw tables follow the same schema conventions as other EVM chains on Dune.
* **Tokenized assets**: Decoded ERC-20 and ERC-721 event tables (`erc20_robinhood.evt_*`, `erc721_robinhood.evt_*`) surface token transfers and NFT activity on the chain.
* **Contract decoding**: Per-project decoded tables follow the `{project}_robinhood.{contract}_evt_{Event}` namespace pattern (for example `robinhood_arbitrum.*` for Robinhood Arbitrum-stack contracts).

## EVM Specifics on Dune

* **Schema namespace**: `robinhood` (query as `robinhood.blocks`, `robinhood.transactions`, etc.).
* **Raw tables**: `blocks`, `transactions`, `logs`, `traces`, `creation_traces`.
* **Decoded infrastructure**: `robinhood.contracts`, `robinhood.signatures`, `robinhood.logs_decoded`, `robinhood.traces_decoded`.
* **Standard token events**: `erc20_robinhood.evt_*`, `erc721_robinhood.evt_*`.

## Data on Dune

<CardGroup cols={2}>
  <Card title="Raw Data" icon="database" href="/data-catalog/evm/robinhood/raw/blocks">
    Block, transaction, log, and trace data indexed from Robinhood Chain nodes.
  </Card>

  <Card title="Decoded Data" icon="code" href="/data-catalog/evm/robinhood/decoded/overview">
    ABI-decoded contract interactions and events, including ERC-20/721 token activity.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={1}>
  <Card title="Robinhood" icon="link" href="https://robinhood.com/">
    Robinhood product home page.
  </Card>
</CardGroup>
