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

# Curated Vaults

### Curated Vaults

RWAs are a long-tail game, where assets are significantly less liquid than their digital assets counterpart. As such, isolating risk and adjusting to each asset's characteristics is paramount in RWA lending.

That is why Mystic has taken the core infrastructure decision to build on top of [Morpho](https://morpho.org/). The core of Mystic is comprised of lending markets (Morpho markets), each a pool with solely a collateral asset and a borrow asset. This enables very specific risk management parameters to be set for each pair. Third-party risk curators can then create vaults which accept deposits of a single asset and dynamically allocate them to several markets based on predefined risk parameters and optimization strategies.

This not only makes for a simplified UX, it gives users institutional-grade risk management and transparency on the markets. Curated vaults have been built on top of [Morpho](https://morpho.org/). To know more, see [Morpho Vaults](https://docs.morpho.org/overview/concepts/vault/).

### Mystic Morpho Curated Vaults

Mystic leverages Morpho's infrastructure and takes it to the next level to best fit RWAs and their characteristics. All of Mystic's other features integrate directly with Morpho, meaning:

* Each pair tied to isolated pools on Mystic can be leveraged via [leverage strategies](/overview/leverage-strategies.md), enabling users to seamlessly leverage on these markets.
* Each curated vault on Mystic may follow one of two structures: Morpho or structured. See how we take Morpho's architecture to the next level for RWAs with [Structured Vaults](/overview/structured-vaults-coming-soon.md).


---

# 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.mysticfinance.xyz/overview/curated-vaults.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.
