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

# VAULT

- [Architecture Overview](https://docs.lagoon.finance/vault/architecture-overview.md)
- [Deposit and Redemption flows](https://docs.lagoon.finance/vault/deposit-and-withdraw-flows.md): Lagoon vaults' deposit and withdrawal flows are based on an asynchronous mechanism.
- [Vault valuation](https://docs.lagoon.finance/vault/vault-valuation.md)
- [Fees](https://docs.lagoon.finance/vault/fees.md): Set up your fee system
- [Upgradability & Opt-in Proxy](https://docs.lagoon.finance/vault/upgradability-and-opt-in-proxy.md)
- [Roles and capacities](https://docs.lagoon.finance/vault/roles-and-capacities.md): Navigate between the different roles to discover their associated capacities.
- [Vault admin](https://docs.lagoon.finance/vault/roles-and-capacities/vault-admin.md): An overview of the Vault Admin role.
- [Valuation Provider](https://docs.lagoon.finance/vault/roles-and-capacities/valuation-oracle.md): An overview of the Valuation Provider role.
- [Curator](https://docs.lagoon.finance/vault/roles-and-capacities/curator.md): Allocates funds
- [Access Manager](https://docs.lagoon.finance/vault/roles-and-capacities/whitelist-manager.md): Control who can access the vault.
- [Security Council](https://docs.lagoon.finance/vault/roles-and-capacities/security-council.md): An overview of the Security Council role.
- [Deploy your vault](https://docs.lagoon.finance/vault/deploy-your-vault.md)
- [Via Etherscan](https://docs.lagoon.finance/vault/deploy-your-vault/via-etherscan.md): Step-by-step instructions to create vault.
- [Vault post-deployment operations](https://docs.lagoon.finance/vault/deploy-your-vault/vault-post-deployment-operations.md): A few essential steps must be performed to enable proper funds flows.
- [Access your vault on Lagoon](https://docs.lagoon.finance/vault/deploy-your-vault/access-your-vault-on-lagoon.md): Access and manage your vault directly on the Lagoon app.
- [Lagoon Solutions](https://docs.lagoon.finance/vault/deploy-your-vault/lagoon-solutions.md): Scale your vault operations faster with dedicated valuation and technical support.
- [How to?](https://docs.lagoon.finance/vault/how-to.md)
- [Update the vault valuation & settle requests](https://docs.lagoon.finance/vault/how-to/update-the-vault-valuation-and-settle-requests.md)
- [Activate and manage a synchronous vault](https://docs.lagoon.finance/vault/how-to/activate-and-manage-a-synchronous-vault.md): This page will guide you through activating synchronous deposits.
- [Migrate an existing vault into a new Lagoon vault](https://docs.lagoon.finance/vault/how-to/migrate-an-existing-vault-into-a-new-lagoon-vault.md)
- [Claim shares on behalf of users](https://docs.lagoon.finance/vault/how-to/claim-shares-on-behalf-of-users.md)
- [Close a vault](https://docs.lagoon.finance/vault/how-to/close-a-vault.md)
- [Pause a vault](https://docs.lagoon.finance/vault/how-to/pause-a-vault.md)
- [Request a listing on Lagoon Frontend](https://docs.lagoon.finance/vault/how-to/request-a-listing-on-lagoon-frontend.md)


---

# 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:

```
GET https://docs.lagoon.finance/vault.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.
