# How to Withdraw

Withdrawing from the **Hedos Vault** is straightforward and mirrors the deposit process:

{% stepper %}
{% step %}
**Connect Your Wallet**

Link your Aptos-compatible wallet to the Hedos app.

<figure><img src="/files/uoQYLvBWuWOjC9ZWd8U1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select Withdraw**

Click **Withdraw** and choose the Vault where you have deposited funds.

<figure><img src="/files/ZXXk4u5Fex2yOkzZSBEl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Enter Amount**

Specify the amount you wish to withdraw.
{% endstep %}

{% step %}
**Confirm Transaction**

Sign the transaction directly in your wallet.

<figure><img src="/files/zYH97Jt2voEn4174SzCd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Receive Funds**

Within a short time (usually under 10 seconds), your stablecoins will be transferred back to your wallet.
{% endstep %}
{% endstepper %}


---

# 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://docs.hedos.finance/user-guides/how-to-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.
