> For the complete documentation index, see [llms.txt](https://instantmiso.gitbook.io/miso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://instantmiso.gitbook.io/miso/fermentation-vaults/vaults-and-escrow.md).

# Vaults & Escrow

There are many reasons a project may wish to store a supply of tokens in a vault, in addition to choosing the how, why and when of their eventual release. Our Fermentation selections make the locking away of tokens before and during a launch simple and manageable, working seamlessly with our Markets, Farms and Liquidity Migration contracts to ensure funds get to where they need to be - and stay there. On the other end, the management of token release from vaults can be set up - with timelock & multi signatory release options at launch.&#x20;

At it's simplest, MISO Fermentation options allow "Set and Forget" token unlocks - just send the amount to lock and set the duration. However, the Vault & Escrow options can be combined in many ways to create the exact flavor of trustless fund transfer and storage your project and community requires. Using open-source Vault contracts, as with all Ingredients in MISO, assures all participants in a token launch that they're getting what they were promised - and funds are safu. &#x20;

## Vault & Escrow Options

All Vaults will be able to receive a batch of tokens - this can be from a batch of tokens minted in the MISO factory, sent from an outside address or set to receive a portion of funds collected during a projects Market sale. Owners will set any additional addresses, such as admins and release wallet addresses according to their needs.

### Timelock release

Timelock vaults are set to release after a given amount of time. In addition to setting the time frame of the vault, an address must be assigned to receive released funds.&#x20;

### Multi-Sig

A vault with various controls and parameters governing the release and management of the funds inside. Namely, Multi-Sig vaults require the assigning of multiple administrator addresses and a quorum between them to be defined to allow interaction with the vault contract.


---

# 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://instantmiso.gitbook.io/miso/fermentation-vaults/vaults-and-escrow.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.
