# Concentrated Liquidity Explained

The [Dual Asset DEX](/hub/bonzo-vaults/vault-strategies/dual-asset-dex.md) and [Single Asset DEX](/hub/bonzo-vaults/vault-strategies/single-asset-dex.md) strategy vaults route and actively manage vault deposits in underlying [SaucerSwap](https://saucerswap.finance/) V2 (decentralized exchange) pools, called **concentrated liquidity** pools. Found below is an explanation of how concentrated liquidity pools work.

### What Is Concentrated Liquidity On Decentralized Exchanges?

Traditional automated market makers (AMMs) like **SaucerSwap v1-style pools** spread liquidity across **all prices from 0 → ∞**. Liquidity suppliers earn trading fees, but most of their capital "sits" where the market never trades.

**Concentrated Liquidity (SaucerSwap v2-Style Pools) Changes This:**

* Instead of liquidity existing everywhere, the liquidity supplier chooses a **price range** (a band) where their liquidity lives.
* Inside that band, their liquidity is “thicker,” so they earn **more fees per dollar** of capital.
* If the market price moves outside of their band, the liquidity goes **out of range** and stops earning fees.

**Concentrated Liquidity is Powerful but Introduces Two Problems for Users:**

1. The user has to **decide a range**, and keep adjusting / maintaining it manually as the price moves — if they don't, the user misses out on potential yield earnings and may experience impermanent loss.
2. Positions are represented as **NFTs**, with custom interfaces rather than simple “fungible LP tokens".

The **Dual Asset DEX** vault strategy exist to solve exactly this: let liquidity providers tap into higher yield opportunities offered by concentrated liquidity pools, while the vault strategy automatically handles range management and rebalancing.


---

# 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.bonzo.finance/hub/bonzo-vaults/bonzo-vaults-quickstart/concentrated-liquidity-explained.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.
