# Settle Your Orders

Ensure you **settle orders for buyers** to complete the trade, receive your payment, and reclaim your collateral before the settlement deadline.&#x20;

{% hint style="danger" %}
Be aware that **neglecting or intentionally ignoring to settle buyers' orders** will lead to consequences **after the deadline**.

**Once the settlement deadline has passed, buyers can claim compensation from your collateral. This means you risk losing your funds if you fail to settle in time.**
{% endhint %}

### How to settle your orders&#x20;

**Step 1: Connect Your Wallet**

* Use the wallet you originally used to create the order or fill the order.
* Ensure the wallet has the required tokens ready for transfer

**Step 2: Select Orders in Dashboard**

* Go to your **Dashboard**.

<figure><img src="/files/8o8IVdSpjI4HwvvX4USZ" alt=""><figcaption></figcaption></figure>

* Select the orders you want to settle

<figure><img src="/files/DLqX6z67eMFdkEV2CkQm" alt=""><figcaption></figcaption></figure>

**Step 3: Confirm and Approve Settlement**

* Double-check the total token amount required for settlement.
* Once you are sure of all the information, click on the confirmation box and click the **Settle** button.
* Approve the **smart contract request** in your connected wallet. This confirms the on-chain transfer to the buyer.

<figure><img src="/files/QcgB3Ycgg1gnm7oohW0w" alt=""><figcaption></figcaption></figure>

**Step 4: Wait for Confirmation**

* Once the blockchain confirms the transaction, the order status will update to **Settled**.
* Your collateral will be released, and the buyer will receive the agreed tokens

***

### FAQ

<details>

<summary>Why do I need to settle my order?</summary>

Settling your Order is essential to complete the trade, receive your payment, and get your collateral back.

</details>

<details>

<summary>How do I settle my order?</summary>

You can settle your orders by going to the Whales Pro Dashboard and selecting the orders you want to settle. Then, approve the smart contract request in your wallet to confirm the on-chain token transfer.

</details>

<details>

<summary>What happens if I miss the settlement deadline?</summary>

If you miss the settlement deadline, your Order will become OVERDUE. The buyer can then cancel their Order and claim compensation directly from your collateral.

</details>


---

# 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.whales.market/pre-market/how-to-sell-token-allocation/settle-your-orders.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.
