# Token Liquidity Pools

**Token Liquidity Pools** facilitates the provision of liquidity in decentralized exchanges (DEXs) such as **Uniswap** or **SushiSwap**. Users contribute tokens to pools in exchange for transaction fees and rewards, enabling efficient decentralized trading and market making.

**Usage**:\
Liquidity providers earn fees by supplying tokens to pools like **ETH/USDT** or **ETH/DAI**. The deeper the liquidity, the lower the **slippage** in trades, providing a smoother user experience. High liquidity pools attract more trades, increasing reward potential for liquidity providers.

**Key Data**:

* **Pool Liquidity**: Total value locked (TVL) in liquidity pools.
* **Slippage and Efficiency**: Trade execution efficiency, pool depth.
* **Liquidity Provider Rewards**: Fee distributions and yield for liquidity providers.


---

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