> For the complete documentation index, see [llms.txt](https://docs.nep.finance/neptune-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nep.finance/neptune-docs/product-features/innovative-amm.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nep.finance/neptune-docs/product-features/innovative-amm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
