# Telegram Bot

### Setting Up Copy Trading (Telegram Bot)

You can also configure copy trading entirely through the Telegram bot @insidersdotbot.

1. Open the bot and type `/copytrade`.
2. Enter the target wallet's Polymarket handle or wallet address.
3. Select your mode: **By Percentage** or **Fixed Amount**.
4. For Percentage mode, enter your settings in the format: `percentage,max,min` (e.g., `50,100,10` means 50% of their trades, max $100, min $10 per trade).
5. For Fixed Amount mode, enter your dollar amount (minimum $1).
6. Toggle **Auto-Mirror Sell** ON or OFF.
7. Confirm to activate.

***

### Managing via Telegram:

| Command       | Function                                                                          |
| ------------- | --------------------------------------------------------------------------------- |
| /copytrade    | Start a new copy trade setup                                                      |
| /mycopytrades | View and edit your active copy-trade configurations and target wallet performance |
| /copyhistory  | Review the performance history of your past copy trades                           |
| /stopcopy     | Pause or terminate copy trading for a specific wallet                             |
| /sell         | Manually exit a position (use when Auto-Mirror Sell is OFF)                       |


---

# 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://insidersbot.gitbook.io/insiders.bot/copy-trading/telegram-bot.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.
