# Placing a Limit Order on Dfyn Exchange

Dfyn has recently integrated limit orders on its platform. In this guide, I will show you how exactly you can place limit orders on Dfyn Exchange.

**Step 1)** Go to <https://exchange.dfyn.network/#/swap>

{% hint style="info" %}
Make sure you are connected to your Polygon wallet before proceeding with the following steps.
{% endhint %}

**Step 2)** Toggle to the "Limit" section. You will be shown the following screen:

![](/files/QkuiPVwVHW8230kE623k)

**Step 3)** Let's suppose you want to sell MATIC at a particular rate (i.e. swap MATIC for USDT). Enter the amount of MATIC tokens you want to swap and the price at which you want to swap them. Alternatively, you can also mention the amount of USDT tokens you want to receive corresponding to all the MATIC tokens being swapped (this will automatically show the price against each MATIC token).&#x20;

![](/files/7nk0LXP68emXgrWOtwvS)

**Step 4)** After reviewing the details, click on "Place Limit Order."

**Step 5)** Dfyn will ask you to review the details one more time. After doing so, click on "Confirm Limit Order."

![](/files/5n6z1AmzuYgfkOTnaP1F)

**Step 6)** Sign the transaction from your wallet.

After the transaction is mined, your limit order will be placed successfully. You can also view your active orders from the "Open" section under the limit order swapping engine.&#x20;

![](/files/Efb4rt2qdsZBp0oZTXui)

The order will be filled once the tokenA/tokenB price (in this case MATIC/USDT price) on Dfyn Exchange matches your desired price.


---

# 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.dfyn.network/guides/placing-a-limit-order-on-dfyn-exchange.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.
