# Delta Neutral

Raga Finance’s **Delta Neutral Vaults** allow users to earn consistent yield without taking directional exposure to price movements. These vaults balance long and short positions to eliminate market risk while generating sustainable returns from funding rates, staking yields, or protocol incentives

### **How It Works**

The delta neutral strategy is designed to stay *market-neutral,* meaning your returns don’t depend on whether the price of the underlying asset goes up or down.

Here’s how it works in practice:

1. **Long Exposure via DeFi Protocol:**\
   The vault opens a long position on an asset (for example, HYPE) through a DeFi protocol or LP exposure. This leg earns the base yield, such as staking rewards or trading fees.
2. **Short Exposure via Perpetuals on Hyperliquid:**\
   To hedge the price risk of the long position, the vault simultaneously opens an equal-sized short position on **Hyperliquid Perpetuals**, managed by Raga’s on-chain strategy manager.\
   This short neutralizes the asset’s price exposure and hence “delta neutral.”
3. **Earning Neutral Yield:**\
   Since price risk is neutralized, the yield comes from **funding rate differentials**, **incentives**, or **protocol yields** rather than speculative price changes.\
   In Raga’s case, positions are transparently managed on Hypercore, and anyone can track the backend flow of trades.

**Example**

Suppose HYPE staking yields 2% APR, and the short position on Hyperliquid pays a 14% funding rate to shorts (positive funding for shorts).

* The vault earns 2% from staking and 14% from funding, generating a total of &#x38;**% market-neutral yield,** regardless of HYPE price movement.

### **User Benefits**

* **Stable Returns:** Earn consistent yield without worrying about market volatility.
* **Fully On-Chain & Transparent:** Positions are managed on Hyperliquid’s on-chain orderbook; users can track the strategy in real time.
* **Non-Custodial:** Users always maintain control over their assets; Raga never takes custody.
* **One-Click Execution:** The complex hedging strategy is abstracted into a simple, single-click experience for users.

### **Supported Networks**

Raga Finance’s first **Delta Neutral Vaults** will launch on [**Hyperliquid**](/hyperliquid/about-hyperliquid.md)**.** But, similar strategy can be launched on any chain with yield bearing token and perp dex depending on how deep liquidity is there.


---

# 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://docs.raga.finance/strategies/delta-neutral.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.
