# Guide: Trading on EVM-Based Chains via Telegram

This guide will walk you through the process of trading on EVM-based chains (such as Ethereum, Fraxtal, BSC, Sei, Base, and Arbitrum) using the gbotEVM Telegram bot.

### Step-by-Step Instructions

#### 1. Start the Bot

Begin by starting the gbotevm Telegram bot. You can find the bot at the following link: [t.me/GemachEVM\_Bot](https://t.me/GemachEVM_Bot). Once you start the bot, you'll receive a message that includes your address for all EVM chains, the balance on the currently selected chain, and a menu with various options for further actions.

#### 2. Understanding the Menu

The bot menu will display several options. Here's an example of what you might see:

```
💳 Current wallet: [address]
🏦 Balance: 0 ETH
🛠 Blockchain: Arbitrum
✍️ Enter token address for trade.
Menu options:
- Switch Language to Chinese
- Your Positions
- Your Wallets
- Referrals
- Show Limit Orders
- Your Sniper List
- Transfer ETH
- Transfer Token
- Slippage, Chain
- Refresh
- Close
```

#### 3. Menu Options Explained

**Your Positions**

* **Description**: Displays your balance on the selected chain.

**Your Wallets**

* **Description**: Shows your currently available wallets.
* **Actions**: You can import or generate new wallets (up to 10). Additionally, you can transfer all ETH to a single address.

**Referrals**

* **Description**: Provides a referral link, such as `https://t.me/GemachEVM_Bot?start=[refid]`.
* **Benefit**: Earn a percentage of the fees paid by users who join via your referral link.
* **Note**: You must manually claim referral rewards before they expire.

**Show Limit Orders**

* **Description**: Displays any limit orders you have set.

**Your Sniper List**

* **Description**: Displays your sniper list for automated trades.

**Transfer ETH**

* **Description**: Allows you to transfer ETH to another address.

**Transfer Token**

* **Description**: Allows you to transfer tokens to another address.

**Slippage, Chain**

* **Description**: Set slippage and choose the blockchain for transactions.

**Refresh**

* **Description**: Refreshes the bot information and balances.

**Close**

* **Description**: Closes the menu.

#### 4. Entering a Token Address

From the regular menu, you can paste a token address. This action will allow you to set a buy or snipe order for the specified token.

#### Tips for Using the Bot

* Always check the balance and the selected chain before performing any transactions.
* Keep your referral link handy to maximize your earnings from referral rewards.
* Regularly refresh the bot to ensure all information is up to date.


---

# 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.gemach.io/gemach-dao/products/gbot/guides/guide-trading-on-evm-based-chains-via-telegram.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.
