# Add ETH

{% embed url="<https://www.youtube.com/watch?v=BorTjGX7LLw>" %}

Every token that you trade on Starbot uses Ethereum (“ETH”) as the primary trading currency. That's why you will need to send some ETH to this wallet to get started with Starbot. The easiest way to do so is from a centralized exchange (CEX).

If you haven't got an exchange account yet, you can open one at [Binance](https://binance.com/), [Coinbase](https://www.coinbase.com/), [Kraken](https://www.kraken.com/), [Bybit](https://www.bybit.com/) and many others, depending on your location. Once you've opened a trading account and deposited funds, buy some ETH (Ethereum) on the exchange. You should be able to do this on your exchange's Trade or Convert page.

After buying ETH, go to the Withdraw (or Transfer) page of your exchange account and select your ETH (Ethereum).

<figure><img src="/files/XntvOHt0lJj8E9G7ODiF" alt=""><figcaption><p>Your exchange's Withdraw or Transfer page may look like this</p></figcaption></figure>

Make sure to select Ethereum as the destination blockchain. Now you'll need to paste your Starbot wallet address!

{% hint style="info" %}
You can find your wallet address in your Starbot Telegram chat under *Manage Wallets*.
{% endhint %}

<figure><img src="/files/mrlvJNJRjuM2EpKcJrm3" alt=""><figcaption><p>Click your wallet address to copy it to your clipboard</p></figcaption></figure>

Copy the wallet address, open up the exchange again, and paste your Starbot wallet address. Double check if this is the correct address. Now follow the required steps to confirm your withdrawal, and the exchange will send you a confirmation.

**That's it!** Your ETH is now on its way to your Starbot wallet. After some time, you can check your [Portfolio](/walkthrough/portfolio.md)to see when your ETH has been successfully deposited.

Now, let's find out how to [Send ETH](/walkthrough/send-eth.md).


---

# 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.starbot.pro/walkthrough/add-eth.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.
