> For the complete documentation index, see [llms.txt](https://docs.sivax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sivax.io/products/dynamic-hedging.md).

# Dynamic Hedging

Dynamic hedging is a core mechanism in how the SIVAX Fund Product manages risk over time. The portfolio does not maintain a fixed risk posture. As market conditions evolve, hedge positions are adjusted to keep the portfolio aligned with its objectives.&#x20;

> *Risk management evolves alongside the strategy within a continuously managed portfolio.*

### Why it Matters

The SIVAX Fund Product combines structured positions, options strategies, reserve capital, and active portfolio management, resulting in exposures that evolve over time.

FCN-style structures, covered calls, and other derivatives expose the portfolio to direction, volatility, and asymmetric payoffs. Without adjustment, these exposures can shift the portfolio away from its intended risk profile. Dynamic hedging keeps that exposure aligned over time. It supports yield quality by allowing the strategy to pursue income in a more stable and repeatable way.

### How It Works

> *The portfolio is always moving, so the hedge moves with it.*

Allocation changes affect portfolio exposure, while volatility changes affect how positions behave. Changes in premium, skew, or market direction influence the balance between income and risk.

Dynamic hedging responds to these changes by adjusting hedge positions over time, based on price movement, volatility, portfolio composition, liquidity, and market sensitivity.

### How It Fits the Strategy&#x20;

Dynamic hedging is part of the strategy engine.

SIVAX allocates across FCN-style structures, covered calls, reserve capital, and other structured opportunities. This shapes the portfolio’s risk profile, while hedging manages the resulting exposure.

Delta hedging is one of the main tools used in this process, adjusting the portfolio’s sensitivity to price movements as exposure changes.

Yield generation and risk management operate together, with income creating opportunities and hedging managing how the portfolio behaves over time.

{% hint style="warning" %}
It helps manage risk, but does not eliminate losses.
{% endhint %}


---

# 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://docs.sivax.io/products/dynamic-hedging.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.
