# Create Order

### How to Create an OTC Order on Chadswap

***

Creating an order on Chadswap is straightforward. Follow these simple steps:

**1. Choose Order Type:**\
Select whether you're looking to **Buy** or **Sell** a token.

**2. Select Token:**\
Click the dropdown menu under **Select Token** and choose the token you want to trade.

**3. Enter Amount:**\
Input the desired amount of tokens you'd like to trade in the **Amount** field.

**4. Set Trade Price:**\
Check **Set current market price** if you prefer the latest market rate, or manually enter a custom price in the **Trade Price Per Token** field.

**5. Set Trade Expiration:**\
Click on the **Trade Expiration** dropdown menu to select how long your trade should remain active (e.g., "Never" to keep it open indefinitely).

**6. Allow Partial Fills (Recommended):**\
Tick the checkbox for **Partial order fills** if you wish to allow your order to be filled partially by multiple takers.

**7. Confirm and Place Order:**\
Review your order details, then click **Place OTC Order**. Confirm and sign the transaction when prompted.

{% hint style="success" %}
Congratz! Your order is now available on Chadswap [OTC marketplace](/how-to-use/accept-order.md)! You can also copy the URL of your order and share it on social media or directly with others.
{% endhint %}

<figure><img src="/files/NGz59HYIDRKjS0oCz5rV" alt=""><figcaption><p>Chadswap's OTC Order Creation Interface.</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/create-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.
