# Range Limit Orders

Another really cool feature of Concentrated Liquidity pools is what is referred to a range limit order. With concentrated liquidity providers can choose to supply a single asset to a pool and set the threshold above or below the current market price. As we learned in the previous section when the asset pair exceeds the defined bounds established by the liquidity provider than one of the assets is converted entirely to the other. When both of these ideas are combined you effectively have the ability to place a limit order with Concentrated Liquidity pools.

This is another concept that could benefit from an example:

Suppose that Ren wants to get his hands on some more vape and he observes that the price of VAPE/WAVAX has fallen to a price of $.93. Ren could supply AVAX with a narrowly defined range above that such as $.930-$.931. Then if the price exceeds $.931 it will convert his AVAX to VAPE and then he can withdraw it before the price falls back down again.


---

# 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.vapordex.io/vapordex/liquidity-pools/concentrated-liquidity-pools/range-limit-orders.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.
