# Pool (Liquidity Pool)

Pools act as a cornerstone within the Automated Market Maker (AMM) DEX ecosystem. They furnish the liquidity required for traders to swap tokens seamlessly without the need for direct counterparts. The liquidity contributors—pool investors—form an integral part of this process, reaping rewards from the exchange.

Also, on Crescent DEX, pools play a crucial role in aggregating liquidity from users and facilitating token trades based on predefined rules. In the past, there were multiple pools offering liquidity across different price ranges, and users could choose to participate in any of them. However, the current pool system represents a more unified solution that centralizes and manages user-generated positions in a single place.

A defining feature of pools is a parameter termed "tick spacing", which specifies the minimum interval between successive orders they place within the order book. The selection of tick spacing value is pivotal as it harmonizes the trade-off between the number of skipped ticks and user convenience. A larger tick spacing omits more ticks, compromising user convenience, while a smaller one heightens user convenience but increases the load on the module. This tick spacing value isn't one-size-fits-all—it may differ according to the specific market and can be adjusted via governance.

<figure><img src="/files/SdptsrM6WzUXZssZbCj8" alt=""><figcaption><p>Liquidity Pool and Market</p></figcaption></figure>


---

# 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.crescent.network/introduction/crescent-dex/pool-liquidity-pool.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.
