> 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/basic-vaults/covered-calls.md).

# Covered Calls

This is a strategy combining the purchase of a digital asset (e.g. Bitcoin) and selling out of the money call options to sell that asset. Typically an investor would deposit tokens into a vault and it will accrue yield from the options premium. The protocol will automatically create and sell call options at a price calculated by an algorithm based on market conditions.

**Benefits**:&#x20;

* best in bearish to mild bull markets
* In a bearish scenario, the investor loses less than from just holding the asset (he receives the option premium)
* In a bullish scenario, the investor forgives part of the upside from just holding the asset.

**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
* If the price of the asset goes up and reaches the option strike price, the investor will be forced to sell it, and therefore incur an opportunity cost from not keeping the asset.
* Operational and Execution Risks
* Third party protocol risks

**Vault strategy**:&#x20;

Weekly European Call Options are sold every Friday at an auction. The strike price is selected in order to achieve a delta of less than 0.2. This is on order to minimise the likelihood of the options expiring at the money.

<br>

<figure><img src="/files/ld1xEHAtJ8US9hjtwCSK" alt=""><figcaption><p>Covered Call Payout Chart. Credit: Investopedia.</p></figcaption></figure>


---

# 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://yield-finance.gitbook.io/yield-finance-docs/products/basic-vaults/covered-calls.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.
