# Withdraw

Here we will show you how to withdraw your position from the vault.

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

* Navigate to the vault page and find "Withdraw". Review current position (deposited, average APY). Your position should be displayed if connected.'
* Initiate withdrawal. No separate approval needed if you've interacted before, shares are already in the contract.
* Input the amount of USDC you want to withdraw. "Max" withdraws your full position.

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

* Click "Withdraw".
* Sign and pay gas.

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

* Verify your withdrawal. Refresh the page and your position should update to 0.
* Check wallet, USDC should appear in your balance. Yields auto-harvest on withdrawal.

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


---

# 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/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.
