# Cash Settled vs. Physically Settled

A derivative's value is derived from the performance of the underlying asset. The holder of a European option contract can claim the difference between the strike price and the underlying asset's price at expiration.

At the expiration time, these claims might be resolved in two ways: *physically* or *cash-settled*. Although they are equal in principle, there may be some significant discrepancies in practice.

*Physical settlement* is when an option contract is paid out by exchanging the underlying asset for the strike price at the expiration time. Call holders have the option to buy the underlying at the strike, whereas put holders have the option to sell at the strike.

{% hint style="info" %}
Call holders typically only take this option if the underlying expiration price exceeds the strike price. In contrast, put holders typically only take the option of selling at the strike if it is above the current underlying price.
{% endhint %}

*Cash settlement* is an arrangement where the holder of the option receives the right to the equivalent cash value of a difference between the strike and the expiration price of the underlying.

In the case of cash settlement, put options grant the right to receive the cash equivalent of the strike price minus the underlying asset's price at expiration. In contrast, call options grant the right to receive the cash equivalent of the strike price minus the underlying asset's price at the end.

With cash settlement, call option holders only choose to “exercise” their right to the payoff above at expiration when the underlying price exceeds the strike price, whereas the reverse is true for put holders. This matches the typical cases for physical settlement.

You might be glad to know that options on Arrow Markets are cash (stablecoin) settled!


---

# 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.arrow.markets/arrow-markets/learn/options-beginner/cash-settled-vs.-physically-settled.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.
