> For the complete documentation index, see [llms.txt](https://docs.dragonswap.app/dragonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragonswap.app/dragonswap/guides/liqudity-providers/automated-liquidity-managers-alm.md).

# Automated Liquidity Managers (ALM)

DragonSwap has integrated automated liquidity management such as Steer Protocol, directly into our UI. This feature allows users to provide liquidity to select concentrated liquidity (CL) pools, also known as smart pools, without the need for active position management.

### **How Auto Liquidity Works**

Unlike standard CL positions, auto liquidity operates through strategies rather than individual positions. Here’s what you need to know:

* No Traditional Positions - Auto liquidity doesn’t rely on standard CL positions. Instead, deposits are managed through strategies (also called vaults), which optimize liquidity based on predefined parameters.
* Strategy-Based Pools -  Supported pools operate through strategies rather than manual position placement. These strategies function similarly to traditional DragonSwap V1 pools.
* LP Tokens Represent Your Share -  When you deposit into a strategy, you receive an LP token representing your share of the pool.
* Withdrawals Work Differently — When withdrawing, you return your LP token in exchange for your corresponding percentage of the pool’s assets. This process is handled through the strategy’s dedicated withdrawal modal.

### Where to View Your Auto Liquidity Deposits

Since auto liquidity positions don’t function like standard CL positions, their visibility in the UI is different.  After depositing into a strategy, the related pools will appear in the “My Pools” tab on the Pools page. Unlike traditional positions, auto liquidity deposits won’t appear under the Manage Liquidity section on a single pool page since they aren’t considered individual positions.&#x20;

### Why Use Auto Liquidity?

Auto liquidity strategies simplify LPing by removing the need for active management. Instead of manually adjusting positions as the market moves, you can choose a strategy and let automation handle it for you.&#x20;

<br>


---

# 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.dragonswap.app/dragonswap/guides/liqudity-providers/automated-liquidity-managers-alm.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.
