> For the complete documentation index, see [llms.txt](https://docs.cvi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvi.finance/cvi-ecosystem/theta-vault/hedged-theta-vault-v4.md).

# Hedged Theta Vault (V4)

**Overview**

With an Annual Percentage Rate (APR) consistently ranging between 10-20%, the Theta Vault offers a reliable option for liquidity providers (LPs). However, the challenge of the original Theta Vault was the higher funding rates required to maintain open CVI positions , which, while necessary, posed limitations for scalability.

**Transformation to the Hedged Theta Vault in CVI V4**

With CVI V4, we introduced the Hedged Theta Vault, a significant evolution of the Theta Vault concept. This new mechanism maintains the foundational strengths of the original Theta Vault but addresses the issue of high funding rates through innovative risk management strategies.

**Key Features of the Hedged Theta Vault**

1. **Balanced Exposure:** The Hedged Theta Vault ingeniously balances long and short exposure in the market. This equilibrium reduces the risks associated with one-sided market positions and consequently decreases the funding rates required for maintaining positions.
2. **Dynamic Liquidity Management:** The vault incorporates a dual-structured approach, consisting of the original Theta Vault and an added Inverse platform. This Inverse platform allows for the opening of leveraged short positions on CVI, thus offering a counterbalance to the long position risks.
3. **Adaptive Risk Mitigation:** In scenarios where the market experiences high volatility, the Hedged Theta Vault dynamically adjusts and adds liquidity to the Inverse platform. This addition ensures the vault's capacity to support larger positions without escalating its risk profile.
4. **Phased Access:** Initially, the Inverse platform is made available exclusively to market makers, with plans to extend access to all users, providing an intuitive and user-friendly interface for broader engagement.
5. **Lower Funding Rates:** With these enhancements, the Hedged Theta Vault can afford to offer lower funding rates while still supporting the leveraged volatility trading features of the platform.
6. **Impact on Total Value Locked (TVL):** The introduction of the Hedged Theta Vault is projected to substantially increase the TVL and overall platform yields, reinforcing CVI’s position in the DeFi space.

In summary, the transformation from the Theta Vault in V3 to the Hedged Theta Vault in V4 exemplifies CVI's commitment to innovation and adaptive risk management, offering a more balanced and efficient trading environment for all participants in the ecosystem.


---

# 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.cvi.finance/cvi-ecosystem/theta-vault/hedged-theta-vault-v4.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.
