# 4.2 - Classic pools

<figure><img src="/files/9coOurVwZivGYca7bRDc" alt=""><figcaption></figcaption></figure>

Classic pools use a **v2-style constant product curve** (x × y = k). Liquidity is spread across the full price range — from zero to infinity — meaning your position is always active regardless of where the price moves.

***

### How Classic pools work

* You deposit two tokens in the current pool ratio
* Your liquidity covers the entire price range
* Your position is always active — no range to manage
* You earn NEST emissions proportional to your share of the pool

***

#### Why people use Classic pools

* **Simple setup** (Beginners learning to LP)
* **Low maintenance** (no range management)
* Good default for most pairs when you don’t want to babysit liquidity ranges

***

#### What to watch

* **Impermanent Loss (IL):** your LP token mix shifts as price moves
* **Crowding/dilution:** more LPs joining the pool can reduce your share of emissions lowing APR
* **Token risk:** volatility and depeg risk (if a stable/coin breaks)
* **Best use case:** you want exposure + incentives without managing CLAMM ranges.

{% hint style="info" %}
**Tutorial** on how to use classic pools here - [6.2 - Add Liquidity - Classic](/tutorials/6.2-add-liquidity-classic.md)
{% endhint %}


---

# 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.usenest.xyz/liquidity-types/4.2-classic-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.
