> For the complete documentation index, see [llms.txt](https://docs.optswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optswap.org/user-manual/settlements.md).

# Settlements

Settlements are an absolutely critical aspect of all options contracts. A timely and fair settlement is key to ensuring that all parties are properly assigned and have immediate access to their underlying assets and cash funds after the expiration time has passed.

All the option contracts on OptSwap are natively settled on-chain. Options can be settled for the underlying asset (physical delivery) or in cash tokens.

{% hint style="info" %}
European style options can only be settled on or after expiration, whereas in-the-money American style options can be settled at any time up to and including the date of expiry.
{% endhint %}

### Topics

{% content-ref url="/pages/uoSoiNlMxwh54hlL95SM" %}
[Exercise Option](/user-manual/settlements/exercise-option.md)
{% endcontent-ref %}

{% content-ref url="/pages/sjc8ddqp05i6r9kNXKZL" %}
[Force Cash Settlements](/user-manual/settlements/force-cash-settlements.md)
{% endcontent-ref %}

{% content-ref url="/pages/HnnVZO75XPx0NWXtNrMn" %}
[Recover Margin](/user-manual/settlements/recover-margin.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.optswap.org/user-manual/settlements.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.
