> ## 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.

# Data catalog

> Every table in the catalog, queryable from your own BigQuery project.

Write your BigQuery Project ID in the top bar. Every sample query rewrites to use it and runs in your project as-is.

## Core entities

The core actors in almost every blockchain transaction.

<CardGroup cols={3}>
  <Card title="Projects" icon="diagram-project" href="/docs/catalog/projects/index">
    A business that operates a network, deploys apps or issues assets, such as Ethereum, Aave or Circle.
  </Card>

  <Card title="Chains" icon="link" href="/docs/catalog/chains/index">
    The blockchain a project's apps run on, such as Ethereum or Solana.
  </Card>

  <Card title="Assets" icon="gem" href="/docs/catalog/assets/index">
    A financial instrument issued onchain, such as a stablecoin or a tokenized fund.
  </Card>

  <Card title="Tokens" icon="coins" href="/docs/catalog/tokens/index">
    A token contract on one chain, such as USDC on Ethereum.
  </Card>

  <Card title="Accounts" icon="wallet" href="/docs/catalog/accounts/index">
    A wallet or a contract, such as an exchange wallet or a Uniswap pool.
  </Card>
</CardGroup>

## Market verticals

Curated verticals for every market, stablecoins to identity, each followed across every chain.

<CardGroup cols={3}>
  <Card title="Stablecoins" icon="sack-dollar" href="/docs/catalog/stablecoins/index">
    Every stablecoin: supply, holders, transfers and off-peg, across every chain.
  </Card>

  <Card title="Tokenized assets" icon="building-columns" href="/docs/catalog/tokenized-assets/index">
    Every tokenized stock, fund and commodity: supply, holders and price against the underlying, across every chain.
  </Card>

  <Card title="DEX" icon="arrows-rotate" href="/docs/catalog/dex/index">
    Every trading pool: swaps, volume, TVL and fees, across every DEX.
  </Card>

  <Card title="Perpetuals" icon="chart-column" href="/docs/catalog/perpetuals/index">
    Every perp and order-book market: trades, open interest, funding and liquidations, across every venue.
  </Card>

  <Card title="Lending" icon="landmark" href="/docs/catalog/lending/index">
    Every lending market: supply, borrows and rates, across every protocol.
  </Card>

  <Card title="Liquid staking" icon="droplet" href="/docs/catalog/liquid-staking">
    Every liquid staking protocol: staked value, flows and yield, across every chain. **In progress.**
  </Card>

  <Card title="Prediction markets" icon="crystal-ball" href="/docs/catalog/prediction-markets">
    Every outcome market: trades, volume and positions, across every venue. **In progress.**
  </Card>

  <Card title="DEX aggregators" icon="shuffle" href="/docs/catalog/dex-aggregators">
    Every aggregator: routed swaps and volume, across every venue. **In progress.**
  </Card>

  <Card title="Asset management" icon="vault" href="/docs/catalog/asset-management">
    Every managed vault: deposits, value locked and returns, across every protocol. **In progress.**
  </Card>

  <Card title="Bridges" icon="bridge" href="/docs/catalog/bridges/index">
    Every cross-chain transfer: matched legs, USD value and daily volume, across every bridge.
  </Card>

  <Card title="Agents" icon="robot" href="/docs/catalog/agents">
    Agentic activity: machine-made payments and the software behind them, across every chain. **In progress.**
  </Card>

  <Card title="Identity" icon="id-card" href="/docs/catalog/identity">
    Every onchain identity: names, credentials and the addresses they resolve to. **In progress.**
  </Card>
</CardGroup>

## Chain verticals

Everything on one chain, from raw blocks to asset and project metrics, across every market.

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

  <Card title="Hyperliquid" icon="cube" href="/docs/catalog/chain-verticals/hyperliquid">
    HyperCore order-book trades and funding, HyperEVM blocks, transactions and logs.
  </Card>

  <Card title="EVM ecosystem" icon="cube" href="/docs/catalog/chain-verticals/evm/index">
    Ethereum, Base, Arbitrum and the wider EVM family: blocks, transactions, logs and traces.
  </Card>

  <Card title="UTXO ecosystem" icon="cube" href="/docs/catalog/chain-verticals/bitcoin/index">
    Bitcoin, Litecoin, Dogecoin and Stacks: blocks, transactions, inputs and outputs.
  </Card>

  <Card title="Move ecosystem" icon="cube" href="/docs/catalog/chain-verticals/move/index">
    Aptos, Sui and Movement: transactions, events and objects.
  </Card>

  <Card title="Cosmos ecosystem" icon="cube" href="/docs/catalog/chain-verticals/cosmos/index">
    Cosmos Hub, Injective and the wider Cosmos SDK family: blocks, transactions and messages.
  </Card>
</CardGroup>
