# Interacting with Morpho Vaults

## Deposit

Users can interact with Moonwell Morpho Vaults directly through the [**Moonwell app**](https://moonwell.fi/vaults). The process is simple and intuitive:

1. Navigate to the [**Moonwell app**](https://moonwell.fi/vaults) and connect your [**wallet**](/moonwell/moonwell-overview/getting-started/wallet-connection.md)
2. Select "[**Vaults**](https://moonwell.fi/vaults)" from the top navigation bar

<figure><img src="/files/RLOqTHFc11nxqi8McvjX" alt=""><figcaption><p>Vaults</p></figcaption></figure>

3. Choose the vault corresponding to the asset you wish to deposit

<figure><img src="/files/MzwBeH4l5mxCwQa0CyiE" alt=""><figcaption><p>Moonwell MetaMorpho Vaults</p></figcaption></figure>

4. Enter the amount you want to deposit using the "**Supply**" modal and confirm the transaction

<figure><img src="/files/K5fMMWlQ0Ic9rEddf3He" alt=""><figcaption><p>Review the transaction details before confirming the transaction</p></figcaption></figure>

5. After completing your deposit transaction, the vault will automatically allocate your assets across Morpho markets based on the predefined, optimized strategies set by the vault curator. You can view your total deposited balance in two places:
   * The vault page, located below the Supply modal
   * The Moonwell "[**Portfolio**](https://moonwell.fi/portfolio)" page

<figure><img src="/files/v3x5BuTslmgu6TLtLNUw" alt=""><figcaption><p>The total supplied balance is shown within the chosen vault</p></figcaption></figure>

<figure><img src="/files/kzW4dTJJJndTPqry6ZZh" alt=""><figcaption><p>The total balance of supplied vault assets can be found on your Portfolio page</p></figcaption></figure>

## Withdraw

1. To withdraw, simply use the "**Withdraw**" modal (the tab next to where you originally supplied) and specify the amount you wish to remove from the vault. Confirm the transaction in your wallet and wait for it to complete. Once successful, the specified amount will have been withdrawn from the given vault.

{% hint style="info" %}
Before making a withdrawal, confirm that there is enough available liquidity. Withdrawals are only possible if sufficient liquidity exists; otherwise, the transaction will fail. If liquidity is too low, wait until more becomes available. Liquidity may increase when depositors add more assets to the vault or borrowers in Morpho markets repay their loans.
{% endhint %}

<figure><img src="/files/IPB8zjylOyNxI6QG2pd5" alt=""><figcaption><p>Review the transaction details before confirming the transaction</p></figcaption></figure>


---

# 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.moonwell.fi/moonwell/moonwell-overview/vaults/interacting-with-morpho-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.
