> 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/vaults/morpho-vaults/morpho-vaults-overview/morpho-vault-structure.md).

# Morpho Vault Structure

<figure><img src="/files/hGUhtkLWtapE38SbJfhc" alt=""><figcaption></figcaption></figure>

### Supply Asset

The supply asset is the foundation for a vault. To access Gauntlet-curated vaults and the associated risk-adjusted yield, a supplier must add supply to the vault.

### Vault APY

Annual percentage yield, APY, is the main economic draw of Morpho vaults. It represents the annualized return suppliers receive as a percentage of the assets supplied to a vault. APY is determined by the markets to which a specific vault allocates its supply, as well as any incentives in those markets. APYs change dynamically based on several parameters, including market utilization and supply allocation.

### Allocated Markets

A vault’s supply APY results from the underlying lending markets to which it allocates.

### Suppliers

Suppliers are the primary users of Morpho Vaults. They supply a particular asset into a Vault, which generates risk-adjusted yield based on the vault curator’s market allocations. Selecting an appropriate set of markets to supply loan assets against can be a complex task, requiring a nuanced understanding of risk management, market dynamics, and yield optimization. Gauntlet vaults on Morpho simplify this process, with experienced vault curators like Gauntlet executing strategies on their behalf in a non-custodial manner.


---

# 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/vaults/morpho-vaults/morpho-vaults-overview/morpho-vault-structure.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.
