# Deposit and Withdraw

<figure><img src="/files/8zG14qMAgcOON2hQYkHD" alt=""><figcaption></figcaption></figure>

## Deposit and Withdraw

How to deposit and withdraw funds from TrenchBot.

TrenchBot wallets behave like almost every other wallet available, with the only difference being the interface is based in Discord.

***

## Deposit Funds

From the start or home screen, TrenchBot will present you with the wallet addresses assigned to you for each chain.&#x20;

You are able to copy the required address and transfer funds to the wallet from an external source to fund your TrenchBot account.

## Deposit Video Tutorial

{% embed url="<https://youtu.be/PTqveYk1jFE>" %}
Funding your wallets
{% endembed %}

***

## Withdraw Funds

You can access the Withdraw menu by using the /home command and selecting withdraw or by using the /withdraw command directly.

From here you will be prompted to select which chain you wish to withdraw from, followed by a list of the tokens available within the specified network.

After selecting the token, you can then select how much of the token you wish to withdraw, e.g. 100% or a custom amount.

Finally, TrenchBot will request a withdrawal address to which you would like to withdraw the tokens to, once entered you can complete the withdrawal.

## Withdraw Video Tutorial

{% embed url="<https://youtu.be/Nfo1pdTu3fE>" %}
Withdrawing tokens
{% endembed %}


---

# 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.trenchbot.io/user-guide/deposit-and-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.
