# Transfer ETH & Tokens

Transferring ETH & tokens is only available through the Telegram Bot. This functionality will be added to Abot.dog X at a later time.

### How to access

* `/menu` in the Telegram bot.
* Click `⚙️ Settings`.
* Click `Transfer Eth` or `Transfer Token` as desired.&#x20;

### Interface

{% tabs %}
{% tab title="Transfer ETH" %}

* **From Wallet** - Choose which Abot.dog wallet you want to send ETH from.
* **To Wallet** - Choose which Abot.dog wallet you want to send ETH to, or enter a custom address.
* **Transfer Amount** - Choose from preset ETH amounts to send, enter a custom amount, or choose to send all the **From Wallet**'s ETH.
* **Send Transfer** - After clicking, your transfer will immediately be executed.
  {% endtab %}

{% tab title="Untitled" %}

* **From Wallet** - Choose which Abot.dog wallet you want to send tokens from.
* **To Wallet** - Choose which Abot.dog wallet you want to send tokens to, or enter a custom address.
* **Transfer Percent** - Choose from preset % amounts of the token to send.
* **Select Token** - The tokens held by each of your wallets is presented in a numbered list. Enter the list number of the token you want to sell. In the example above, entering "1" would transfer the AAVE tokens being held on wallet 1. After entering, your transfer will immediately be executed.
  {% endtab %}
  {% endtabs %}


---

# 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.abot.dog/greater-than-product-guides/transfer-eth-and-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.
