# Withdraw

To withdraw from a vault, users will need to:

* Have tokens or shares of that vault
* Gas money

1. Click on Redeem

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

1. Input the amount, that you would like to withdraw. Note: The amount is not in stablecoin but in shares.
2. Click on the withdraw button.

If there is no withdraw button, increase the withdrawal amount. Too little withdrawal amount may work properly.


---

# 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.xwin.finance/user-guide/withdraw.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.
