> For the complete documentation index, see [llms.txt](https://teragon.gitbook.io/teragon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teragon.gitbook.io/teragon/teragons-three-pillars/hypercubes/defi-option-vault-dov.md).

# DeFi Option Vault (DOV)

### What is a DeFi Option Vault (DOV)? <a href="#docs-internal-guid-59c8bf07-7fff-79a3-24d6-50608051b92e" id="docs-internal-guid-59c8bf07-7fff-79a3-24d6-50608051b92e"></a>

DeFi Option Vaults run an automated option selling strategy, selling out-of-the-money (OTM) calls/puts on a weekly basis and collecting the premiums. Teragon DOV's run weekly Epochs in which the options are auctioned off to select market makers.

Everything is automated, users can set-and-forget their holdings in these vaults to collect premiums.

### Implementation Example

* Teragon Global Crypto Index (GCI) Call Overwriting Vault on BSC
* Users can deposit their Teragon GCI token into this vault
* The vault generates yield by selling weekly call options on the Teragon GCI
* If the call option ends up out-of-the-money, users receive option premium in the form of additional Teragon GCI vault tokens
* If the call option is in the money, then users receive the equivalent BUSD generated by selling the Teragon GCI notional + call option premium at the strike price

<details>

<summary>Fee Structure </summary>

Teragon charges a 2% fee on all premiums weekly.&#x20;

The resulting revenue is directed to the Teragon treasury.

</details>

<details>

<summary>User Deadlines </summary>

Withdrawal cut-off: 9am UTC Fridays&#x20;

Any users looking to withdraw funds need to submit withdrawal requests before this time otherwise funds will be rolled over into the next Epoch

</details>


---

# 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://teragon.gitbook.io/teragon/teragons-three-pillars/hypercubes/defi-option-vault-dov.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.
