# Token Exchanges

**Token Exchanges** monitors the trading activity of digital assets on both centralized and decentralized exchanges. It provides data on liquidity, trading volume, and market depth, all of which are essential for understanding token supply-demand dynamics.

**Usage**:

* **Market Liquidity and Token Price Discovery**: The higher the liquidity on platforms like **Uniswap** or **Binance**, the lower the slippage and the more accurate the token price discovery.
* **Arbitrage Opportunities**: By tracking price differences between exchanges, users can exploit arbitrage opportunities, enhancing token liquidity across multiple markets.

**Key Data**:

* **Exchange Liquidity**: Depth of the order books, bid/ask spread.
* **Volume by Exchange**: Trading volume and liquidity across major exchanges (CEXs/DEXs).
* **Market Depth**: Analysis of liquidity at various price levels.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.satoshiterminal.io/research-suite/data-coverage/tokenomics/token-exchanges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
