> For the complete documentation index, see [llms.txt](https://gameland-1.gitbook.io/galeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gameland-1.gitbook.io/galeon/telegram-bot-command-reference.md).

# Telegram Bot Command Reference

### 📱 Account

| Command      | Description                                                   |
| ------------ | ------------------------------------------------------------- |
| `/start`     | Link/bind your account                                        |
| `/bind`      | Bind existing Web account with code                           |
| `/bindweb`   | Generate bind code for Web                                    |
| `/bindkey`   | Bind Binance API Key (Spot + Futures)                         |
| `/unbindkey` | Unbind Binance API Key                                        |
| `/balance`   | View platform wallet balance (on-chain)                       |
| `/wallet`    | Deposit address (BSC/Solana)                                  |
| `/feewallet` | Binance account balance (Spot + Futures) & platform fee stats |

### 📊 Signals

| Command    | Description               |
| ---------- | ------------------------- |
| `/signals` | Latest Alpha signals      |
| `/meme`    | Latest Meme Radar signals |

### 📋 Strategy

| Command        | Description         |
| -------------- | ------------------- |
| `/strategies`  | My strategy list    |
| `/newstrategy` | Create new strategy |

### 💰 Copy Trading (PT)

| Command       | Description                                                                                         |
| ------------- | --------------------------------------------------------------------------------------------------- |
| `/follow`     | Start PT copy trading — choose capital mode (Fixed $5-$1000 / Auto 5%) and optional circuit breaker |
| `/unfollow`   | Stop PT copy trading (existing positions close when PT exits)                                       |
| `/copystatus` | View copy trade status: active positions, closed trades, win rate, net PnL, today PnL               |

### ⚙️ Control

| Command             | Description                               |
| ------------------- | ----------------------------------------- |
| `/autotrade on/off` | Toggle auto trade                         |
| `/notify on/off`    | Toggle push notifications                 |
| `/settings`         | Trade settings (amount, positions, SL/TP) |
| `/fees`             | Fee transaction records                   |
| `/status`           | My trading stats                          |
| `/lang`             | Switch language (中文/English)              |
| `/unbind`           | Unlink account                            |
| `/help`             | Help & command list                       |

***

#### Copy Trading Flow

```
/bindkey → /feewallet (check balance) → /follow → Select mode → Confirm
                                                     ↓
                                              FIXED: $5/$10/$20/$50/$100/$200/$500/$1000
                                              AUTO: 5% of Binance Futures USDT balance
                                                     ↓
                                          Optional: Daily loss circuit breaker (-5%/-10%/-20%)
                                                     ↓
                                              PT opens → Binance Futures auto-execute
                                              PT exits → Binance Futures auto-close
                                                     ↓
                                              /copystatus to monitor
```


---

# 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, and the optional `goal` query parameter:

```
GET https://gameland-1.gitbook.io/galeon/telegram-bot-command-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
