# How to Unwind an Options Position

Unwinding lets you exit an options position before expiry and recover your full collateral, provided you hold equal amounts of both PRM and oPRM tokens.

{% hint style="warning" %}
You can only unwind if you hold both PRM and oPRM tokens in equal amounts. If you have already sold your oPRM tokens, you must buy them back first.
{% endhint %}

## When to Unwind

<figure><img src="/files/xEjCOmkNtySCpPi2Q9S0" alt="" width="563"><figcaption><p>Unwind to collateral</p></figcaption></figure>

* You want to exit before expiry without relying on a buyer in the orderbook.
* You hold both PRM and oPRM tokens and want your collateral back immediately.
* The market has moved and you want to redeploy capital elsewhere.

## How to Unwind

1. Go to your Portfolio and locate the options position you want to exit.
2. Confirm you hold equal amounts of PRM and oPRM for that position.
3. Click Unwind or Withdraw on the position.
4. Confirm the transaction.
5. Your full collateral is returned to your smart account in USDM.

## Example

```
You minted a position depositing $2,400 USDM collateral.
Received 1 PRM and 1 oPRM token.
Sold the oPRM for $50 premium.
Bought back the oPRM for $60 (net loss of $10).
Now hold 1 PRM and 1 oPRM.
Unwind: receive $2,400 collateral back.
Net result: $10 loss on the premium trade, full collateral recovered.
```

{% hint style="success" %}
Unwinding always returns your full original collateral regardless of market price, as long as you hold both tokens.
{% 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.premarket.xyz/readme/walkthroughs/unwind-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.
