# Withdraw

The Withdraw feature enables removing tokens from liquidity pools on WEMIX.Fi. This guide walks through the complete process of withdrawing a liquidity position.

{% hint style="info" %}

#### Prerequsites

Required items for Withdraw:

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* Active liquidity position in a pool
* Native WEMIX to pay network transaction fees
  {% endhint %}

***

{% stepper %}
{% step %}

## Selecting a Position

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

* Connect a wallet to WEMIX.Fi and navigate to the Pool page.

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

* Access 'My Pools' to view active liquidity positions. Select the position to withdraw.
  {% endstep %}

{% step %}

## Enter Withdrawal Amount

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

* Input the amount to withdraw from the selected position.

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

{% hint style="info" %}

#### Withdrawal Options

* Withdraw all: Toggle to withdraw the entire position
* Include rewards: Select to include accumulated rewards in the withdrawal
  {% endhint %}
  {% endstep %}

{% step %}

## Confirm Total Withdrawal Value

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

* Review the total withdrawal value before proceeding. The interface displays:
  * Withdrawal amount (includes rewards if 'Include rewards' is selected)
  * Total value in USD equivalent
    {% endstep %}

{% step %}

## Executing the Transaction

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

* Review all withdrawal details and confirm.

<figure><img src="/files/2H0ISwAk2sfX0Hr6OKZ5" alt=""><figcaption></figcaption></figure>

* The wallet requests approval to process the withdrawal. After approval, the transaction processes on the blockchain.

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

* A confirmation notification appears upon successful withdrawal.
  {% endstep %}
  {% endstepper %}

## Transaction History

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

* Completed withdrawals appear in the Dashboard's Transaction History.


---

# 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.wemix.fi/guides/pool/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.
