> For the complete documentation index, see [llms.txt](https://dexx.gitbook.io/dexx-tutorial-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexx.gitbook.io/dexx-tutorial-book/trade/limit-order.md).

# Limit Order

Set your limit orders based on desired market value, price percentage, or specific price. After you click 'Confirm', your order will show up in the current orders listing, and you can cancel your limit orders before it has been executed.\
\
Each limit order will try to execute up to 6 times, and it will be marked as "failed" after all 6 executions are unsuccessful.\
\
\*It’s normal that the price you set may differ from the actual transaction price, don't worry it will within the slippage you set. If you want to reduce price discrepancies, you can:

1. Choose liquidity-rich pools.
2. Set an acceptable slippage (which may lead to order failure).
3. Split into multiple small transactions
4. Increase Gas Fees


---

# 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:

```
GET https://dexx.gitbook.io/dexx-tutorial-book/trade/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.
