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

# Markets

> Venue identity for DEX pools, lending markets, order-book markets and perpetual futures markets.

A market is one venue where a trade, a loan or a position happens: a Uniswap v3 `USDC-WETH` pool on Ethereum, Aave v3's `Core` market, the `BTC Perpetual` on Hyperliquid, the `HYPE/USDC` book. Each kind has its own table and its own key, and every row names the [app](/docs/catalog/apps/index) running the venue, the chain it settles on and the [project](/docs/catalog/projects/index) behind that app.

Market figures roll up from here into the app running the venue, and the app's into its project. Where a measure is a balance rather than a flow, the app figure is the state of its markets on that day.

## Tables

[DEX pools](/docs/catalog/markets/dex-pools) holds the swap venues, [Lending markets](/docs/catalog/markets/lending-markets) the deposit pools and the reserves inside them, [Order-book markets](/docs/catalog/markets/order-book-markets) the spot and outcome books, and [Perpetual futures markets](/docs/catalog/markets/perp-markets) the contracts that track a price without expiring. Each page has that table's columns and queries against it.

The daily figures at market grain sit with the vertical that works the venue: [DEX](/docs/catalog/dex/index), [Lending](/docs/catalog/lending/index) and [Perpetuals](/docs/catalog/perpetuals/index).
