# Lagoon Vault Architecture

A typical Lagoon vault architecture is made of an ERC7540 vault and a curating solution. Lagoon is un-opinionated on the curating solution to use.

Here you can see two cases, one made of a Safe with a Zodiac Role Modifier and one with a MPC solution.

<figure><img src="/files/TtVT3plbybgCfYFbUaB2" alt=""><figcaption><p>Lagoon infrastructure with Safe and a Zodiac Role Modifier</p></figcaption></figure>

<figure><img src="/files/0TJFy8wbe1ermvZQxX5H" alt=""><figcaption><p>Lagoon infrastructure with MPC</p></figcaption></figure>


---

# 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.lagoon.finance/overview/lagoon-vault-architecture.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.
