# Withdrawing Options

You can withdraw options from Knox Finance as ERC-1155 options tokens **24 hours after the auction has been processed**. Withdrawals may be made at any time if the auction has been cancelled.

### Expired Options

If you let in-the-money options expire before withdrawing them, they are [automatically exercised](/option-buyers/exercising-options.md). Upon withdrawal, you will receive the proceeds of the options (their intrinsic value) instead of ERC-1155 options tokens.

### Refunds

When withdrawing options or proceeds from expired options, you also receive a refund for any unspent funds that were deposited when [placing the orders to buy those options](/option-buyers/buying-options.md).

Here is a table of the most common scenarios and their outcomes when withdrawing:

| Expired | Scenario                                                      | Outcome                                                                         |
| ------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| No      | Your order was filled at the **exact price** you deposited    | You only receive your fill                                                      |
| No      | Your order was filled at a **lower price** than you deposited | You receive your fill and a refund for unspent funds                            |
| No      | Your order was **not filled**                                 | You only receive a refund                                                       |
| Yes     | Your order was filled at the **exact price** you deposited    | You only receive the proceeds of the options, if any                            |
| Yes     | Your order was filled at a **lower price** than you deposited | You receive the proceeds of the options, if any, and a refund for unspent funds |
| Yes     | Your order was **not filled**                                 | You only receive a refund                                                       |

{% hint style="info" %}
A buyer places a limit order to buy 20 call options up to a maximum price of $100, depositing $2000 to do so. However, the Dutch auction reaches its clearing price at $70, so the buyer only pays 20 x $70 = $1400 for the options. Upon exercising the options (or their expiry), the buyer is refunded the unspent $600.
{% 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.knox.premia.finance/option-buyers/withdrawing-options.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.
