# Limit Order

The ICPSwap Limit Order feature offers an innovative way to use limit orders within liquidity positions, fully leveraging the ICPSwap V3 MOR mechanism to achieve this functionality. Once a limit order’s liquidity is completely converted to the target token, ICPSwap will automatically remove it, allowing you to withdraw your tokens from the pool. This means that limit orders don’t need to pay the 0.3% trading fee instead can instead earn a 0.24% fee.

Limit orders execute when another user’s swap meets your order at your specified price. If the swap volume doesn’t fully match your order, it may not execute entirely.

{% embed url="<https://iloveics.gitbook.io/icpswap/products/limit-order/how-to-create-a-limit-order>" %}

{% embed url="<https://iloveics.gitbook.io/icpswap/products/limit-order/how-to-view-or-cancel-your-limit-order>" %}

{% embed url="<https://iloveics.gitbook.io/icpswap/products/limit-order/faq>" %}


---

# 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://iloveics.gitbook.io/icpswap/products/limit-order.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.
