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

# Chain verticals

> Everything the catalog holds for one chain, family by family.

A chain vertical is one blockchain and everything the catalog holds for it, gathered in one place. It starts with the chain's own record of what happened and reaches up to the finished daily numbers built from it.

Those bottom tables are standardized. That means chains of the same kind get the same column names and the same types, so a query you have written for one chain works on the others in its group with the chain name swapped.

Each chain lives in its own dataset, queried as `<chain>.<table>`. Chains that work the same way internally end up with the same set of tables, and we group those chains into a family. Chains that work the same way share a family: Solana and Hyperliquid stand alone, EVM covers every chain running the Ethereum Virtual Machine, and UTXO, Move, Cosmos and Substrate group the rest, with one family for chains that match nothing else.

The tables arrive in your own BigQuery project as a share; queries run in your project and are billed to you.

## Chain families

<CardGroup cols={2}>
  <Card title="Solana" icon="cube" href="/docs/catalog/chain-verticals/solana">
    Blocks, transactions, instructions, account activity and rewards.
  </Card>

  <Card title="Hyperliquid" icon="cube" href="/docs/catalog/chain-verticals/hyperliquid">
    HyperCore and HyperEVM: the full exchange stack, order books to EVM.
  </Card>

  <Card title="EVM ecosystem" icon="cube" href="/docs/catalog/chain-verticals/evm/index">
    Blocks, transactions, logs and traces.
  </Card>

  <Card title="UTXO ecosystem" icon="cube" href="/docs/catalog/chain-verticals/bitcoin/index">
    Blocks and transactions, with coins tracked as unspent outputs.
  </Card>

  <Card title="Move ecosystem" icon="cube" href="/docs/catalog/chain-verticals/move/index">
    Transactions, events and state changes on Aptos, Movement and Sui.
  </Card>

  <Card title="Cosmos ecosystem" icon="cube" href="/docs/catalog/chain-verticals/cosmos/index">
    Blocks, transactions, messages and events.
  </Card>

  <Card title="Substrate ecosystem" icon="cube" href="/docs/catalog/chain-verticals/substrate/index">
    Blocks, extrinsics and events.
  </Card>

  <Card title="Other ecosystems" icon="cube" href="/docs/catalog/chain-verticals/other/index">
    Each chain has its own table shape.
  </Card>
</CardGroup>
