> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/saros-dlmm.md).

# SAROS DLMM

- [Onboarding and Guides](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides.md)
- [Saros DLMM: Introduction](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/saros-dlmm-introduction.md)
- [Liquidity Lifecycle: Deployment, Management & Rebalancing](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/liquidity-lifecycle-deployment-management-and-rebalancing.md)
- [Permissionless Saros DLMM Pools](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/permissionless-saros-dlmm-pools.md): In this article you can learn how to open a new liquidity pool and also understand the difference between AMM mode and DLMM model.
- [Understanding Your Risks as a Liquidity Provider on Saros DLMM](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/understanding-your-risks-as-a-liquidity-provider-on-saros-dlmm.md)
- [Shapes and Strategies](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies.md)
- [Liquidity Shapes](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies/liquidity-shapes.md)
- [Getting Started with Basic Liquidity Strategies](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies/getting-started-with-basic-liquidity-strategies.md)
- [Advanced Liquidity Strategies on Saros](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies/advanced-liquidity-strategies-on-saros.md)
- [Managing Out-of-Range Liquidity on Saros](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies/managing-out-of-range-liquidity-on-saros.md)
- [Single-Sided Liquidity Strategies on Saros](https://docs.saros.xyz/saros-dlmm/shapes-and-strategies/single-sided-liquidity-strategies-on-saros.md)
- [Rewards](https://docs.saros.xyz/saros-dlmm/rewards.md)
- [outdated\_Concentrated Incentives (CI) on Saros](https://docs.saros.xyz/saros-dlmm/rewards/concentrated-incentives-ci-on.md)
- [Concentrated Incentives (CI) on Saros](https://docs.saros.xyz/saros-dlmm/rewards/concentrated-incentives-ci-on-saros.md)
- [Technical Design](https://docs.saros.xyz/saros-dlmm/technical-design.md)
- [User Guides](https://docs.saros.xyz/saros-dlmm/user-guides.md)
- [How to Create a Pool on Saros DLMM](https://docs.saros.xyz/saros-dlmm/user-guides/create-a-pool.md): To start providing liquidity on Saros DLMM, you need to create a pool if one doesn’t already exist for your token pair. This step allows others to add liquidity and start trading.
- [How to Add and Remove Liquidity on Saros DLMM](https://docs.saros.xyz/saros-dlmm/user-guides/add-remove-liquidity.md): This guide provides a detailed guide for adding and removing liquidity on the Saros DLMM.
- [How to Swap on Saros DLMM](https://docs.saros.xyz/saros-dlmm/user-guides/swap.md): This guide will walk you through the process of performing a token swap on the Saros DLMM. This step-by-step guide will help you navigate the swap process seamlessly.
- [FAQs](https://docs.saros.xyz/saros-dlmm/user-guides/faqs.md)
- [Saros DLMM Fees: Base Fee, Variable Fee & Protocol Fee](https://docs.saros.xyz/saros-dlmm/user-guides/faqs/saros-dlmm-fees.md)
- [What to Do When Active Bins Are Different From Market Price](https://docs.saros.xyz/saros-dlmm/user-guides/faqs/active-bin-different-from-market-price.md)
- [Quickstart for LPs Partner](https://docs.saros.xyz/saros-dlmm/user-guides/faqs/quickstart-for-lps-partner.md): A step‑by‑step guide for partners to create an LP position on the Saros DLMM.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.saros.xyz/saros-dlmm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
