# 🎆 Copy

### Copy Trading Instructions: <a href="#copy-trading-instructions" id="copy-trading-instructions"></a>

* You can copy someone else's trades according to the proportion of your buy amount. You can also fix the amount by setting a maximum and minimum buy limit per trade, and you don't need to have the same SOL as the other party.
* Setting a total investment amount can control your risk. You will only lose the SOL you have set aside for copying trades. Once this amount is spent, no further purchases will be made unless the copied trade is sold.

#### Slippage: <a href="#slippage" id="slippage"></a>

* When you initiate a copy trade, the current price is the base for slippage. Your purchase price will be at most the slippage range. If the price rises beyond this range, your trade will not be executed, and you will be notified of a slippage failure.

#### MEV Attacks: <a href="#mev-attacks" id="mev-attacks"></a>

* If your slippage is set too high, you may be subject to MEV attacks, which can raise your buy price. If you enable MEV protection.

#### Base Price for Copy Trading Slippage: <a href="#base-price-for-copy-trading-slippage" id="base-price-for-copy-trading-slippage"></a>

* The slippage of copied trades is based on the trader's price. However, automatic retries are based on the price at which the trade was initiated.

#### Copy Speed: <a href="#copy-speed" id="copy-speed"></a>

* Velox led **67 out of 100 benchmark trades against 30 mainstream copy-trading products** under identical conditions.

### Starting with Copy Trading <a href="#starting-with-copy-trading" id="starting-with-copy-trading"></a>

In the menu, click on 'Copy Trading'

This interface displays the total number of copy tasks for each wallet, as well as how many copy tasks are currently active

**All Copy Trades sell only**

It means that the system only executes **sell orders** for the tokens you previously bought by copying the corresponding trader

**Pause All / Resume All**

Pause or resume all copy tasks

**Each token only buy once**

All your copy tasks will only purchase a specific token once

### Copy Trading Feature Description <a href="#copy-trading-feature-description" id="copy-trading-feature-description"></a>

* **Wallet:**&#x54;he wallet used for the current copy task. Click to switch wallets
* **Tag:** Helps you identify the address.
* **Only Copy Dev-Create**: **Snipe** the Dev Address and copy instantly at token creation with ultra-fast execution.

  *Inactive filter conditions When you enable 'Only Copy Dev-Create':*

  <kbd>`Buy Limit per Token (1)(2)(3)`</kbd>

  <kbd>`Buy Times Reset after Sold`</kbd>

  <kbd>`No Duplicate Buys from Target Wallet`</kbd>

  <kbd>`Token Age`</kbd>
* **Buy Percentage:** Your purchase amount = the copied wallet multiplied by the percentage.
* **Max and Min Buy:** Your single purchase amount will not exceed this range (calculated based on the buy percentage), but if it exceeds your set maximum or minimum purchase amount, you will buy the set maximum or minimum amount.Set both values to the same number to buy a fixed amount of the token each time.
* **SOL Spending Limit:** The maximum amount that can be spent copying this address. The SOL amount spent copying purchases will be deducted from this limit. When copying sales, the SOL received will be added back to this limit.
* **Buy Limit per Token(1)(2)(3):** If the address you copy buys the same token multiple times, you will only copy purchases up to the set number of times.
* **Buy Times Reset after Sold:** If enabled, the "**Buy Limit per Token**" will reset after copying the sale of the token. If the other party repurchases the token, you will copy the purchase again.
* **No Duplicate Buys from Target Wallet**: After the user enables copy trading and 'No Duplicate Buys from Target Wallet', if the trader has already purchased a token and later buys the same token again, the user will not copy the purchase of that token.
* **Anti-PVP Protection**: If your trader rapidly buys and sells, the Anti-PVP protection will be triggered to help safeguard your funds from PVP behavior.

  <figure><img src="/files/GPYL65tjbxgaFqR56Ea6" alt="" width="563"><figcaption></figcaption></figure>

  *E.g. Interval Time: 10s, Pause Copy Duration: 1h*

  *If your trader buy one coin and sell it within 10s, your copybuy will be paused 1h.*
* **Max SOL For Target Wallet**: If the address you're copying exceeds a certain amount of SOL, you won't follow the trade.
* **Min SOL For Target Wallet**: If the trade's amount falls below this threshold, the trade will not be copied.
* **Platforms**: All the trade pools that bot supported in copytrading.
* **Min LP:** The token purchase will not be copied if the liquidity pool is below this threshold.
* **Max and Min Market Cap:** The purchase will not be copied if the token's market cap is outside the specified range.
* **Copy Sell:** Decide whether to copy-sell transactions. If disabled, sell transactions will not be copied.
* **Sell Proportionally to Target Wallet:** Sell the percentage of the token you hold based on the copied trader's percentage sale of their holdings. If disabled, the sale amount will be determined by multiplying the copied trader's sale amount by the buy percentage.
* **Sell All When Trader Transfer Tokens:** When the trader transfers the token to another address, the bot will automatically sell that token.
* **Auto Retry:** This feature supports setting the number of automatic retries. If the copy trade fails, it will immediately retry, increasing the success rate of the copy trade.
* **Copy Trade Auto Sell:** For more details, please refer to AUTO SELL


---

# 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://vexbotbetter.gitbook.io/vexbotbetter/undefined/quickstart.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.
