> For the complete documentation index, see [llms.txt](https://docs.alphador.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphador.ai/free-features/dex-trading-bot/deposits-and-withdrawals.md).

# Deposits and Withdrawals

### Deposits

In order to trade you need to have some funds on your wallet. You can deposit your trading wallet by simply sending funds to it. After the transaction is completed, refresh the website to see your new balance.&#x20;

If you want to trade in Ethereum chain - send ETH to your trading wallet (from any wallet or exchange, using Ethereum or ERC20 chain)

If you want to trade in BSC chain - send BNB to your trading wallet (from any wallet or exchange, using Binance Smart Chain or BEP20 chain)

<figure><img src="https://lh3.googleusercontent.com/PlXfLbZo-xoG1kbSurlj8MJ5_D-g4Plj1cJst93CgAKZDd2SnIph-szjbfS5937RaVoYjeYYuZX_m9RhoSvFff9FF83W_HAvl0fTwu3DSc-63hMxQYm5oxi1rkIEGq4j8wQYnIiX0ed0DHmj7qoaezg" alt=""><figcaption><p>Trading Wallet Balance</p></figcaption></figure>

### Withdrawals

For withdrawals, simply click on this button and choose if you want to send BNB or ETH out of your sniper wallet and choose the destination wallet and the amount desired to withdraw.

Also, since you keep your private key and seed phrase - you can simply import it in Metamask or any other wallet and manage your funds as you need.

<figure><img src="https://lh6.googleusercontent.com/xl6tmztN3v9l7OKL-2z93o7C72RErYUx5TLRL9Kt8HUeLJxvxQ8tk16N7MiiJhwRah04iaaOKSz43Rr3v-GA4DzHDuucwBOGPSgfBJk88nLEMqUt37BympoppiFuj0cil45rV8aoDbFQad40FlqxUds" alt=""><figcaption><p>Withdraw funds from the Trading Wallet</p></figcaption></figure>

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.alphador.ai/free-features/dex-trading-bot/deposits-and-withdrawals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
