> For the complete documentation index, see [llms.txt](https://docs.vetro.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vetro.org/liquidity-and-integrations/morpho.md).

# Morpho

Vetro operates a **VUSD Meta Vault** on Morpho, enabling third parties to supply VUSD and earn yield across underlying Morpho Blue markets. The vault is curated by the Vetro protocol.

## VUSD Meta Vault

| Field                         | Value                                                                                                        |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Vault Contract (VUSDmeta)** | [0x6283C405...1E7](https://etherscan.io/token/0x6283c40558521515595cbcc573f8a0489ab4d1e7)                    |
| **Curator**                   | [0xAF27289d...c2](https://etherscan.io/address/0xaf27289d8612574a2bf58f30ad1835ba9d56bfc2)                   |
| **Underlying Asset**          | VUSD `0xCa83DDE9c22254f58e771bE5E157773212AcBAc3`                                                            |
| **Morpho Curator UI**         | [View allocation](https://curator.morpho.org/vaults/1/0x6283C40558521515595cbCc573f8A0489Ab4d1E7/allocation) |

## Underlying Morpho Blue Markets

These are the CDP borrow markets that the Meta Vault allocates VUSD liquidity into. Borrowers deposit collateral and borrow VUSD; the Meta Vault earns the interest.

| Market         | Collateral | Borrow Asset | Market ID          |
| -------------- | ---------- | ------------ | ------------------ |
| hemiBTC / VUSD | hemiBTC    | VUSD         | `0x55609be6...2e5` |
| WETH / VUSD    | WETH       | VUSD         | `0x7d1306d2...561` |

<details>

<summary>Show full market IDs</summary>

**hemiBTC / VUSD** `0x55609be688a4d96e715bfe39969133bd4e7f83db4f77bb06216109189a11f2e5`

**WETH / VUSD** `0x7d1306d23f9f1e419697b8275001db9ea74b3c75190a7db8f5d81fed2fb94561`

</details>

## Full Addresses Reference

<details>

<summary>Show all full addresses</summary>

**VUSD Meta Vault**

* Vault: `0x6283C40558521515595cbCc573f8A0489Ab4d1E7`
* Curator: `0xAF27289d8612574a2bf58f30ad1835ba9d56bfc2`

</details>


---

# 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.vetro.org/liquidity-and-integrations/morpho.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.
