# How to Withdraw Liquidity

You are free to withdraw liquidity you have previously provided to the protocol at any given time. Here is a quick guide on how to do it:

1. Go to the “Liquidity” page in the app

<figure><picture><source srcset="/files/QFy70b5lEJXmXXwwIAGL" media="(prefers-color-scheme: dark)"><img src="/files/sXDY9nXK5kDDkNZrYv0Q" alt=""></picture><figcaption></figcaption></figure>

2. Wait for your pools information to load. If you have just provided liquidity, it may take up to a minute for information to update, if it does not, try refreshing the page and checking if the correct wallet is connected to VirtuSwap
3. Choose the relevant pool, and click on “Withdraw”

<figure><picture><source srcset="/files/hhIJaTIXbXmS8K6WDigW" media="(prefers-color-scheme: dark)"><img src="/files/MLgWTJtvoCzVh8PcSy97" alt=""></picture><figcaption></figcaption></figure>

3. Choose the amount of liquidity you wish to withdraw and see the specifications of the tokens you will receive. Click "Increase allowance" and follow the steps on your wallet provider, then click on the "Withdraw" button to receive your tokens.

<figure><picture><source srcset="/files/n2FqVK93hXtthEMGxJcC" media="(prefers-color-scheme: dark)"><img src="/files/1MpnXjAMY89oNs2xv5BJ" alt=""></picture><figcaption></figcaption></figure>

That’s it! You have now received the tokens alongside all the fees you have earned during the time you have provided liquidity.

It is important to note that if a pool holds reserve assets at the time of withdrawal, you will also get your proportional share of the reserve assets.


---

# 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.virtuswap.io/virtuswap-documentation/welcome-to-virtuswap/getting-started-with-virtuswap/how-to-withdraw-liquidity.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.
