# Pseudo-Delta-Neutral Strategy

## The Strategy:

GMD Protocol’s Delta-Neutral vaults use a strategy we call the GMD **pseudo-delta-neutral strategy**, which will consist of 3 major key parts:

1. **Delta-Neutral Ratio**
2. **Manual Rebalancing of Deposits**
3. **Protocol's GLP Reserve (The Reserve)**

## The Strategy Explained:

Our pseudo-delta-neutral strategy is simple:&#x20;

* Deposited asset composition ratio is set equal to GLP asset composition ratio
* The deposited assets will be manually rebalanced so that the composition ratio will be exactly equal to GLP's asset composition ratio
* Any difference between deposited assets value and underlying GLP value will be made up by Protocol's GLP Reserve

##


---

# Agent Instructions: 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://gmd-protocol.gitbook.io/gmd-protocol/gmd-delta-neutral-strategy/pseudo-delta-neutral-strategy.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.
