> For the complete documentation index, see [llms.txt](https://docs.antimatter.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antimatter.finance/antimatter-structured-product/defi-option-vault-dov/mechanism.md).

# Mechanism

## Process Architecture

![DeFi Option Vault - Sequence Diagram](/files/cGpaTTVwyk9K5Q0eNoCl)

This sequence diagram illustrates the vaults process. The manager has a priveleged role in the sense that he creates an oToken with Strike Price and Delivery Date of the vault. Users can deposit their assets that will act as collateral. The vault closes and the weekly cycle starts.&#x20;

On Friday, the manager will use all the funds of the vault as collateral to mint the standard ERC-20 option contract token (oToken) on-chain through Opyn’s factory contract, and sell it directly to market makers.

The option expires after one week. On expiry the price is determined through Chainlink’s Data Feed, and the option premium + funds are withdrawable for the user. Funds can be left inside the vault and in this case will automatically be used for the next cycle.


---

# 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.antimatter.finance/antimatter-structured-product/defi-option-vault-dov/mechanism.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.
