# Purchasing a Call

A ***long call option*** is a bullish strategy where an investor buys a call option, typically when they believe the price of the underlying asset will rise significantly before the option expires. The buyer of the call option pays a premium to the seller and can profit if the asset price increases beyond the strike price plus the premium paid.

<figure><img src="/files/0Dz04IsxIYYEyaQIBLAT" alt=""><figcaption><p>*<strong>include premium range</strong>*</p></figcaption></figure>

The long call option strategy allows investors to potentially earn profits if the price of the underlying asset rises. However, it involves the risk of losing the premium paid if the asset price does not increase beyond the breakeven point before the option expires.

## Example

Let's say it's January 1st, 2023, and $ETH is trading at $3,000 per token. An investor believes that the price of $ETH will increase in the next few months and decides to buy a call option with a strike price of $3,200, expiring on June 1st, 2023. The investor pays a premium of $200 for the option.

<figure><img src="/files/hPlkpYZQP3QhmPVPnJDO" alt=""><figcaption></figcaption></figure>

### Scenario 1

If the price of $ETH **significantly increases to $3,500**, the investor's profit on buying the token at $3,200 would be $300 ($3,500 - $3,200). Since the investor paid a $200 premium, you would subtract the premium, and the net profit is $100 ($300 profit - $200 premium).

### **Scenario 2**

The **break-even point** is the price at which the investor neither gains a profit nor incurs a loss. In this example, the break-even point is the strike price plus the premium paid, which is $3,400 ($3,200 + $200).&#x20;

### Scenario 3

If the price of **$ETH slightly increases to $3,300**, the investor can exercise the call option and buy $ETH at $3,200, even though it’s currently trading at $3,300. In this case, the investor earns a profit of $100 per token ($3,300 - $3,200) but has **a net loss of $100** ($100 profit - $200 premium).

However, if the price of **$ETH decreases to $3,100**, the call option will expire worthless since the price is below the strike price of $3,200. The investor **loses the $200 premium** paid for the option.


---

# 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/beginner-strategies/purchasing-a-call.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.
