# How to Set Up a Limit Order

Navigate to our website: <https://defituna.com/trade>.\
Click the **“Connect wallet”** button — a purple icon located at the top of the page — and follow the steps to connect the wallet you'd like to use.

Once connected, open the dropdown menu to select your desired trading pair.\
Choose the appropriate pair, then select the **“Limit”** tab. From there, you can choose whether you want to buy or sell.

Next, specify the price at which you want to place the order. You can either enter a specific price manually, choose the current market price, or select a percentage relative to the market price.\
Then, specify the amount you want to swap. You can either enter a specific amount manually or select a percentage of your wallet balance. You may choose to input either the amount you want to pay or the amount you want to receive.

Once you're ready, click “Buy SOL” or “Sell SOL” (depending on your trade direction and on the pair). A wallet popup will appear — confirm the transaction to place your limit order.

{% hint style="info" %}
**"Fees"** (right) indicates the amount you’ll be paid once your limit order is filled. Indeed, a negative value means you earn a rebate.
{% endhint %}

{% hint style="danger" %}
When placing a limit order on FusionAMM, you'll receive an NFT/SPL token representing your order. Do not transfer it to another wallet or burn it.
{% endhint %}

After your order is processed, it will appear in your **"Open Orders"** dashboard, where you can monitor its status and close the order once it is filled or manually at any point before.


---

# 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.defituna.com/dive-into-defituna/trade/onboarding/how-to-set-up-a-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.
