> 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-withdraw-from-yo.md).

# How to Withdraw from 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.

2\. Tap “Withdraw”

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

![](/files/5wPDiXWdz5AJJCIa6g2N)

3\. Enter an amount

Use the quick action buttons to withdraw 10, 25, 50, 75 or 100% of your assets. You can also enter an amount of yoTokens manually.&#x20;

Note that the exchange rate of yoTokens <> Asset is not 1:1 so beware of that when entering an amount manually.

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

4\. Confirm your Withdrawal

Your wallet will open and ask you to sign the withdrawal transaction. If the amount of assets is less than 5% of the vault TVL, your withdrawal will be executed instantly and your funds will be in your wallet as soon as the transaction is confirmed onchain.&#x20;

If you are withdrawing a large amount, the withdrawal may take up to 24 hours to finalize. In those cases, the Vault has to divest from existing positions to fill your order. You will receive your assets automatically when the Vault fills your order

5\. Done!&#x20;

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


---

# 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-withdraw-from-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.
