# Withdraw Funds

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

<figure><img src="/files/3343gi4k2LNUfC08sH6d" alt=""><figcaption></figcaption></figure>

### Withdraw Funds to Wallet

{% stepper %}
{% step %}

### Select Wallets to Withdraw From

* Select wallets via checkboxes
  {% endstep %}

{% step %}

### Click on Withdraw

* Click on 'Withdraw' to take you to the withdrawal page
  {% endstep %}

{% step %}

### Enter the Destination Wallet Address

* Enter the wallet address where you want to send the funds
  {% endstep %}

{% step %}

### Select Withdrawal Method

* Uniform Percentage: Whatever percentage you enter will be deducted from each selected wallet and sent to the destination wallet
* Uniform Amount: Whatever amount you enter will be deducted exactly from each selected wallet and sent to the destination wallet
* Specific Percentage: Enter percentage per wallet, the percentage specified for each wallet will be sent to the destination wallet
* Specific Amount: Enter exact amount per wallet, the amount specified for each wallet will be sent to the destination wallet
  {% endstep %}

{% step %}

### Click Withdraw

* This will start the withdrawal process
* Check the console to observe the status of the withdrawal transactions
  {% endstep %}
  {% endstepper %}


---

# 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://froglabsio.gitbook.io/terminal/the-details/editor/withdraw-funds.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.
