> 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/pool-types.md).

# Pool Types

Lynex offers two types of Concentrated Liquidity (CL) pools: Automatic and Manual.

### **Automatic Pools with ALM-Managed Strategies**

These pools are managed by Automated Liquidity Managers (ALMs), which dynamically adjust liquidity positions based on market conditions, optimizing returns and reducing the need for active management. In Lynex’s auto pools, 100% of the fees generated go directly to the gauges. Liquidity providers in these pools earn oLYNX emissions as a reward for supplying liquidity.

### Manual Range Pools

In these pools, liquidity providers (LPs) set their own price ranges, offering high customization. Ideal for skilled investors, these pools let Market Makers earn 97% of swap fees, with 3% allocated to incentivize veLYNX holders. However, Manual Range Pools are not eligible for $LYNX farming rewards.

Both options cater to different risk profiles, providing flexibility and precision in liquidity strategies.

***

### Earning oLYNX

Provide liquidity and stake your LP tokens to earn `$oLYNX`. There are no deposit or withdrawal fees. You can withdraw and remove liquidity at any time.


---

# 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/pool-types.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.
