# Trading Bot

The official [Insiders.bot](http://Insiders.bot) Trading Bot allows you to manage your entire portfolio and execute copy trades directly from [Telegram](https://t.me/insidersdotbot).

***

### Getting Started

1. Open Telegram and search for `@insidersdotbot`, or click [this link](https://t.me/insidersdotbot).
2. Type `/start` to initialize the bot and access the main menu.
3. Type `/wallet` to view your auto-generated custodial wallet address (Privy-powered).
4. Deposit **USDC** and **POL** to your wallet address on the **Polygon network**.
5. Type `/approve` to authorize on-chain token spending (required before your first trade).
6. You are now ready to trade. Use `/copytrade` to set up your first copy trade.

{% hint style="info" %}
We recommend depositing at least **$10 in USDC** for trading capital and **$5 worth of POL for gas fees**. Both **USDC** and **USDC.e** are accepted and automatically interchangeable (swapped via Uniswap if needed).
{% endhint %}

***

### Full Command Reference

<table><thead><tr><th width="154.578125">Command</th><th width="146.453125">Category</th><th>Description</th></tr></thead><tbody><tr><td>/start</td><td>General</td><td>Open the main terminal menu and view all available options.</td></tr><tr><td>/wallet</td><td>Wallet</td><td>View your wallet address, current balances (USDC, USDC.e, POL), and deposit instructions.</td></tr><tr><td>/transfer</td><td>Wallet</td><td>Withdraw funds (USDC, USDC.e, or POL) to any external Polygon address.</td></tr><tr><td>/approve</td><td>Wallet</td><td>Approve on-chain token spending. Required before your first trade.</td></tr><tr><td>/reapprove</td><td>Wallet</td><td>Re-run the approval process if the initial approval failed or expired.</td></tr><tr><td>/copytrade</td><td>Copy Trading</td><td>Start the setup process to mirror a new target wallet. Walks you through mode selection and parameter configuration.</td></tr><tr><td>/mycopytrades</td><td>Copy Trading</td><td>View all your active copy-trade configurations, target wallet performance, and edit settings.</td></tr><tr><td>/copyhistory</td><td>Copy Trading</td><td>Review the full performance history of your past and current copy trades.</td></tr><tr><td>/stopcopy</td><td>Copy Trading</td><td>Pause or permanently stop copy trading for a specific target wallet.</td></tr><tr><td>/sell</td><td>Trading</td><td>Manually sell/exit a position. Use this when Auto-Mirror Sell is disabled.</td></tr></tbody></table>

***

### Wallet Management

Your Telegram bot wallet is the same **Privy-powered custodial wallet** linked to your [Insiders.bot](http://Insiders.bot) account. Key points:

* Use `/wallet` to check your current balance at any time.
* Use `/transfer` to withdraw funds to any external Polygon address. Enter the destination address and amount when prompted.
* Your wallet supports USDC, USDC.e, and POL. Both USDC variants are fully interchangeable on the platform.
* There are no private keys to manage or export. Security is handled by Privy's infrastructure.
* We strongly recommend enabling **2FA on your Telegram account** for an additional layer of protection.


---

# 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/telegram-bot/trading-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.
