# Copy Trading

### What Is Copy Trading? <a href="#aec9738d-c5f5-4896-ac4f-5069843b041a" id="aec9738d-c5f5-4896-ac4f-5069843b041a"></a>

Copy trading automatically mirrors trades from any Solana wallet. When your target wallet buys or sells a token, your bot executes the same trade using your configured settings.

* Copy trading only executes when the target wallet trades.
* A 1% swap fee applies to each copied trade.
* Not all wallet types are suitable for copying — see the Sniper Warning below.

***

### Getting Started <a href="#id-5413f00d-cbbb-4812-b642-0fddfce7719f" id="id-5413f00d-cbbb-4812-b642-0fddfce7719f"></a>

1. Tap **Copytrading** on the home screen
2. Tap **New** to add a wallet to copy
3. Paste the **Solana wallet address** you want to copy
4. Assign a **Label** (name tag) for easy identification when managing multiple strategies
5. Select a copy mode:
   * **Standard** — mirrors both buys and sells from the target wallet
   * **Buy Only** — mirrors buy transactions only, ignoring sells. Use this when you want to discover tokens a trader is buying but manage your own exit strategy.
6. Configure your settings (see below)
7. Tap **Add** to activate

***

### Configuration <a href="#id-01eebaa6-dbbb-43e6-9b38-21c98e00f38f" id="id-01eebaa6-dbbb-43e6-9b38-21c98e00f38f"></a>

#### Core Settings <a href="#id-7ffc6507-126a-4947-a3f8-57ccc22eb32b" id="id-7ffc6507-126a-4947-a3f8-57ccc22eb32b"></a>

| **Label**         | Name tag to identify this copy trade                                                                                             |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Target Wallet** | Solana wallet address to copy                                                                                                    |
| **Buy Amount**    | How much to spend per copied buy — choose a percentage of the target's buy or a fixed SOL amount                                 |
| **Copy Sells**    | Toggle on to mirror sell transactions (on in Standard mode, off in Buy Only mode)                                                |
| **Slippage**      | Price tolerance for copied trades. Default: **25%** — higher than the standard 20% to account for execution delay when mirroring |
| **Tip**           | Validator tip for faster execution. Higher activity wallets may require a higher tip for timely execution                        |

#### Filters (Advanced Options) <a href="#id-639ab61d-8b92-4e78-9ce1-7dc0bd567189" id="id-639ab61d-8b92-4e78-9ce1-7dc0bd567189"></a>

| **Min Market Cap**         | Only copy trades for tokens above this market cap                 |
| -------------------------- | ----------------------------------------------------------------- |
| **Max Market Cap**         | Only copy trades for tokens below this market cap                 |
| **Min Liquidity**          | Only copy trades for tokens with at least this much liquidity     |
| **Buy Once Per Token**     | Skip additional buys for tokens you already hold                  |
| **Require Renounced Mint** | Only copy tokens where mint authority has been renounced          |
| **Max Buy Per Token**      | Maximum SOL to spend on any single token across all copied trades |

***

### Sniper Warning <a href="#id-5eac06ed-a644-49f8-b822-0479117610c6" id="id-5eac06ed-a644-49f8-b822-0479117610c6"></a>

> ⚠️ **Avoid copying sniper bots or custom program wallets.** These wallets execute trades through specialized contracts that the copy trading system cannot replicate — resulting in failed transactions or unexpected behavior. Stick to wallets that trade through standard DEX interfaces.

***

### Supported Pools <a href="#b78014ad-dc5b-42f1-833c-881f59dc3ec9" id="b78014ad-dc5b-42f1-833c-881f59dc3ec9"></a>

Copy trading works with the following DEX pools:

* Pumpswap
* Raydium AMM
* Raydium CLMM (Concentrated Liquidity)
* Meteora
* Jupiter-routed swaps

If the target wallet trades on an unsupported pool, that trade will be skipped.

***

### Managing Strategies <a href="#c80d7cec-1b9c-4d14-ac2e-e3d1f2b99e3f" id="c80d7cec-1b9c-4d14-ac2e-e3d1f2b99e3f"></a>

Each copy trade shows its status:

* 🟢 **Running** — actively mirroring the target wallet
* 🟠 **Inactive** — paused or disabled

From the **Copytrading** screen you can:

* **View** all active strategies with wallet name, mode, and trade count
* **Pause** or **resume** any strategy
* **Edit** settings (slippage, amount, filters)
* **Delete** — permanently remove a copy trade

If your SOL balance is insufficient to execute a copied trade, that trade is skipped (no partial execution or retry).

***

### Troubleshooting <a href="#f02059c9-6991-4edb-9f34-b00ef9e82476" id="f02059c9-6991-4edb-9f34-b00ef9e82476"></a>

| Trades not copying  | Check that the strategy is 🟢 running, wallet address is correct, and the target is trading on a supported pool                                                                                                |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Failed transactions | Target wallet may be using a custom program or sniping bot — consider removing it                                                                                                                              |
| Delayed execution   | Copy trades execute after the target transaction confirms on-chain. For fast-moving tokens, the higher default slippage (25%) helps accommodate price differences. Increasing your tip can also improve speed. |
| Unexpected tokens   | Tighten your filters — set min market cap, min liquidity, or enable "Require Renounced Mint"                                                                                                                   |


---

# 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/features/copy-trading.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.
