# Call options

### Understanding Call Options <a href="#mntl-sc-block_1-0-9" id="mntl-sc-block_1-0-9"></a>

A call option gives the holder the right to buy 1 token at the strike price up until the expiration date.

For example, a single call option contract may give a holder the right to buy 1 UNI token at $50 up until the expiration date six months later. As the value of UNI goes up, the price of the option contract goes up, and vice versa. The call option buyer may hold the contract until the expiration date, at which point they can [take delivery](https://www.investopedia.com/terms/d/delivery.asp) of the 1 UNI token.

You pay a fee to purchase a call option, called the [premium](https://www.investopedia.com/terms/p/premium.asp). It is the price paid for the rights that the call option provides. If at expiration the underlying asset is below the strike price, the call buyer loses the premium paid. This is the maximum loss.

### Value at expiration

If the underlying asset's market price is above the strike price at expiration, the profit is the difference in prices, minus the premium.

For example, if UNI is trading at $56 at expiry, the option contract strike price is $50, and the options cost the buyer $2, the profit is $56 - ($50 + $2) = $4.

Now, if at expiration UNI is trading below $50, obviously the buyer won't exercise the option to buy the token at $50 a piece, and the option expires worthless. The buyer loses $2 for each contract they bought.

![](/files/c3MlgLIEbu0kWrREiuN0)


---

# 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.arbor.finance/financial-concepts/convertible-bonds/call-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.
