# Withdraw Liquidity

### About

Users can withdraw previously deposited liquidity from Marginly pools&#x20;

### Step-by-step guide

1. Select your lending position on the main screen of the app
2. Click “Withdraw”

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

3. Input amount (1) and click “Withdraw” (2)

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

4. Sign transaction in wallet
5. Receive confirmation

<figure><img src="/files/dCZprCJ97UyU6sSAmYPV" 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://docs.marginly.com/app/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.
