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 therobinhood 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 examplerobinhood_arbitrum.*for Robinhood Arbitrum-stack contracts).
EVM Specifics on Dune
- Schema namespace:
robinhood(query asrobinhood.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
Raw Data
Block, transaction, log, and trace data indexed from Robinhood Chain nodes.
Decoded Data
ABI-decoded contract interactions and events, including ERC-20/721 token activity.
Resources
Robinhood
Robinhood product home page.