# Liquidity Depth Explained

### The Role of the Liquidity Parameter b

The value of **b** directly determines how steep or flat the cost curve is, which defines the market’s liquidity or “depth.”

#### **High liquidity (b = 100)**

* The curve is flatter
* Even large purchases move the price only slightly
* The market can absorb large trades without strong price swings

<figure><img src="/files/Jfc241Affow9ebirFs7R" alt=""><figcaption></figcaption></figure>

#### **Low liquidity (b = 20)**

* The curve is steep
* Even small purchases cause sharp price increases
* The market is highly sensitive and less liquid

<figure><img src="/files/bILlMYq5lcAkojEfjdlT" alt=""><figcaption></figcaption></figure>

In summary:

* A **large b** acts like a “buffer,” allowing heavy buy pressure without major price impact.
* A **small b** makes the market extremely reactive to trade volume.


---

# 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.polarise.org/trading/amm-trading/how-is-pricing-determined/liquidity-depth-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.
