# Modify & Cancel Order

### How to Modify or Cancel an OTC Order

* **Share your order (optional)**
  * After you create an OTC order, click **Copy URL** to get a shareable link.
  * Send this link to anyone you’d like to trade with.

***

* **Cancel your order**
  * Select **Cancel Order** if you no longer want the order listed.
  * Confirm by signing the transaction in your wallet.
  * That’s it—your order is removed from the marketplace.

<figure><img src="/files/GevLaEsjgZIQkS3Tjy6c" alt=""><figcaption><p>Tap <strong>Accept</strong>, sign the wallet prompt, and your listing disappears from the marketplace.</p></figcaption></figure>

***

* **Modify your order**
  * Click **Modify Order** to adjust its parameters (price, amount, expiry, etc.).\
    \&#xNAN;*Not sure what each field means? Open the **Create Order** page for a quick refresher.*
  * Enter your new values and review the changes.
  * Sign the transaction in your wallet to publish the updated order.

<figure><img src="/files/6Dfv7AOjG9Gj1nOuM7B2" alt=""><figcaption><p>Edit price, amount, or expiry, sign the transaction, and your updated order goes live.</p></figcaption></figure>

{% hint style="success" %}
You’re all set! Use *Cancel* to remove an order entirely, or *Modify* to fine-tune it without starting from scratch.
{% 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/modify-and-cancel-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.
