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

# Vue d'ensemble des vaults Morpho

Morpho est une primitive de prêt de premier plan dans la DeFi. Il fournit une couche de prêt/emprunt sans confiance (Morpho) combinée à une couche abstraite de gestion non custodiale du risque et du rendement des vaults (Morpho Vaults).

Les emprunteurs déposent des garanties pour emprunter des actifs de prêt auprès des Morpho Markets, et les fournisseurs apportent des actifs de prêt aux Morpho Vaults. En tant que Curateur de Vault, nous allouons l’offre des Vaults aux Morpho Markets, en optimisant le rendement ajusté au risque en fonction d’une stratégie de Vault. Une fois créés, tous les Morpho Markets sont immuables et ne peuvent pas être modifiés, fournissant une couche d’infrastructure stable et fiable.

La structure unique de Morpho permet le lancement de marchés de prêt isolés, chacun spécifiant :

* Un actif de garantie
* Un actif de prêt
* Loan To Value (LLTV) de liquidation
* Modèle de taux d’intérêt (IRM)
* Oracle

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Curateurs de Vault</td><td><a href="/pages/caa99338244bb1c50c9daa3bfa6d9b5d48ccd472">/pages/caa99338244bb1c50c9daa3bfa6d9b5d48ccd472</a></td></tr><tr><td>Structure des Morpho Vault</td><td><a href="/pages/5544db30e86c7f2c0563f8e2e4b1645883b89c72">/pages/5544db30e86c7f2c0563f8e2e4b1645883b89c72</a></td></tr></tbody></table>


---

# 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://vaultbook.gauntlet.xyz/fr/vaults/morpho-vaults/morpho-vaults-overview.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.
