# Deposit

Depositing into one of Brinks Vaults is very easy and efficient. In this example we will show you how to deposit USDC in the vault.

{% embed url="<https://drive.google.com/file/d/1ymXqDyeUHSWBhQvtIUAfJC3hYsJ5-bdF/view?usp=sharing>" %}

\
**Navigate to the Vault Page:** Launch the app and you will see selection of vaults, choose which one fits you most. Inside you will see vault details like Total Value Locked (TVL), current APY (yield rate, which fluctuates), supported chains, and a deposit interface. Review the APY and risks displayed.

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

* **Connect Your Wallet**
  * Look for a "Connect Wallet" button.
  * Click it and select your wallet from the list.
  * Your wallet address should now appear on the site, and your USDC balance will load.

* **Approve USDC Spending**
  * For first-time deposits, the vault contract needs permission to access your USDC.
  * Click the "Approve USDC" button in the deposit section.
  * In your wallet popup, review the transaction (it allows the Brink contract to spend up to a certain amount of USDC).

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

* **Enter Deposit Amount and Review**
  * In the deposit input field, enter the USDC amount you want to deposit. Use "Max" to deposit your full balance.
  * The UI should show estimated yield.
  * Ensure the amount doesn't exceed your balance.

* **Confirm the Deposit Transaction**
  * Click "Deposit".
  * Your wallet will pop up with transaction details: review the contract interaction.
  * Confirm the transaction and pay the gas fee.

<figure><img src="/files/1GWcpxWANf9bSheUng1i" alt=""><figcaption></figcaption></figure>

**Verify Your Deposit**

* Once confirmed, refresh the page. Your deposited amount should appear in your vault position.
* Monitor yields and rebalancing via the dashboard.

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

You are all set. Congratulations, you have deposited funds in the vault.


---

# 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://doc.brink.money/user-guide/deposit.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.
