# Overview

#### What is Click Spot Trading Bot <a href="#id-424cf985-c90c-40d4-9dbe-d01b4922246a" id="id-424cf985-c90c-40d4-9dbe-d01b4922246a"></a>

The Click Telegram bot is a lightweight trading interface built for speed and reliability. It connects directly to Click's infrastructure, letting you execute trades, monitor positions, and manage your wallet — all without leaving Telegram.

Your Telegram bot wallet is shared across the Click Chrome Extension and web terminal, so your balances, positions, and trade history are accessible from any platform.

#### Button Navigation <a href="#id-705c91b1-a01c-44d0-a712-cf34ea8e80c2" id="id-705c91b1-a01c-44d0-a712-cf34ea8e80c2"></a>

When you open the bot, the home screen gives you quick access to all core features:

| Button          | What it does                                                                                |
| --------------- | ------------------------------------------------------------------------------------------- |
| **Positions**   | View your open positions: entry price, current PnL, and size                                |
| **Wallet**      | Manage your Solana wallet: view balances, withdraw funds, copy your deposit address         |
| **Copytrading** | Automatically mirror trades from selected wallets                                           |
| **Rewards**     | Track cashback and referral earnings, claim rewards in SOL, generate referral links         |
| **Alerts**      | Set price alerts delivered directly in Telegram                                             |
| **Settings**    | Customize slippage, fees, MEV protection, language, preset buy/sell amounts, and UI buttons |
| **Squads**      | Coming soon: group trading features (currently locked)                                      |

**Order types** are available inside the trading screen when you buy or sell a token:

| Order type | Description                                                            |
| ---------- | ---------------------------------------------------------------------- |
| **Market** | Buy or sell instantly at the current price                             |
| **Limit**  | Set a target price. Order executes when the price is reached           |
| **DCA**    | Automate recurring buys or sells over time to average your entry price |

***

#### Key Features <a href="#id-94275163-6b55-4cd0-9e6a-18822d2358a2" id="id-94275163-6b55-4cd0-9e6a-18822d2358a2"></a>

**Trade Execution**

* Pre-set order sizes for faster execution (configurable in Settings)
* Optimized routing to minimize slippage
* Simple commands to buy and sell tokens instantly: `/buy <amount> <token_CA>`
* Market, Limit, and DCA orders to fit every trading style
* 1% swap fee on all trades

**Copytrading**

* Follow any Solana wallet and automatically copy its trades
* Filter tokens by market cap, liquidity, and safety checks to avoid risky trades
* Manage and stop copy strategies anytime via the Copy trading button

**Alerts**

* Set price alerts for any token: get notified in Telegram when a target price is hit
* Act directly from the alert notification: buy or sell with one tap

**Rewards**

* Earn cashback from your own trading volume
* Earn referral commissions when friends you invited trade
* Claim accumulated rewards in SOL directly from the bot

**Wallet Management**

* View SOL balance and portfolio value
* Deposit SOL to your Solana wallet address (see [Fund Your Wallet](https://docs.click.trade/getting-started/fund-your-wallet))
* Withdraw funds with 2FA security
* Copy wallet address for deposits

**Settings**

* **Buy/Sell presets:** customize quick-buy and quick-sell amounts
* **Slippage:** set max slippage tolerance per trade (default 20%)
* **MEV protection:** choose MEV protection mode — Off, Turbo, or Secure
* **Language:** switch bot language
* **UI buttons:** customize which buttons appear on the home screen


---

# 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.click.trade/spot-trading-bot/overview.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.
