# Withdrawing Funds

#### To Withdraw

{% stepper %}
{% step %}
Open the **Wallet tab**
{% endstep %}

{% step %}
Tap **“Send”**
{% endstep %}

{% step %}
Choose the token you want to transfer
{% endstep %}

{% step %}
Enter the destination address and confirm
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Always leave a small amount of native tokens to cover gas fees when withdrawing.
{% endhint %}

You can send funds to any compatible address - including other <mark style="color:green;">**LAB Terminal**</mark> wallets.


---

# 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.lab.pro/wallet/openapi.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.
