# Solana Limit Order

## How to Enter

* You can enter the limit order function by clicking ***Limit Order*** on Home Panel or selecting ***/limit*** in the menu command.

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

<figure><img src="/files/05o3MIRnlCK6VVadI53K" alt=""><figcaption></figcaption></figure>

* You can also enter the token address and click ***Limit Order*** on the trading page to enter the limit order page for a single token.

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

## Create a Limit Order

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

* The basic parameters of the limit order: slippage, priority fee, transaction mode(Thunder Mode/Anti-MEV Mode)  and wallet selection need to be set on the trading page. The limit order will use these parameters on the trading page.&#x20;
* You can choose to place a limit order by entering the price increase or decrease ratio, or you can directly enter the expected execution price to place a limit order.&#x20;
* The limit order is valid for 3 days. If it exceeds 3 days, the limit order will be automatically canceled. When placing a limit order to sell, the quantity to be sold is entered as a percentage.&#x20;
* When the transaction is triggered when the execution price is reached, the quantity corresponding to the percentage will be converted based on the number of tokens held by the user at the time of triggering.&#x20;
* Regardless of buying or selling, if the set execution price is higher than the current price of the order, the limit order will trigger the transaction when teh execution price is greater than or equal to the execution price. Conversely, if the set execution price is lower than the current price of the order, the limit order will trigger the transaction when the execution price is less than or equal to the execution price.

## How to Track a Completed Limit Order

After the limit order is executed, a push message will be sent to you, as shown in the figure below.

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

If you missed the push message, you can also use the menu command ***/trades*** to view recent transaction records and find the buy status of the corresponding token.

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


---

# 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://avebotdoc.ave.ai/en/quick-use/limit-order/solana-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.
