# Vault Integrations

{% columns %}
{% column width="33.33333333333333%" %}

We partner with leading institutions worldwide to integrate Gauntlet vaults, delivering institutional-grade yields directly to their users.

<a href="https://form.typeform.com/to/Dg1csGfV?utm_source=vaultbook&#x26;utm_medium=homepage&#x26;utm_campaign=sql" class="button primary" data-icon="circle-right">Get in Touch</a>

{% endcolumn %}

{% column width="66.66666666666667%" valign="middle" %}

<figure><picture><source srcset="/files/YaCJ8j99qr1RhMFW24av" media="(prefers-color-scheme: dark)"><img src="/files/UuL0wN8fl7gsZB2H3oJe" alt=""></picture><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Gauntlet provides white-glove integration onboarding to create vaults, markets, test supply flows, and general quality assurance. Morpho also provides the following integration documentation: <https://docs.morpho.org/earn/getting-started>, and has an internal integration team that helps partners integrate Earn programs.

In practice, a partner would integrate with Gauntlet-curated Morpho Vaults by connecting their embedded wallet infrastructure to Morpho’s onchain smart contracts. Integration involves enabling users to interact with the following core contract functions:

* **Supply**: Users supply supported assets (e.g., USDC, ETH) directly from their self-custody wallets into selected Gauntlet-curated vaults.
* **Withdraw**: Users can redeem their vault positions and withdraw assets from their self-custody wallet.
* **Claim Rewards**: Users can claim any incentives or rewards associated with their vault participation.

Partners implement Morpho’s standard smart contract interfaces and can optionally leverage Morpho’s APIs and SDKs for enhanced user experience, analytics, and position tracking. Partners do not need to custody user assets — all interactions are direct between the user’s wallet and the Morpho smart contracts, preserving user ownership at all times.


---

# 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://vaultbook.gauntlet.xyz/resources/frequently-asked-questions/vault-integrations.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.
