# Innovative AMM

## 1. What is Concentrated Liquidity Pool

The most widely adopted algorithm among DEX platforms in the DeFi space is the Uniswap V2’s **AMM (Automated Market Maker).**

This formula distributes assets evenly across the entire price curve, with liquidity provided by LPs (Liquidity Providers) spread over a broad range from 0 to ∞. This classic AMM model was adopted by all major leading DEXes in the 2020 era, including Uniswap, SushiSwap, Bancor, PancakeSwap, Raydium, QuickSwap and others.

### Challenges of Traditional AMM

While simple and effective, AMMs have inherent inefficiencies:

* A large portion of liquidity remains unused because prices rarely span the full range **(0 to ∞).**
* This leads to **inefficient capital utilization, higher slippage, and reduced returns for LPs**.

### Emergence of Concentrated Liquidity&#x20;

To address these issues, Concentrated Liquidity [was introduced](https://docs.uniswap.org/concepts/protocol/concentrated-liquidity). This model allows LPs to focus their capital within specific price ranges, greatly improving capital efficiency and enhancing yields.

Key features of Concentrated Liquidity include:

* **Flexibility and Control:** LPs can allocate capital to narrower price ranges, tailoring their exposure and potential earnings.
* **Higher Yields:** Concentrated liquidity can generate substantial, though variable, returns depending on the chosen price range.

## 2. How it works

In **Concentrated Liquidity Market Maker (CLMM)** pools, LPs select a price range to provide liquidity. Fees earned are proportional to the liquidity share within the active trading price range. LPs must actively manage their positions to keep the current price within their chosen range.

**Key dynamics in price movements:**

* If the price moves **below the minimum range**, the position will hold 100% of the base token.
* If the price moves **above the maximum range**, the position will convert entirely to the quote token.
* **Outside** the selected range, the position ceases to earn fees and is exposed to potential **impermanent loss**.

Unlike traditional AMMs, where liquidity is uniformly distributed, CLMMs intensify these dynamics within the selected range, enabling efficient capital use but requiring more active management from LPs.


---

# 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.nep.finance/neptune-docs/product-features/innovative-amm.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.
