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

# Vault

#### Connection to Bond <a href="#connection-to-bond" id="connection-to-bond"></a>

The vault accepts mainstream crypto assets in exchange for [MARQ](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/tokenomics) tokens at a discount. The discount motivates investors to purchase MARQ from the vault ([Bonders](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/earn#bonders)) rather than from exchanges. Each newly issued MARQ via bonds is accompanied by several MARQ minted at the same time (The number of MARQ minted depends on the current market price. For more information about minting, please refer to Mint & Burn). These MARQ tokens are retained in the vault to pay for the indicative APY to bonders and the losses in unlikely cases where insurance funds are insufficient to cover the compensation.​

#### Connection to Fund Pool <a href="#connection-to-fund-pool" id="connection-to-fund-pool"></a>

Apart from outside investors, the vault can also act as a [Fund Provider](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/structure-overview/vault) to provide adequate liquidity for the fund pool to bootstrap the growth of insurance projects. Analogously, the vault acts like a "central bank" to commercial banks or a "reinsurer" to traditional insurance companies. The vault is governed by the protocol to mint and burn tokens to support the price of MARQ, so MARQ is always backed (not pegged) by one USDT. Therefore, MARQ is not subject to uncontrolled inflation, and it can serve as a reserve crypto asset.​

#### Connection to Staking Pool <a href="#connection-to-staking-pool" id="connection-to-staking-pool"></a>

Vault receives a portion of the insurance premia according to its shares. By staking MARQ in the Marquee Staking Pool, stakers make a profit by cutting a share of the returns to assets in the vault.​In other words, the price of [MARQ](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/structure-overview/vault) can grow over time if the funds in the vault grow faster than the [MARQ](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/structure-overview/vault)​[ ](https://web.archive.org/web/20231208034924/https://docs.marquee.fi/structure-overview/vault)issuance. In the meantime, Marquee seeks to support valuable DeFi insurance projects by providing infrastructure and liquidity.


---

# 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.marquee.fi/structure-overview/vault.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.
