> For the complete documentation index, see [llms.txt](https://docs.yo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yo.xyz/user-guides/how-to-deposit-into-yo.md).

# How to Deposit into YO

🔹 How to Deposit:

1\. Connect your wallet

Launch the dApp and click on the top right to Connect your Wallet. YO supports all popular wallets already.

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

2\. Tap “Deposit”

From the main screen, tap the *Deposit* button.

<figure><img src="/files/4NWQGTsOdSYN80YcMnSI" alt=""><figcaption></figcaption></figure>

3\. Select Asset

Choose the token/asset you want to deposit, either WETH or native ETH.&#x20;

Note: make sure you are on Base chain

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

4\. Approve and Deposit&#x20;

Click on "Approve" to begin the Deposit transaction. You first have to sign a transaction to give the YO protocol an allowance to spend your WETH. You will not be asked for an approval if you deposit native ETH. Once the approval transaction is complete, your wallet will open again with the deposit transaction. Sign the transaction to deposit into the Vault.&#x20;

6\. Done!&#x20;

Within a few seconds, your deposit will reflect in your balance and you can follow your transaction history in-app at the bottom of the page.

<figure><img src="/files/UgzJpbsfjcsX2GWJPNay" 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://docs.yo.xyz/user-guides/how-to-deposit-into-yo.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.
