> For the complete documentation index, see [llms.txt](https://orbitrum.gitbook.io/orbitrum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbitrum.gitbook.io/orbitrum/orbtrader/deposit-and-withdraws.md).

# Deposit and Withdraws

An OrbBot is basically a wallet running with some special features for automation and trade execution. Each bot has its own public address for deposits and its own private key which will be shown to you during Bot creation. Please make sure to store that private key in a secure place and never share it with anyone!

### Deposit

Before you can execute any trades you need to deposit the native token of the selected blockchain into your bot wallet.&#x20;

Therefore you go to the deposit tab in your bot details.&#x20;

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

You will see the Bots public address there. Please always only send the native token to that wallet. So for Ethereum or Arbitrum it is ETH and for the Binance Smart Chain its BNB. After sending the token it will be available in your Bots wallet when the transaction is confirmed.&#x20;

In the field below please paste the transaction hash, you can get that from any block explorer or in your Metamask wallet when you click on transaction details.&#x20;

Below that field you can see your latest transactions.&#x20;

### Withdraw

You can withdraw your profits anytime. Therefore go to the Withdraw tab in your bot details, enter your wallet and the amount and press withdraw.&#x20;

You can always only withdraw the native token (ETH, BNB, MATIC, ... ) for now.&#x20;

<figure><img src="/files/3v6jB2M0gXP9xuRICuWx" alt=""><figcaption><p>Withdraw</p></figcaption></figure>


---

# 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:

```
GET https://orbitrum.gitbook.io/orbitrum/orbtrader/deposit-and-withdraws.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.
