# Step 5 -  Define the Price Range

DataDex introduces Concentrated Liquidity, allowing you to specify a price range in which your liquidity will be active.

* Lower Bound: The minimum price at which your liquidity will be active.
* Upper Bound: The maximum price at which your liquidity will be active.

### Key Considerations for Choosing a Price Range:

Wide Range:

* Covers more market activity.
* Generates fewer fees but reduces the risk of your position becoming inactive.
* Suitable for less experienced LPs.

Narrow Range:

* Higher capital efficiency and potential for greater fees.
* Increased risk of impermanent loss if the price moves outside your range.
* Requires active management.

Tip: DLP projects should opt for Full Range Liquidity initially and allow market makers to take the concentrated positions.&#x20;

<br>


---

# 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.datadex.com/step-by-step-guide-to-providing-liquidity/step-5-define-the-price-range.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.
