# Yield & Strategy

The yield generated by SHRED comes directly from funding fees paid by traders on perpetual futures exchanges like Hyperliquid. These funding payments are real, market-driven revenues — not emissions or subsidies. \
\
SHRED targets a stable 10-15% APY\* on stablecoins such as USDC (and eventually USDT). To achieve this, the protocol employs a delta-neutral arbitrage strategy. More detailed information on the strategy mechanics can be found below.

To smooth out fluctuations, SHRED maintains a buffer fund. This reserve absorbs short-term dips in funding rates, helping users receive stable yields. While prolonged negative funding rate environments could lower yields, such periods have historically been rare and temporary.\
\
\&#xNAN;*\*Note - The target 15% APY, which we call the watermark, is subject to change in the future due to market conditions such as prolonged negative funding rates during a bear market.*

#### **The Trading Strategy**&#x20;

The strategy is "delta-neutral," meaning it holds offsetting long and short positions so that ETH price movements don't cause profits or losses. Instead, the strategy earns yield from other sources.&#x20;

<figure><img src="/files/wMX6AbX7yqf83R32FlcM" alt=""><figcaption></figcaption></figure>

**Yield and Cost Breakdown:**&#x20;

| **Side**                              | **Yields**                                            | **Costs**                             |
| ------------------------------------- | ----------------------------------------------------- | ------------------------------------- |
| <p>Long <br>(Aave on Ethereum)</p>    | wstETH staking yield + Aave supply interest on wstETH | USDC borrow rate on Aave              |
| <p>Short <br>(Hypercore Perp DEX)</p> | Funding rate payments (when positive)                 | Funding rate payments (when negative) |

The funding rate on perpetual futures fluctuates based on market conditions. When more traders are long, shorts get paid (positive yield for us). When more traders are short, longs get paid (a cost for us).&#x20;

**Rebalancing**&#x20;

The strategy requires periodic rebalancing to maintain healthy positions and avoid liquidation. There are two types:

USDC Rebalancing (no cost, preferred)&#x20;

This moves USDC between the two sides without changing position sizes:&#x20;

| **If ETH price...** | **What happens**                            |
| ------------------- | ------------------------------------------- |
| Goes up             | Long side gains value, short side loses     |
| Goes down           | Short side gains PnL, long side loses value |

This keeps both sides healthy and away from liquidation, with no trading fees.&#x20;

**Exposure Rebalancing (has costs)**&#x20;

This actually changes the size of the positions. It's needed when:&#x20;

New deposits increase total NAV (need bigger positions)&#x20;

Withdrawals decrease total NAV (need smaller positions)&#x20;

Large price moves require resetting the hedge&#x20;

Exposure rebalancing incurs costs like spot swap fees, slippage, and perpetual trading fees, so we minimize how often it's needed.&#x20;

**Triggers**

Rebalancing is based on LPM thresholds (how close to liquidation), not fixed time intervals.

**Yield Determination**&#x20;

The advertised yield rate is determined through:&#x20;

**Backtesting**

1. Running the strategy against historical data to estimate returns.&#x20;
2. Live Testing ("Proof of Profit") — Running with real capital to validate performance.&#x20;
3. Conservative Launch — Starting with a rate we're confident we can sustain.&#x20;

If market conditions change significantly (e.g., sustained below optimal funding rates), the target rate may be adjusted downward. A buffer fund (\~1% of total value) helps smooth short-term volatility.&#x20;


---

# 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.shred.fi/documentation/yield-and-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.
