# Transfer Crypto / Tokens

BitBullBot enables you to effortlessly send cryptocurrencies and tokens.

### Send Coins (ETH, BNB)

1. Navigate to '**`/wallets`**' -> '**`Select Chain`**' (e.g. ⚙️ ETH) -> '**`Select Wallet`**' (eg. ⚙️MyWallet)&#x20;

Click on '**`📤 Send ETH`**' and ensure that the selected blockchain and the wallet you intend to send from are accurate.

2. The bot will prompt you to reply with the receiving address. Enter the receiving address.
3. Following that, the bot will prompt you to choose the amount of coins you intend to send to the address you've provided. Enter the amount you want to send.

That's it! The transaction will be sent out and you'll receive a transaction hash for the transfer:

### Send Tokens

1. Navigate to "**`/wallets`** -> '**`Select Chain`**' (eg. ⚙️ ETH) -> '**`Select Wallet`**' (eg. ⚙️MyWallet)&#x20;
2. Click on '**`📤 Send Tokens`**' and ensure that the selected blockchain and the wallet you intend to send from are accurate.
3. The bot will prompt you to reply with the **Contract Address** of the token you intend to send. **Reply with the CA** of the token.
4. After selecting the token, the bot will prompt you to reply with the receiving address. Enter the receiving address.
5. Following that, the bot will display the balances of the token in question and prompt you to choose the amount of tokens you intend to send to the address you've provided. Enter the amount you want to send.

Done. The transaction will be sent out you will receive a transaction hash for the transfer:


---

# 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://bitbull-bot.gitbook.io/bitbull-bot/bitbull-telegram-bot/bitbull-wallet/transfer-crypto-tokens.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.
