> 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/deploy-your-vault/lagoon-solutions.md).

# Lagoon Solutions

Lagoon Solutions is designed for institutional and professional clients who need more than vault infrastructure alone. It combines Lagoon’s on-chain vault rails with dedicated operational and technical support across the full lifecycle of a product.

Lagoon provides the infrastructure. Lagoon Solutions helps you put it into production with the right operating model, valuation setup, permissions, and user experience.

{% hint style="info" %}
Lagoon Solutions does not replace the curator. The curator keeps control over governance, strategy, execution, and custody. Lagoon Solutions provides the support layer needed to launch and operate a vault with institutional standards.
{% endhint %}

### What Lagoon Solutions is for

Lagoon Solutions is built for teams that want to launch and scale vaults with stronger operational support, including:

* institutional asset managers
* professional curators
* tokenized asset issuers
* protocols launching white label products
* teams with valuation, reporting, or compliance requirements
* venture capital funds

### What Lagoon Solutions covers

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Wallet onboarding and custody alignment</strong></mark></td><td>Set up the right wallet and custody architecture for their vault operations, whether through EOAs, multisigs, MPCs, or other institutional setups.</td></tr><tr><td><mark style="color:$primary;"><strong>Permissions and governance setup</strong></mark></td><td>Supports the configuration of roles, permissions, and governance processes so the vault matches the client’s operating model and internal controls.</td></tr><tr><td><mark style="color:$primary;"><strong>NAV updates and valuation logic</strong></mark></td><td>Supports valuation workflows, including share price calculation logic and NAV update processes. This is especially important for products that require custom valuation methods or off-chain inputs.</td></tr><tr><td><mark style="color:$primary;"><strong>Reporting and operational workflows</strong></mark></td><td>Reporting solutions produced for internal and external needs based on internal, jurisdictional or investor requirements.</td></tr><tr><td><mark style="color:$primary;"><strong>White label deployment</strong></mark></td><td>Custom branded interfaces and white label deployments, so clients can distribute products under their own brand.</td></tr></tbody></table>

{% hint style="info" %}
**Interested in Lagoon Solutions?**

Fill out [**this form**](https://tally.so/r/nGBGyz) by selecting "Lagoon Solutions" to learn how we can support your journey.
{% endhint %}

### How it fits with Lagoon

Lagoon vaults are flexible by design. Each curator defines their own:

* governance model, centralized or distributed
* strategy, across any asset, protocol, chain, or even CEX
* execution method, manual, algorithmic, or AI driven
* valuation approach, on-chain or off-chain, automated or discretionary

Lagoon Solutions exists to help clients implement these choices cleanly and operate them at scale.

#### Why it matters

Accurate valuation, stable operations, and clear permissions are not optional for institutional products. They are part of the product itself. Lagoon Solutions gives curators and institutions the support they need to launch faster, reduce operational burden, and keep their focus on strategy and growth.

#### What this means for clients

With Lagoon Solutions, clients can focus on running and growing their vault, while Lagoon helps with the technical and operational plumbing needed to support a professional product.


---

# 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.lagoon.finance/vault/deploy-your-vault/lagoon-solutions.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.
