> For the complete documentation index, see [llms.txt](https://astrum-trade.gitbook.io/astrum-trade-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astrum-trade.gitbook.io/astrum-trade-docs/solana-trading/copy-trading.md).

# Copy Trading

## **Copy Trading**

Astrum includes a powerful **Copy Trading** module that allows you to automatically mirror the trades of any wallet on Solana.

Copy trading works across all supported programs:\
Pumpfun, Pumpswap, Raydium AMM/CPMM, Raydium Launchpad, Meteora DBC, Meteora Dynamic AMM (v1/v2).

***

### **1. How to Start Copy Trading**

1. Open the **Copy Trading** tab.
2. Paste the **wallet address** of the trader you want to copy.
3. Astrum will load a strategy window with three sections:
   * **Buy Settings**
   * **Sell Settings**
   * **General Filters**
4. Configure your strategy.
5. Click **Create Strategy** to launch it.

Your copy strategy will begin automatically following the target wallet’s trades.

***

## **2. Strategy Settings**

### **2.1 Buy Settings (Copy Target Buys)**

<table><thead><tr><th width="374">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Snipe token creation</strong></td><td>Buy immediately when the target wallet creates a new token (advanced sniping mode). You need choose amount of SOL to snipe.</td></tr><tr><td><strong>Copy Target Buys</strong></td><td>Enables copying all buys from the target wallet.</td></tr><tr><td><strong>Buy based on</strong></td><td>Choose how to size your buys: Fixed Amount or % of wallet.</td></tr><tr><td><strong>Value</strong></td><td>SOL amount or percentage to use per copied buy.</td></tr><tr><td><strong>Max buy</strong></td><td>Maximum SOL you can spent per one transaction.</td></tr><tr><td><strong>Buy limit per token</strong></td><td>Maximum number of buys allowed for the same token.</td></tr><tr><td><strong>Max concurrent positions</strong></td><td>Maximum number of open positions at one time.</td></tr><tr><td><strong>Buy priority fee</strong></td><td>Priority fee for buy transactions.</td></tr><tr><td><strong>Buy tip</strong></td><td>Optional tip to speed up transaction confirmation.</td></tr><tr><td><strong>Min Astrum Index</strong></td><td>Only buy tokens whose Index is equal or above this threshold.  </td></tr><tr><td><strong>Buy slippage</strong></td><td>Slippage allowed for copied buys (1–100%).</td></tr><tr><td><strong>Turbo Mode</strong></td><td>Sends transactions aggressively fast for sniping.</td></tr></tbody></table>

### **2.2 Sell Settings**&#x20;

| Setting                         | Description                                                                                                          |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Copy Target Sells**           | Copies sell actions from the target wallet.                                                                          |
| **Buy based on**                | Choose how to size your sells:  Percentage of your own position or Mirror position percentage (Sell proportionally). |
| **First sell copy %**           | Sell only a percentage of the position on the first target sell.                                                     |
| **Sell priority fee**           | Priority fee applied to sell transactions.                                                                           |
| **Sell tip**                    | Optional tip to ensure fast exits.                                                                                   |
| **Sell slippage**               | Allowed slippage for sell execution.                                                                                 |
| **Auto-sell**                   | Automatically executes sell orders. (on/off)                                                                         |
| **TP/SL**                       | Apply your Take Profit / Stop Loss settings to copy-traded tokens.                                                   |
| **Trailing sell**               | Smart exit based on trailing profit.                                                                                 |
| **Auto-sell liquidation**       | Sell position after X minutes (timeout liquidation). (on/off)                                                        |
| **Liquidation delay (minutes)** | Set time-based forced exit.                                                                                          |

Anti-MEV Protection is enabled by default for all copy trades.

### &#x20;**2.3 General Filters**

These rules define *when* your strategy is allowed to copy trades.

| Filter                        | Description                                                                  |
| ----------------------------- | ---------------------------------------------------------------------------- |
| **Min SOL for target wallet** | Copy only if the target wallet bought at least X SOL.                        |
| **Max SOL for target wallet** | Ignore if the wallet buys equal or more then this amount (e.g., whale mode). |
| **Min LP**                    | Minimum liquidity required to copy buys.                                     |
| **Min MC**                    | Minimum Market Cap required.                                                 |
| **Max MC**                    | Avoid copying buys when Market Cap is too high.                              |
| **Min token age**             | Token must be older than X minutes before copying.                           |
| **Max token age**             | Token must be younger than X minutes before copying.                         |
| **Supported Solana programs** | Select which DEXes and programs are allowed.                                 |

## **3. Managing Your Strategies**

After creating a strategy, go to the main **Copy Trading** page.

There you can see:

* **Active strategies**
* **Status indicators**
* **Total executed transactions**
* Buttons to **Pause**, **Delete**, or **Create New Strategy**

You can run multiple strategies at the same time, each copying a different trader or using different conditions.


---

# 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:

```
GET https://astrum-trade.gitbook.io/astrum-trade-docs/solana-trading/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.
