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

> ## Agent Instructions
> To query the Token Terminal data catalog, read https://tokenterminal.com/docs/catalog/agents-manual.md first. It is the whole catalog as one page: table naming grammar, key columns, partition and cluster rules, units, additivity, and the tables that are documented but not served yet.
> Never query a catalog table on a time bound alone. Also filter its cluster key, which you read from INFORMATION_SCHEMA.COLUMNS; an empty result means the object is a view, whose pruning contract is on its page. Compute is billed to the caller's own Google Cloud project.

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

Two manuals cover the catalog. The [Human's manual](/docs/catalog/humans-manual) explains how these pages are laid out and how to read a table name, a page and a number. The [Agent's manual](/docs/catalog/agents-manual) is the same catalog as one page a model reads before it writes a query: the naming grammar, the key columns, the partition rules, the units and the tables that are documented but not served yet.

The Agent's manual is written in [caveman](https://github.com/juliusbrussee/caveman) format, which cuts English to the words that carry the rule: no articles, no auxiliary verbs, no hedging, no transitions. *Why use many token when few token do trick.* Identifiers, types, numbers and negations stay exact. Only the grammar goes.

## Popular datasets

Datasets that belong to no single market and no single chain: financial statements, prices, agentic payments, yields, token transfers, geographic intelligence and P\&L.

<CardGroup cols={3}>
  <Card title="Financial statements" icon="file-invoice-dollar" href="/docs/catalog/popular-datasets/financial-statements">
    A protocol's income statement and treasury, by reporting period.
  </Card>

  <Card title="Prices" icon="chart-line" href="/docs/catalog/popular-datasets/prices">
    One USD price per token and per curated asset, per day.
  </Card>

  <Card title="Agentic payments" icon="robot" href="/docs/catalog/popular-datasets/agentic-payments">
    Payments software makes without a person in the loop, by asset.
  </Card>

  <Card title="Yields" icon="percent" href="/docs/catalog/popular-datasets/yields">
    The yield an asset pays, per asset and per deployment.
  </Card>

  <Card title="Token transfers" icon="bolt" href="/docs/catalog/popular-datasets/token-transfers">
    Every fungible token transfer, joined to the entity that issued it.
  </Card>

  <Card title="Geographic intelligence" icon="map-location-dot" href="/docs/catalog/popular-datasets/geographic-intelligence">
    Region of activity for an address: a UTC-offset band derived from transaction timing, never a country.
  </Card>

  <Card title="P&L" icon="scale-balanced" href="/docs/catalog/popular-datasets/pnl">
    What an account paid for its tokens and what they are worth now. **In progress.**
  </Card>
</CardGroup>

## Market verticals

Curated verticals for every market, stablecoins to bridges, 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="Real-world assets" icon="building-columns" href="/docs/catalog/real-world-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 perpetual 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="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="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>
</CardGroup>

## Chain ecosystems

Everything on one chain, from raw blocks to asset and project metrics, across every market. Chains that work the same way internally share a family, so they carry the same tables and a query written for one runs on another with the chain name swapped.

<CardGroup cols={3}>
  <Card title="Solana" icon="cube" href="/docs/catalog/chain-verticals/solana/index">
    Solana from raw slots up: projects, apps, assets, tokens, contracts and its trading pools.
  </Card>

  <Card title="Hyperliquid" icon="cube" href="/docs/catalog/chain-verticals/hyperliquid/index">
    HyperCore's exchange: raw fills and funding, and the perpetual and order-book markets above them.
  </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>

  <Card title="Substrate ecosystem" icon="cube" href="/docs/catalog/chain-verticals/substrate/index">
    Polkadot and the wider Substrate family: blocks, extrinsics and events.
  </Card>

  <Card title="Other ecosystems" icon="cube" href="/docs/catalog/chain-verticals/other/index">
    Chains that match no family, each with its own table shape.
  </Card>
</CardGroup>

## 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="Apps" icon="layer-group" href="/docs/catalog/apps/index">
    One deployed version of a protocol that a project runs, such as Uniswap v3 or Aave v3.
  </Card>

  <Card title="Markets" icon="store" href="/docs/catalog/markets/index">
    A venue where a trade, a loan or a position happens, such as a Uniswap v3 pool or the BTC perpetual.
  </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>

  <Card title="Contracts" icon="file-contract" href="/docs/catalog/contracts/index">
    Code deployed to an address, such as the Uniswap v3 factory on Ethereum.
  </Card>
</CardGroup>
