# Restaking Vaults

- [Multivault](https://docs.mellow.finance/restaking-vaults/multivault.md): Aggregates multiple isolated subvaults into a single user-facing vault with ERC4626 extension, configurable limits, whitelists, and locks.
- [Overview](https://docs.mellow.finance/restaking-vaults/multivault/overview.md)
- [Architecture](https://docs.mellow.finance/restaking-vaults/multivault/architecture.md)
- [Multi Deployments](https://docs.mellow.finance/restaking-vaults/multivault/multi-deployments.md)
- [Interoperable Vaults](https://docs.mellow.finance/restaking-vaults/interoperable-vaults.md): Cross-chain vault model: users deposit on EVM L2s and receive shares, restaking executes on Ethereum mainnet via LayerZero OFT messaging.
- [Overview](https://docs.mellow.finance/restaking-vaults/interoperable-vaults/overview.md)
- [Architecture](https://docs.mellow.finance/restaking-vaults/interoperable-vaults/architecture.md)
- [Interop Deployments](https://docs.mellow.finance/restaking-vaults/interoperable-vaults/interop-deployments.md)
- [Simple LRT](https://docs.mellow.finance/restaking-vaults/simple-lrt.md): ERC4626-modified vault with queued withdrawals via SymbioticWithdrawalQueue. Built around MellowSymbioticVault or MellowVaultCompat.
- [Overview](https://docs.mellow.finance/restaking-vaults/simple-lrt/overview.md)
- [Architecture](https://docs.mellow.finance/restaking-vaults/simple-lrt/architecture.md)
- [Simple Deployments](https://docs.mellow.finance/restaking-vaults/simple-lrt/simple-deployments.md)


---

# 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.mellow.finance/restaking-vaults.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.
