# Vaults

The vault contracts have access to the IST mint, receive a price feed from the Flux Aggregator Contract, and work in tandem to allow a user to lock a collateral asset and mint IST against that asset, subject to several parameter constraints.

Once a Vault is opened, the holder can adjust it by depositing/withdrawing collateral and minting/burning IST in any combination, so long as their resulting vault meets those core parameter constraints. Users may open multiple vaults of the same type if they wish.

The vaults system includes multiple contracts: <https://github.com/Agoric/agoric-sdk/tree/master/packages/inter-protocol/src/vaultFactory>

When a new collateral type is added to Inter Protocol's Vaults, a new Vault Manager contract is instantiated which provides independent settings for risk parameters specific to that collateral type.  In the future, there could be multiple Vault Managers per collateral type which would allow different tradeoffs in risk vs. fees.

<br>


---

# 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.inter.trade/inter-protocol-system-documentation/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.
