> For the complete documentation index, see [llms.txt](https://about.umami.finance/umami-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.umami.finance/umami-finance/tutorials/how-to-deposit-into-gm-vaults.md).

# How To Deposit Into GM Vaults

## <mark style="color:purple;">Step 1.</mark> Connect your wallet

You'll need to connect your crypto wallet to start using the Vaults.

-> Head over to <https://umami.finance/vaults> and click on **`Connect Wallet`** in the top right of the screen.

-> Select your wallet.

-> Approve the connection.

Connection complete!

## <mark style="color:purple;">Step 2.</mark> Select the asset you wish to deposit&#x20;

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

Let's deposit $USDC into a GM USDC Vault.

-> Click on **`GM USDC Vault`** card on the list.&#x20;

-> Choose which market you wish to provide liquidity in (ETH backed markets are providing liquidity in 4 different GM pools: XRP, DOGE, LTC, and ETH, while the BTC backed market is providing liquidity in the BTC GM pool).

## <mark style="color:purple;">Step 3.</mark> Deposit your assets

-> **`Approve`** the tokens.&#x20;

-> **`Preview`** your deposit.&#x20;

-> Click on **`Deposit.`**

That's it. You've succesfully deposited into a GM USDC Vault.&#x20;

## (Optional) <mark style="color:purple;">Step 4.</mark> Stake your deposit to earn emissions

If there are $ARB or any other emissions available, a **Stake All** button will appear above your balance, and you'll have to stake your deposit to earn those.

-> Click on **`Stake All`** button.

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

-> **`Approve`** the tokens.&#x20;

->  Click on **`Stake`**&#x74;o start earning emissions.&#x20;

->  As soon as you earn some rewards, you can claim them by clicking on **`Claim rewards`**&#x20;

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


---

# 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://about.umami.finance/umami-finance/tutorials/how-to-deposit-into-gm-vaults.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.
