> For the complete documentation index, see [llms.txt](https://lynex.gitbook.io/lynex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity/manual-ranges.md).

# Manual Ranges

When providing liquidity in a concentrated liquidity pool on Lynex, users are presented with a variety of strategic options. For those seeking a hassle-free experience, automatic management by an Active Liquidity Manager (ALM) like Gamma is a convenient choice for certain liquidity pairs. However, if the desired pool isn't managed by an ALM, users can manually set their liquidity ranges.

1. **Full Range Liquidity**:
   * Offers liquidity across the entire price spectrum.
   * Trade-off: Lower capital efficiency and reduced fee generation compared to more focused strategies.
2. **Strategic Range Options**:
   * **Safe Range**:
     * Designed for lower risk tolerance.
     * Offers a broader range with a lower probability of going out of range.
     * Results in moderate fee generation potential.
   * **Common Range**:
     * Balances risk and reward.
     * Targets a commonly traded price range with a higher likelihood of fee generation.
     * Moderate risk of the position moving out of range.
   * **Expert Range**:
     * For experienced users willing to take higher risks.
     * Focuses on a narrower, potentially more volatile range.
     * Offers the highest potential for fee generation, with a correspondingly higher risk of moving out of range.

These options allow Liquidity Providers (LPs) to align their strategy with their risk appetite and market insights, maximizing their potential for earning fees while managing the risk of their positions falling out of the selected price ranges.\
\
Alternatively, users can select any desired ranges, outside of the range suggestions.


---

# 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:

```
GET https://lynex.gitbook.io/lynex-docs/protocol-overview/providing-liquidity/concentrated-liquidity/manual-ranges.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.
