> For the complete documentation index, see [llms.txt](https://yield-finance.gitbook.io/yield-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yield-finance.gitbook.io/yield-finance-docs/products/advanced/covered-call-spread.md).

# Covered Call Spread

Selling covered Calls is a great strategy to generate yield from the collection of option premiums. However, if the underlying asset price increases above the strike price, the investor is giving up any upside. If a call option is purchased, it can offer profit from price appreciation. This type of strategy is typically called a vertical spread. Buying and selling the same option at the same time at different strike prices. Since the goal of the vault strategy is to generate yield, the difference between the premium collected for selling a call option and the premium paid to buy the second call needs to be positive. That means that the option that is bought needs to be even further out of the money than the options sold.

**When to Use:**&#x20;

* Lower yield than covered calls but higher upside in a bull market
* In a bearish scenario, the investor loses less than from just holding the asset (he receives the option premium)
* In a mildly bullish scenario, the investor forgives part of the upside from just holding the asset.
* In a bullish scenario the investor still benefits from the upside

**Risks**:

* If the price of the asset declines too much, the investor will incur potential losses, that may not be covered by the profit from option premiums
* Operational and Execution Risks
* Third party protocol risks<br>

**Vault strategy:**

&#x20;Weekly European Call Options are sold and bought every Friday at an auction. The strike price of the call option to be sold is selected in order to achieve a delta of less than 0.2. This is in order to minimise the likelihood of the options expiring at the money.

The price of the option to be bought needs to lower in order to generate positive cash flow.

\ <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:

```
GET https://yield-finance.gitbook.io/yield-finance-docs/products/advanced/covered-call-spread.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.
