> For the complete documentation index, see [llms.txt](https://docs.rumi.finance/rumi-finance-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.finance/rumi-finance-documentation/the-hedge-vault-revolution/hedge-vault-examples.md).

# Hedge vault examples

Hedge vaults are can create extremely sophisticated decentralized financial products that compete with the capabilities of centralised exchanges and funds. These are examples, see the [next page](https://www.notion.so/Live-hedge-vaults-AI-Keepers-f6a725bdaf98401baf84a960be695b0b?pvs=21) to explore live vaults on Rumi:

* **Prime Lending**: passive yield generation on single asset vaults (USDC, USDT, ETH, BTC, ARB).
* **Leveraged delta-neutral liquidity mining:** obtain yield on USD from Uniswap and GMX while hedging impermanent loss.
* **Leveraged delta 1x liquidity mining:** earn yield on protocols like Uniswap and GMX while maintaining a 1x delta exposure to your favourite Asset (ETH, BTC, ARB)
* **Principal protected investments**: invest in staked ETH and enhance your returns by investing the staking yield into advanced 0DTE option strategies, so as to shield your principal invested ETH from risk.
* **Dual investment strategies:** generate premiums by selling options, e.g. buying low volatile tokens by selling puts using stablecoins, or selling high by selling covered calls using volatile tokens such as ETH or BTC
* **Option flywheel (Buy the dip) strategies:** automated vaults that allow investors to accumulate their favourite token (e.g. ETH, BTC) while earning premium generated by selling options.
* **Leveraged staking**: increase exposure to ETH (re-)staking yield using leverage.
* **Leveraged longs / shorts**: on-chain Long / shorts with leverage (2, 3 x) exposure to multiple assets (e.g. ETH, BTC, ARB) and built-in automated rebalancing to profit from periods of high volatility, without risking liquidation thanks to our automatic rebalancing bot.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rumi.finance/rumi-finance-documentation/the-hedge-vault-revolution/hedge-vault-examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
