> ## Documentation Index
> Fetch the complete documentation index at: https://dune-automated-update-duneapi-openapi-files.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Catalog

> Explore Dune's comprehensive blockchain data catalog — raw, decoded, and curated datasets across 100+ blockchains, accessible via the web app, API, and Datashare.

## Everything Onchain, One Platform

Raw, decoded, and curated datasets across 100+ blockchains — all queryable from a single platform. Whether you're building analytics, powering applications, or feeding data pipelines, every dataset is accessible through the [Data Hub](https://dune.com), [Data API](/api-reference/overview/introduction), or [Datashare](/datashare/datashare).

<Info>
  **Access options:** [Data Hub](https://dune.com) · [Data API](/api-reference/overview/introduction) · [Datashare](/datashare/datashare)
</Info>

***

## How Our Data Is Organized

Dune's data catalog has three layers, each building on the one below:

| Layer       | What It Contains                                                      | Best For                                                              |
| ----------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
| **Raw**     | Block, transaction, log, and trace data indexed directly from nodes   | Full chain history, custom analysis, building your own models         |
| **Decoded** | Smart contract events and function calls parsed using verified ABIs   | Protocol-specific analysis, contract interactions, event monitoring   |
| **Curated** | Cleaned, normalized datasets built and maintained by Dune's data team | Cross-chain analytics, market intelligence, production data pipelines |

Most enterprise use cases start with **curated data** — pre-built, validated datasets that work across chains without writing complex raw queries.

***

## Access Tiers: Public vs Gated Datasets

Every dataset in Dune's catalog belongs to one of two access tiers:

| Tier          | What It Means                                                                                                 | Who Can Query It                            |
| ------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| 🟢 **Public** | Standard Dune datasets. Available to every user without an additional entitlement.                            | All plans (Free, Analyst, Plus, Enterprise) |
| 🔒 **Gated**  | Premium datasets. Discoverable to everyone but require an entitlement on your team before you can query them. | Workspaces granted access by Dune           |

<Note>
  **How gating actually works.** Gating is an *App-side, per-team entitlement* — it's not a property of the table itself. A gated table can still show up in the data explorer and in `searchTables`/`GET /v1/datasets/*` responses with `visibility: public`, but running a query against it requires an active entitlement on your workspace. The authoritative gated list is maintained in the **Dune Data Verticals** registry and reflected below.
</Note>

The vast majority of the catalog is Public — every raw chain table, every decoded event/call table, every community/partner dataset, the Dune Index, and many curated datasets. Gated datasets are a defined list of premium collections that Dune sells as products.

### Currently gated datasets

<Note>
  **Sidebar signal.** Every gated table page in the left navigation carries a **`Gated`** tag next to its title. Pages without a tag are Public. Use the tag as a quick, in-context signal while browsing the catalog.
</Note>

| Dataset                                    | Gated tables                                                                                                                                                                                                                                                                                                         | Chains / notes                                                                                                                                                                                  | Docs                                                        |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| **Stablecoins**                            | The entire collection — every `stablecoins_<chain>.*` table (`transfers`, `balances`, `activity_enriched`, `balances_enriched`) plus `stablecoins_multichain.{transfers, balances, tokens}`.                                                                                                                         | 37 EVM chains, Solana, Tron, multichain                                                                                                                                                         | [View →](/data-catalog/curated/stablecoins/overview)        |
| **Token Transfers (non-EVM & multichain)** | `tokens_multichain.transfers`, `tokens_aptos.transfers`, `tokens_stellar.transfers`, `tokens_sui.transfers`, `tokens_xrpl.transfers`                                                                                                                                                                                 | Multichain view + Aptos, Stellar, Sui, XRPL. The per-chain `tokens_evm.transfers`, `tokens_solana.transfers`, and `tokens_tron.transfers` stay Public.                                          | [View →](/data-catalog/curated/token-transfers/overview)    |
| **EVM Balances**                           | All 69 balance tables — 23 EVM chains × `{latest, updates, daily_updates}` (arbitrum, avalanche\_c, base, bnb, celo, ethereum, flare, gnosis, hyperevm, ink, kaia, linea, mantle, monad, optimism, plasma, polygon, robinhood, sei, sonic, unichain, worldchain, zksync)                                             | Sold as an Enterprise add-on. Solana balance tables under `solana_utils.*` remain Public.                                                                                                       | [View →](/data-catalog/curated/balances/overview)           |
| **Prediction Markets**                     | Most of the collection: Polymarket `polymarket_polygon.{combo_trades, combo_details, combo_actions, combo_prices_hourly, positions, ohlcv_hourly, market_actions}`, Kalshi `kalshi.{market_trades, market_details, ohlcv_hourly}`, and the cross-venue `prediction_markets.{markets, trades, ohlcv_hourly}` rollups. | Polygon (Polymarket) + off-chain (Kalshi). Public tables: Polymarket `market_trades`, `market_details`, `market_prices_hourly`, `users_address_lookup`; Kalshi `market_report`, `trade_report`. | [View →](/data-catalog/curated/prediction-markets/overview) |
| **Payments**                               | `payments.card_transactions`, `payments.agentic_payments`, `payments.commerce_flows`                                                                                                                                                                                                                                 | EVM chains, Solana, Tron                                                                                                                                                                        | [View →](/data-catalog/curated/payments/overview)           |
| **Real-World Assets (RWAs)**               | The entire RWA collection — `rwa_multichain.{tokens, tokens_reference_data, product_reference_data, balances, balances_enriched, supply, supply_changes, transfers, trades, prices, nav, nav_intervals, unit_conversions}` and `rwa_hyperliquid.{markets, perp_trades, perp_metrics_hourly, perp_metrics_daily}`.    | 20 chains (EVM + Solana, Aptos, Sui, XRPL, Stellar) plus Hyperliquid HIP-3 synthetic perps.                                                                                                     | [View →](/data-catalog/curated/rwa/overview)                |
| **Perpetuals Trading**                     | The entire collection — `hyperliquid.{perp_market_details, perp_market_metadata, perp_trades, perp_market_metrics_hourly, perp_market_metrics_daily, perp_positions_hourly, perp_accounts_daily, perp_oracle_prices, perp_orderbook_1m}`.                                                                            | Hyperliquid, first-party and HIP-3 builder-deployed perpetual markets.                                                                                                                          | [View →](/data-catalog/curated/perpetuals/overview)         |

Every gated dataset page carries a **Gated dataset** callout at the top, and every gated table page shows a **`Gated`** tag in the sidebar, so you can spot the gating in-context.

### What stays Public

* Every raw / canonical chain table across [EVM](/data-catalog/evm/ethereum/overview), [Solana](/data-catalog/solana/overview), and all other chains.
* Every decoded event/call table (EVM ABIs, Solana IDLs), including the `ethereum.logs_decoded` collection.
* The three per-chain token-transfer tables: `tokens_evm.transfers`, `tokens_solana.transfers`, `tokens_tron.transfers`.
* Labels & entity attributions: `cex.{addresses, deposit_addresses, flows}`, `labels.ens`, `safe.safes_all`, and the wider [Labels](/data-catalog/curated/labels/overview) collection.
* Solana balance tables (`solana_utils.latest_balances`, `solana_utils.daily_balances`).
* **Prediction Markets — Public tables:** Polymarket `polymarket_polygon.{market_trades, market_details, market_prices_hourly, users_address_lookup}` and Kalshi `kalshi.{market_report, trade_report}`. Everything else in the Prediction Markets collection is Gated.
* All other curated datasets not listed as gated above — DEX Trades, NFT Trades, Prices, Token Metadata, Bridges, Lending, Staking, Gas & Fees, Rollup Economics, Utilities, Vaults.
* All [community and partner](#partner-data) datasets and the [Dune Index](#dune-index).

<Info>
  **Need access to a gated dataset?** [Contact the Dune team](https://dune.com/enterprise#contact-form) to enable your workspace.
</Info>

***

## Curated Datasets

Curated datasets are where Dune adds the most value. Built and maintained by Dune's data team, each dataset normalizes data from hundreds of protocols across dozens of chains into a single, consistent schema.

The **Access** column shows whether the dataset is Public (🟢) or Gated (🔒). See [Access Tiers](#access-tiers-public-vs-gated-datasets) above for the full gated table list.

| Category                        | Dataset                  | Description                                                                                                                                                                    | Coverage                                                                |                                                                                                                        Access                                                                                                                       | Docs                                                        |
| ------------------------------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------- |
| **Trading & Markets**           | DEX Trades               | Trade execution data across decentralized exchanges                                                                                                                            | 50 EVM chains, Solana                                                   |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/dex-trades/overview)         |
|                                 | NFT Trades               | NFT marketplace trades, mints, and metadata                                                                                                                                    | 12 chains (EVM + Solana)                                                |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/nft-trades/overview)         |
|                                 | Prediction Markets       | Polymarket and Kalshi market activity, positions, and pricing                                                                                                                  | Polygon, Off-chain                                                      | 🔒 Gated (most tables — see [Prediction Markets](/data-catalog/curated/prediction-markets/overview)) · 🟢 Public (Polymarket `market_trades`/`market_details`/`market_prices_hourly`/`users_address_lookup`, Kalshi `market_report`/`trade_report`) | [View →](/data-catalog/curated/prediction-markets/overview) |
|                                 | Real-World Assets (RWAs) | Tokenized treasuries, equities, commodities, and synthetic RWA perpetuals — registry, holders/supply, prices and NAV, and activity                                             | 20 chains (EVM + Solana, Aptos, Sui, XRPL, Stellar) + Hyperliquid HIP-3 |                                                                                                             🔒 Gated (entire collection)                                                                                                            | [View →](/data-catalog/curated/rwa/overview)                |
|                                 | Perpetuals Trading       | Perpetual futures venue-wide — market reference, per-fill trades, hourly and daily market metrics, per-account positions and activity, oracle prices, and order book snapshots | Hyperliquid (first-party + HIP-3)                                       |                                                                                                             🔒 Gated (entire collection)                                                                                                            | [View →](/data-catalog/curated/perpetuals/overview)         |
| **Assets & Pricing**            | Token Transfers          | Fungible token transfer events across EVM and non-EVM ecosystems                                                                                                               | All EVM, Solana, Aptos, Stellar, Sui, XRPL                              |                                                                                  🟢 Public (EVM / Solana / Tron) · 🔒 Gated (multichain, Aptos, Stellar, Sui, XRPL)                                                                                 | [View →](/data-catalog/curated/token-transfers/overview)    |
|                                 | Balances                 | Current and historical token balances by address                                                                                                                               | 23 EVM chains, Solana                                                   |                                                                                                         🔒 Gated (EVM) · 🟢 Public (Solana)                                                                                                         | [View →](/data-catalog/curated/balances/overview)           |
|                                 | Prices                   | Token pricing at minute, hourly, and daily granularity                                                                                                                         | 70+ chains                                                              |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/prices/overview)             |
|                                 | Token Metadata           | Token names, symbols, decimals, and contract addresses                                                                                                                         | All EVM, Solana                                                         |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/token-metadata/overview)     |
|                                 | Stablecoins              | Stablecoin transfers, balances, and activity classification                                                                                                                    | 37 EVM, Solana, Tron                                                    |                                                                    🔒 Gated (entire collection — foundation `transfers`/`balances`, `*_enriched`, and `stablecoins_multichain.*`)                                                                   | [View →](/data-catalog/curated/stablecoins/overview)        |
|                                 | Payments                 | Card, agentic, and commerce-flow payment activity across stablecoin rails                                                                                                      | EVM, Solana, Tron                                                       |                                                                                                                       🔒 Gated                                                                                                                      | [View →](/data-catalog/curated/payments/overview)           |
| **DeFi & Cross-Chain**          | CEX Flows                | Token flows to/from centralized exchanges with entity identification                                                                                                           | 29 chains                                                               |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/cex-flows/overview)          |
|                                 | Bridges                  | Cross-chain token transfers — deposits, withdrawals, and flows                                                                                                                 | 41 EVM chains                                                           |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/bridges/overview)            |
|                                 | Lending                  | Supply, borrow, flash loans, and liquidations across lending protocols                                                                                                         | 15 EVM chains                                                           |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/lending/overview)            |
|                                 | Staking                  | Ethereum beacon chain deposits, withdrawals, and entity identification                                                                                                         | Ethereum                                                                |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/staking/overview)            |
|                                 | Vaults                   | Decoded vault protocol activity across lending, liquid staking, and DeFi yield                                                                                                 | 6+ chains                                                               |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/vaults/overview)             |
| **Identity, Costs & Utilities** | Labels                   | Address attribution — exchanges, protocols, DAOs, entities                                                                                                                     | Cross-chain                                                             |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/labels/overview)             |
|                                 | Gas & Fees               | Transaction-level fee data with L2 fee breakdowns                                                                                                                              | 55 EVM chains, Solana                                                   |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/gas-fees/overview)           |
|                                 | Rollup Economics         | L2 rollup profitability — revenue vs L1 posting costs                                                                                                                          | 10-25 rollups                                                           |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/rollup-economics/overview)   |
|                                 | Utilities                | Time-series scaffolding tables (days, hours, minutes)                                                                                                                          | Universal                                                               |                                                                                                                      🟢 Public                                                                                                                      | [View →](/data-catalog/curated/utilities/overview)          |

<Tip>
  Each dataset page includes example SQL queries for common workflows — from compliance monitoring and portfolio valuation to protocol benchmarking and market intelligence.
</Tip>

***

## Blockchain Coverage

Dune indexes raw, decoded, and curated data across 100+ blockchains. The table below shows exactly what's available for each chain, derived from documented data catalog pages.

| VM            | Chain         | Raw | Decoded | DEX | Transfers | Balances | Prices | CEX | NFT | Labels | Bridges | Gas | Stablecoins |
| ------------- | ------------- | :-: | :-----: | :-: | :-------: | :------: | :----: | :-: | :-: | :----: | :-----: | :-: | :---------: |
| **SVM**       | Solana        |  ✅  |  ✅ IDL  |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ❌    |  ✅  |      ✅      |
| **EVM**       | Abstract      |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | ApeChain      |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Arbitrum      |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Arbitrum Nova |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Avalanche     |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | B3            |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Base          |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Beacon        |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **EVM**       | Berachain     |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Blast         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | BNB           |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | BOB           |  ✅  |    ❌    |  ❌  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Boba          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Celo          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Corn          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Cronos        |  ✅  |    ✅    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ✅   |    ❌    |  ❌  |      ❌      |
| **EVM**       | Degen         |  ✅  |    ❌    |  ❌  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Ethereum      |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Fantom        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Flare         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Gnosis        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Hemi          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Henesys       |  ✅  |    ✅    |  ❌  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | HyperEVM      |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Ink           |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | KAIA          |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Katana        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Lens          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Linea         |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Mantle        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | MegaETH       |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Mezo          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Monad         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Monad Testnet |  ✅  |    ✅    |  ❌  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ❌  |      ❌      |
| **EVM**       | Morph         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | opBNB         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Optimism      |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Peaq EVM      |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Plasma        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Plume         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Polygon       |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Polygon zkEVM |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | RISE          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ❌   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Robinhood     |  ✅  |    ✅    |  ❌  |     ✅     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Ronin         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Scroll        |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Sei           |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Sepolia       |  ✅  |    ✅    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **EVM**       | Shape         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Sonic         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Somnia        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Sophon        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Story         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Superseed     |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Tac           |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Taiko         |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ✅    |  ✅  |      ❌      |
| **EVM**       | Tezos EVM     |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ❌   |    ❌    |  ✅  |      ❌      |
| **EVM**       | Tron          |  ✅  |    ✅    |  ❌  |     ✅     |     ❌    |    ✅   |  ✅  |  ❌  |    ✅   |    ❌    |  ✅  |      ✅      |
| **EVM**       | Unichain      |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Viction       |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ✅   |    ❌    |  ❌  |      ❌      |
| **EVM**       | World Chain   |  ✅  |    ✅    |  ✅  |     ✅     |     ✅    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | X Layer       |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ✅   |    ❌    |  ✅  |      ❌      |
| **EVM**       | zkSync        |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ✅      |
| **EVM**       | Zora          |  ✅  |    ✅    |  ✅  |     ✅     |     ❌    |    ✅   |  ✅  |  ✅  |    ✅   |    ✅    |  ✅  |      ❌      |
| **Move**      | Aptos         |  ✅  |    ❌    |  ❌  |     ✅     |     ❌    |    ✅   |  ✅  |  ❌  |    ✅   |    ❌    |  ❌  |      ❌      |
| **Move**      | Sui           |  ✅  |    ❌    |  ❌  |     ✅     |     ❌    |    ✅   |  ✅  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Bitcoin**   | Bitcoin       |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ✅   |  ✅  |  ❌  |    ✅   |    ❌    |  ❌  |      ❌      |
| **Substrate** | Polkadot      |  ✅  |    ❌    |  ❌  |     ✅     |     ✅    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Substrate** | Peaq          |  ✅  |    ❌    |  ❌  |     ✅     |     ✅    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **StarkVM**   | Starknet      |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ✅   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Echelon       |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Flow          |  ✅  |    ✅    |  ✅  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Fuel          |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Initia        |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Midnight      |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | NEAR          |  ✅  |    ❌    |  ❌  |     ✅     |     ✅    |    ❌   |  ❌  |  ✅  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Noble         |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Stellar       |  ✅  |    ❌    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | THORChain     |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | TON           |  ✅  |    ❌    |  ✅  |     ✅     |     ❌    |    ✅   |  ❌  |  ✅  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | XRPL          |  ✅  |    ❌    |  ❌  |     ✅     |     ❌    |    ✅   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |
| **Other**     | Yominet       |  ✅  |    ❌    |  ❌  |     ❌     |     ❌    |    ❌   |  ❌  |  ❌  |    ❌   |    ❌    |  ❌  |      ❌      |

<Info>
  **Need a chain that's not listed?** We're always expanding coverage. [Talk to our team →](https://dune.com/enterprise)
</Info>

### Hyperliquid

Hyperliquid is a high-performance L1 built for onchain order book trading. Dune currently provides **market data** — real-time and historical order book, funding rates, and trading activity via `hyperliquid.market_data`.

Additional Hyperliquid L1 data is coming soon.

<CardGroup cols={2}>
  <Card title="Hyperliquid Market Data" icon="chart-line" href="/data-catalog/community/hyperliquid/overview">
    Explore available Hyperliquid tables — order book snapshots, funding rates, and trade history.
  </Card>

  <Card title="Get Early Access" icon="rocket" href="https://dune.com/enterprise">
    Need more Hyperliquid data? Talk to our team about early access.
  </Card>
</CardGroup>

### Protocols

Protocol-level datasets provide specialized data beyond standard blockchain indexing:

| Protocol      | Description                                                      | Docs                                       |
| ------------- | ---------------------------------------------------------------- | ------------------------------------------ |
| **Kalshi**    | Prediction market data — event contracts, trades, and settlement | [View →](/data-catalog/kalshi/overview)    |
| **LayerZero** | Cross-chain messaging and bridging data                          | [View →](/data-catalog/layerzero/overview) |
| **Succinct**  | ZK proof generation and verification data                        | [View →](/data-catalog/succinct/overview)  |

***

## Custom & Raw Access

For teams that need to go beyond curated datasets — build your own models, query raw blockchain data, or bring your own data into Dune:

<CardGroup cols={2}>
  <Card title="Raw Tables" icon="layer-group" href="/data-catalog/evm/ethereum/overview">
    Block, transaction, log, and trace data indexed directly from nodes across all supported chains — [EVM](/data-catalog/evm/ethereum/overview) and [Solana](/data-catalog/solana/overview).
  </Card>

  <Card title="Decoded Tables" icon="file-code" href="/data-catalog/evm/ethereum/decoded/overview">
    Smart contract events and function calls parsed using verified ABIs or IDLs — [EVM](/data-catalog/evm/ethereum/decoded/overview) and [Solana IDL](/data-catalog/solana/idl-tables).
  </Card>

  <Card title="Transform with dbt" icon="arrows-rotate" href="/api-reference/connectors/dbt/overview">
    Run production-grade dbt projects directly on Dune — build, test, and deploy transformation pipelines with full incremental model support.
  </Card>

  <Card title="Bring Your Data" icon="upload" href="/web-app/upload-data">
    Upload CSVs, connect external data sources, or push data via API to join with onchain data.
  </Card>
</CardGroup>

***

## Partner Data

Dune provides off-chain and specialized datasets from partner data providers that are critical to onchain analysis:

| Partner       | Description                                                           | Docs                                                 |
| ------------- | --------------------------------------------------------------------- | ---------------------------------------------------- |
| **Flashbots** | MEV bundle data, searcher activity, and block builder analytics       | [View →](/data-catalog/community/flashbots/overview) |
| **Farcaster** | Social graph data — casts, reactions, profiles, and channels          | [View →](/data-catalog/community/farcaster/overview) |
| **Lens**      | Decentralized social media — publications, profiles, and interactions | [View →](/data-catalog/community/lens/overview)      |
| **Reservoir** | NFT market data — orders, sales, and collection metadata              | [View →](/data-catalog/community/reservoir/overview) |
| **Snapshot**  | Governance data — proposals, votes, and DAO activity                  | [View →](/data-catalog/community/snapshot/overview)  |

***

## Dune Index

Standardized onchain metrics for benchmarking blockchain activity:

| Metric               | Description                                  | Docs                                             |
| -------------------- | -------------------------------------------- | ------------------------------------------------ |
| **Transaction Fees** | Gas fee trends and comparisons across chains | [View →](/data-catalog/dune-index/gas-fees)      |
| **Net Transfers**    | Token flow analysis across networks          | [View →](/data-catalog/dune-index/net-transfers) |
| **Transactions**     | Transaction volume and activity metrics      | [View →](/data-catalog/dune-index/transactions)  |

***

## Why Teams Choose Dune's Data

<CardGroup cols={2}>
  <Card title="Enterprise-Grade Pipelines" icon="code">
    All curated datasets are built using industry-standard data engineering tooling — the same practices used by enterprise data teams worldwide.
  </Card>

  <Card title="Continuous Quality Checks" icon="shield-check">
    Automated data quality verification at every pipeline stage, from ingestion to curated output. [Learn more →](/data-catalog/data-quality)
  </Card>

  <Card title="Cross-Chain by Default" icon="arrows-cross">
    Every curated dataset spans dozens of chains with consistent schemas. No stitching required.
  </Card>

  <Card title="Transparent Methodology" icon="book-open">
    Every curated dataset documents how it's built, what design decisions were made, and what limitations exist.
  </Card>
</CardGroup>

***

## Data Trust & Freshness

Every dataset in the catalog is backed by Dune's [data quality framework](/data-catalog/data-quality) — continuous automated checks at every pipeline stage. Raw data typically arrives within minutes of on-chain finality. Curated datasets refresh hourly.

For real-time status, see [Data Freshness](/data-catalog/data-freshness) and [Status Page](https://status.dune.com/).

***

## Get Started

<CardGroup cols={2}>
  <Card title="Query in the Data Hub" icon="chart-mixed" href="https://dune.com">
    Write SQL against any dataset in the catalog — no infrastructure needed.
  </Card>

  <Card title="Access via API" icon="code" href="/api-reference/overview/introduction">
    Programmatic access to query results, real-time data, and execution endpoints.
  </Card>

  <Card title="Datashare" icon="database" href="/datashare/datashare">
    Direct access to Dune's full data warehouse in your own Snowflake, BigQuery, or Databricks environment.
  </Card>

  <Card title="Enterprise" icon="building" href="https://dune.com/enterprise">
    Custom SLAs, dedicated support, and priority data requests.
  </Card>
</CardGroup>
