# Limit Order

## **Guide**

The **Limit Order** feature lets you automate **Buy** or **Sell** orders for supported tokens at a specific trigger price.

### **Set Up Limit Order**

<figure><img src="/files/tp1hAs5aL5GEzval4RVZ" alt=""><figcaption></figcaption></figure>

1. **Choose a Token:** Select the token you want to set a **Limit Buy** or **Limit Sell** for.
2. **Enter the Amount:** Specify how much of the token you want to buy or sell.
3. **Set the Trigger Price:** The order will automatically execute when the market price **reaches or crosses** your specified price.

After entering the details, review the transaction and confirm with the input text. If no issues exist in this transaction, the auto task will be created successfully.

<figure><img src="/files/sWN74SmVZe3uNa9tF913" alt=""><figcaption></figcaption></figure>

### **Manage Your Limit Orders**

Navigate to the "Task" page and select "Limit Order" tab to view all your limit orders. Here, you can view each order details and cancel an order.

<figure><img src="/files/bTqaWGt1uo915mVaMDR1" alt=""><figcaption></figcaption></figure>

> **Note:** Once an order is canceled, it will no longer appear on your dashboard.


---

# 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.xnomad.ai/xnomad.fun/on-chain-interaction/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.
