# Accept Order

### How to Accept an OTC Order on Chadswap

***

### **Understanding Order Details:**

* **Buy/Sell Tag:** Indicates if the order is to buy or sell Cardano Native Tokens (CNTs).
* **Partial Order:** "Yes" means multiple takers can partially fill the order. "No" means one taker must fill it entirely.
* **Market Price:** Current market rate per token on external DEX platforms.
* **Offer Price:** The specific price per token for this OTC offer.
* **Value (Buy orders):** Total ADA value of tokens requested.
* **Amount (Sell orders):** Total quantity of tokens being sold.
* **Requested:** The exact amount of ADA or tokens you must provide to accept the order.

<figure><img src="/files/CoxJymsO6SLbXWVplp3W" alt=""><figcaption><p>Chadswap's OTC Marketplace displaying available buy and sell orders.</p></figcaption></figure>

{% hint style="warning" %}
**Disclaimer:** The data displayed in this image is for illustrative purposes only and consists of placeholder values.
{% endhint %}

***

### PRO TIP

<figure><img src="/files/vUFNaIXEx7I1jK1z3FJx" alt=""><figcaption><p>Tooltip to showcase price difference between market and order price.</p></figcaption></figure>

* **Green** = order is priced **better** than the current market.
* **Red** = order is **worse** than the market price.

{% hint style="info" %}
**Note:** This comparison doesn’t factor in liquidity-pool fees, batcher fees, price impact, or slippage.
{% endhint %}

***

Chadswap's OTC Marketplace makes accepting orders simple. Here's a quick guide:

### **Steps to Accept an Order:**

1. Browse available orders on the Chadswap OTC Marketplace.
2. Click on an order to review detailed terms.
3. Before proceeding, you will be asked if you wish to fill 100% of the order. If not, change this percentage to reflect the amount you are interested in filling.
4. Confirm that the terms are acceptable.
5. Proceed by clicking "Accept" and signing the transaction.
6. Your transaction is complete, and your tokens will be exchanged accordingly.

<figure><img src="/files/lrFKdccI9vyBSf04g47e" alt=""><figcaption><p>Confirmation modal displayed to users before finalizing order acceptance.</p></figcaption></figure>

{% hint style="warning" %}
**Disclaimer:** The data displayed in this image is for illustrative purposes only and consists of placeholder values.
{% endhint %}


---

# 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.chadswap.com/how-to-use/accept-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.
