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