> For the complete documentation index, see [llms.txt](https://docs.reaper.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reaper.farm/crypts/multi-strategy-vaults.md).

# Multi-Strategy Vaults

Multi-strategy vaults are a next-generation technology designed by the Reaper team that automatically redirects and rebalances user funds to a selection of single strategies to maximize yield across the board.

Consider two lending protocols that incentivize borrowing and lending of a particular asset, and for which Reaper provides two separate lending vaults. As users enter and exit vaults and TVLs dilute yield, prices fluctuate, etc., the yield offered by the two respective vaults will continue to fluctuate. If a user enters the most profitable vault today, the other vault might outperform it tomorrow.

Multi-strategy vaults allow the Reaper team to add or remove strategies to capture yield opportunities, and automatically redistribute internal funds to cross-level yield across strategies, maximizing yield of the underlying asset. Multi-strategy vaults are designed with diversification and adaptability in mind, and serve as a one-stop shop for all your asset management needs. These vaults do not utilize a withdrawal fee.

Note that this increases the complexity of the strategy, and exposes funds to a larger number of protocols, so users should research incorporated strategies to ensure they are comfortable with that exposure.

#### Additional resources:

You can learn more about multi-strategy rebalancing in [this article](https://blockbytes.com/2022/08/09/modeling-defi-iv-multi-strategies/).


---

# 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.reaper.farm/crypts/multi-strategy-vaults.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.
