# How to withdraw reserves

## **Step 1 – Access Your Vault**

1. Go to QWERTY App and [connect your Metamask wallet](/guides/how-to-mint-tabs.md#step-1-connect-your-wallet).
2. Click "Your Vault" on the navigation bar at the top of the website.

<figure><img src="/files/Vqw92uTHruqa8rgFNSWx" alt="" width="563"><figcaption></figcaption></figure>

3. Select the vault you want to withdraw reserves from.

<figure><img src="/files/Je6aooW6cPvCLJymzpTR" alt="" width="563"><figcaption></figcaption></figure>

## **Step 2 – Withdraw Reserves**

1. Inside your vault, click "Withdraw Reserves."

<figure><img src="/files/ggLOxfkGphQHJU4hbooB" alt="" width="563"><figcaption></figcaption></figure>

2. Enter the amount of reserves you wish to withdraw.
3. The simulator will show the updated reserve ratio based on your withdrawal. Make sure to keep a buffer above the [Minimum Reserve Ratio (MRR)](/how-it-works/managing-vaults.md#minimum-reserve-ratio-mrr) to avoid risk penalties.
4. The simulator will also display the updated liquidation price of your vault based on the withdrawal amount. Consider this carefully.
5. Once satisfied with your configuration, click "Withdraw Reserves."

<figure><img src="/files/YDNAcGMVU0LYrratRmVi" alt="" width="563"><figcaption></figcaption></figure>

## **Step 3 – Complete**

1. Congratulations! You have successfully withdrawn reserves from your vault.

<figure><img src="/files/YAd1GcsGLh1xc6ZEPxtW" alt="" width="563"><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://docs.shiftctrl.money/guides/how-to-withdraw-reserves.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.
