> For the complete documentation index, see [llms.txt](https://docs.ensuro.co/ensuro-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ensuro.co/ensuro-docs/smart-contracts/contracts/extensions/multistrategyerc4626.md).

# MultiStrategyERC4626

ERC4626 vault that invests/deinvests using a pluggable IInvestStrategy on each deposit/withdraw.

The vault requires permission to deposit/withdraw (not transfer). The owner of the shares must have LP\_ROLE.

Code available at <https://github.com/ensuro/vaults/blob/main/contracts/MultiStrategyERC4626.sol>

In that repository, you can find the investment strategies implemented.
