# Option Contract

<figure><img src="/files/2cl6b5rbOLv16f3POjk6" alt=""><figcaption></figcaption></figure>

## Definition

An option contract is a financial derivative that grants the holder the right, but not the obligation, to buy or sell an underlying asset at a specified price (known as the strike price) on a certain date.&#x20;

## Specification

1. **Option style: European -** can be exercised only on the expiration date.
2. **Type of Options:**
   * **Call Option:** Gives the holder the right to buy the underlying asset.
   * **Put Option:** Gives the holder the right to sell the underlying asset.
3. **Underlying Asset:** The specific asset on which the option contract is based. [Gamma Options](https://gammaoptions.com) supports ETH (Ether) as the underlying asset.
4. **Base (Quote) Asset**: The specific asset used for expressing option price on the market (aka cash), typically US$. Gamma Option uses USDC.
5. **Strike Price:** The pre-determined price at which the underlying asset can be bought (in case of a call) or sold (in case of a put).
6. **Expiration Date:** The date on which the option contract is exercised. Prior to this date, the option cannot be exercised.&#x20;
7. **Premium:** The amount paid by the buyer to the seller (or writer) of the option. This is essentially the cost of obtaining the rights granted by the option.
8. **Contract Size:** The number of underlying asset units represented by the option. On Gamma Options, each option represents 1 unit of underlying asset, i.e. 1 call option grants holder the right to buy 1 ETH.
9. **Min Trade Size:** The minimum options that can be bought/sold on the market. Set to 0.1 contracts per transaction.
10. **Max Trade Size:** The maximum options that can be bought/sold on the market. Currently, there is no setting for max.
11. **Margin Requirements:** The amount of collateral required to [write or trade options on margin](/docs/fundamentals/margin.md). On Gamma Options, margin requirement is set to 25% of the underlying asset, i.e. option writer can sell 1 option contract if he holds more than 0.25 ETH in value in [margin account](/docs/fundamentals/margin/margin-account.md).&#x20;
12. **Settlement:** the process of settling balances between the two parties. Gamma Options is using [cash settlement](/docs/fundamentals/settlement.md), where the net cash difference is settled between the two parties based on the prevailing market price and strike price.&#x20;


---

# 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://doc.gammaoptions.com/docs/fundamentals/option-contract.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.
