> For the complete documentation index, see [llms.txt](https://docs.arrow.markets/arrow-markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arrow.markets/arrow-markets/learn/options-advanced/advanced-strategies/debit-spreads/bull-call-spread.md).

# Bull Call Spread

A Bull Call Spread is an options strategy where one simultaneously buys a call (long) and sells a call (short) with the same expiration date. The long call strike is also below the short call strike.

* Different strike price and same expiration date
* Directional strategy
* Typically consists of simultaneously buying a call with a lower strike price and one short call with a higher strike price.

A Bull Call Spread typically consists of writing a call and put option. The resulting net premium of this option will be positive as it represents a promise to a range of positive payoffs in the future; therefore, funds are initially debited to (removed from) the options trader's account when the position is entered.

For this example, we are using an **ITM call.**&#x20;

**Example:** Suppose the current price of Bitcoin is $20,500. We want to buy a long call with a strike price of $16,000 and an expiration date of Dec 30, 2022.&#x20;

**Cost of premium to buy:** - $4,500

However, we want to minimize uncapped losses, so we simultaneously sell a put with a strike price of $21,000 and the same expiration date as the long call.

**Premium earned:** $1,500

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

**Net premium:** -$3,000 is the amount as a trader that you would pay to put on this particular option strategy.

**Breakeven point** = $18,300

This means that if the price of the underlying token is $19,000, you would break even.

**Potential Maximum Profit**

If the price is $21,000 or above, you get a maximum profit of $1,500

**Potential Maximum Loss**

If the price is $16,000 or below, you lose your entire initial net premium paid -$4,500.

To understand some of the tradeoffs of a debit call spread, it’s important to think about the case when you just bought the $16,000 call and did not add a short call. From the PnL diagram, all upside above the point at which the curves intersect is reaped by the call but not the bull call spread. However, there is a bigger potential loss on the downside. Thus, you have to give up potential upside to reduce potential losses.<br>

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.arrow.markets/arrow-markets/learn/options-advanced/advanced-strategies/debit-spreads/bull-call-spread.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
