# Liquidity Pools

Liquidity pools are on-chain pools of tokens that traders use to swap assets without relying on traditional order books.

Users deposit pairs of tokens into a pool, and these deposits collectively create the liquidity that powers every trade.

In return, liquidity providers earn a share of the trading fees generated by the pool.

Hypertrade enables liquidity provision through two pool models, v3 and v2, giving users flexibility in how they participate in Hypertrade DEX.


---

# 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.ht.xyz/hypertrade-dex/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.
