# Health Neutral

Health neutral portfolios are optimized for liquidation-prevention. The health meter of these portfolios remain at a constant level, independent of individual price changes, minimizing the chance of liquidation.&#x20;

A health neutral portfolio is perfect for investors who:

* Have a mid-long-term vision of an asset's potential
* Want to minimize the need of managing collateral
* Mainly want to benefit from high yields in specific pools and farms

### Example strategy: sAVAX

In this strategy we are utilizing the sAVAX -> AVAX peg to create a position that minimizes liquidation risk. In order to be health neutral, all assets in a portfolio should consist of the same- or pegged assets. In this case we:

* [ ] Deposit AVAX in your Prime Account
* [ ] Borrow AVAX against that
* [ ] Swap AVAX for sAVAX
* [ ] Stake sAVAX in Yield Yak / Vector farm

By depositing AVAX and swapping it to an AVAX-pegged asset, we make a directional bet of AVAX appreciating in price.

### Expected returns

If you deposit $1000 AVAX collateral, and borrow 4.5x AVAX with a 7% interest rate, farming it as sAVAX with a 15% farming interest rate, your APY =

$$
\text{APY} = {0.15(1000+4500)-0.07(4500)\over1000} \*100 \text{% = 51%}
$$

Since you are exposed to the AVAX price, your APY in dollars decreases if AVAX lowers in dollar-value. Should AVAX lose 99.99% in value immediately after you open your strat (keeping 0.01% of its value), it decreases your farming rewards and your initial by 99.99%, leading to an APY of:

$$
\text{APY} = {0.0001(0.15(1000+4500)-0.07(4500)) - 0.9999\*1000  \over1000} \*100 \text{% = -99.98%}
$$

This while during the whole drop, your health will remain the same. On the other hand, if AVAX appreciates 100% in value, essentially doubling it, the APY increases to:

$$
\text{APY} = {2(0.15(1000+4500)-0.07(4500)) + 1000  \over1000} \*100 \text{% = 202%}
$$

Tripling your initial collateral, while keeping your health the same.

### The Health Meter

The health meter is a representation of your collateralization ratio. In this strategy, the collateralization ratio will not change with price movements. As an example:

You deposit $1000 AVAX and borrow $4500 AVAX, swapping it all into sAVAX. Your collateralization ratio is (1000/4500=) **22%**. If AVAX and sAVAX double in price, your collateral increased to $2000 and the value of borrowed funds increased to $9000. Your collateralization ratio is still (2000/9000=) **22%**.

No matter what any asset does in price, your collateralization ratio will always remain 22%, keeping your health at a stable level. This is what makes this strategy health neutral.

### What to check?

* [ ] All (staked) assets in the Prime Account consist of either the borrowed or the pegged asset
* [ ] Borrowing APY is lower than farming APY
* [ ] There is some health left for short-term price deviations between the borrowed and pegged asset

### Important note

1. The example strategy assumes sAVAX holds its peg to the AVAX price. Read more about sAVAX in [Benqi's documentation](https://docs.benqi.fi/benqi-liquid-staking/savax).
2. Prices of pegged assets may slightly fluctuate based on oracle price data. You might want to leave a health buffer to account for that.
3. While your health does not significantly change, you are exposed 1x to the deposited price. AVAX price going up or down does affect the dollar value you'll be able to take as profit.&#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.deltaprime.io/prime-brokerage-account/strategies-1/health-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.
