# Automated DEX

When users supply liquidity into a concentrated liquidity DEX, they have to choose a price range themselves and keep an eye on the market to manually change it from time to time.&#x20;

HoustonSwap is built to automate this complicated and troublesome operations of manual monitoring. By offloading liquidity management to our algorithmic bots, liquidity providers can simply select their desired token pair and capital amount, and let our platform do the rest. Our primary goal is to reduce liquidity providers' manual effort by offering them the option to use our algorithm.

HoustonSwap provides the following automation features:

1. **Limit Order** allows users to buy tokens at their desired prices.&#x20;
2. **Stop Loss Bot** allows users to set maximum-loss level for their liquidity provision.
3. **Auto-Hedged LP** enables liquidity provision positions to change the underlying debt composition to hedge for price movements of non-stable assets.
4. **Automated Liquidity Provision Strategy** decides the optimal price level for users, and automatically changes it according to market situations.


---

# 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.houstonswap.io/houstonswap/litepaper/automated-dex.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.
