📚Add New Copy Trade

📌Feature Overview The copy-trading configuration function automates the replication of trades from target wallet addresses, including strategies such as buying, lightning-interval selling, and multi-stage stop-loss.

With preset parameters, users can synchronize the trading behavior of target addresses without manual intervention, saving time and reducing the risk of missing optimal trading opportunities.

It is ideal for users who want to follow high win-rate wallets, KOL strategy wallets, or run automated trades based on custom conditions.

📸 New Copy-Trade Feature Interface Preview

📝New Copy-Trade – Field Descriptions

1. General Configuration

Select Tag:Assign tags to Smart Wallets for easier management.

Smart Wallet:Applicable to bundled trading scenarios or sniping scenarios with identical configurations. Multiple addresses can be added simultaneously. When multiple wallets buy at the same time, only the first wallet to buy will be followed.

(1)When copy-trading smart wallets like axiom, remember to first check whether that smart wallet has any bundled wallets.
If multiple bundled wallets are buying at the same time, make sure to add all of them into the same configuration, because the wallet you actually follow might not be the first one to enter. This could weaken your competitiveness.

Multiple Slippage:Applicable to bundled trading scenarios.Recommended setting: Multiplier = Number of bundled wallets (default is 1, which means this feature is disabled).

Example: Suppose wallets A, B, and C are bundled wallets. The multiplier slippage can be set to 3x.

Amount Filter:If you set it to 0.2–3, you will only follow the smart wallet’s buy orders when the purchase amount falls within this range.Default is 0 SOL – 0 SOL (no limit).

Follow Count:When the follow count reaches the set value (counting only successful follows), the purchase switch will automatically turn off within 10–30 seconds. To follow again, you need to manually enable it. (Default is 0, which disables this feature.)

First Purchas:When enabled, You will only copy the Smart Wallet’s first buy of a token within 6 hours.(Cannot guarantee 100% success)

Snipe Only:When enabled, it will only copy trade the Smart Wallet’s actions when it creates a token as the dev.

Token Purchase Limit:After enabling it, within 6 hours, you will only successfully purchase the same token once.(Cannot guarantee 100% success)

Proportional Sell:Copy the smart wallet’s sell behavior see if it sells 10%, you also sell 10%.

(1) No Follow Sell: Do not follow the Smart Wallet’s sell actions. (2) Designated Follow Sell: Suppose addresses A, B, and C are in a bundled trade. If you follow B to buy, you will only follow B to sell. (3) Group Follow Sell: Suppose addresses A, B, and C are in a bundled trade. If you follow B to buy, you will follow the sell action of any of A, B, or C. (This feature is disabled if more than 10 Smart Wallets are added.) (4) Full Close Trigger Ratio: If you set it to 80%, when the smart wallet sells 10%, you will also sell 10%; when the smart wallet sells 80% of its position, you will sell 100%.

Blacklisted Wallet:After the smart wallet buys a token, the bot will check the token holders. If a blacklisted wallet bought before the smart wallet, you will not follow to buy. (Only data within the last 8 hours is checked.)

Example: W1 W2 (Smart Wallet) W3 W4 (You)

If W1 is added to the blacklist, you will not follow the smart wallet’s buy. If only W3 is added to the blacklist, you will follow the smart wallet’s buy (since W3 bought after the smart wallet).


2. Instant Sell Detection

After following the Smart Wallet to buy, the bot will check the block interval between the Smart Wallet’s buy and first sell. If it is less than the set value, following will stop until the countdown ends, or you may manually resume it earlier. (1 second ≈ 3 blocks),It cannot guarantee 100% accuracy.


3. Lightning Sell

Applicable to fast buy-sell scenarios. In high-liquidity addresses, you can quickly sell part or all to profit from the liquidity of later buyers. (1s = 1000ms,1 s ≈ 2 ~ 2.5 slots)


4. Buy Configuration

Fixed Amount: The purchase amount is fixed. Multiplier Amount: Applicable to copying smart wallet buys by percentage. If the value is set to 1 and the smart wallet buys 2 SOL, you will also buy 2 SOL. Dynamic Amount: Suppose the maximum purchase amount is set to 5, and the Smart Wallet’s purchase amount is 1. Your purchase amount will be 5 - 1 = 4. Market cap : Default is 0k – 0k (no limit).

% slippage: Same as the traditional slippage method.

SOL slippage: Between you and the smart wallet, only a fixed amount is allowed to buy before you. If someone buys a large amount ahead of you that exceeds your setting, your purchase will fail due to insufficient slippage. (Because we use ultra-fast unconfirmed data for copy-trading, 100% accuracy cannot be guaranteed. In rare cases, slippage may fluctuate by 1–5 SOL. In most cases the calculation is accurate, so it’s recommended to leave some buffer in your slippage setting.) Fixed-SOL mode cannot identify bundled wallets. When setting the value, please include the bundled wallets’ buy amount in advance.

Dual slippage & dual fee modes: It supports broadcasting on-chain via two different fee modes, and you can set different slippage for each. (The bot sends both modes to the provider at the same time. The provider will choose the mode it considers faster to get on-chain, and it won’t consume the Gas and Tip for the other unused mode.)

Normal mode: In this mode, you can set a high tip and low gas—even if it fails, you’ll only lose a small amount of gas.

High-gas ,Low Tip: In this mode, you can set high gas and low tip. Right now, gas is more competitive than tip, so it’s recommended to enable this feature. It will prioritize forwarding the high-gas mode, increasing the success rate of getting on-chain.

Example: We support dual-fee mode and dual-slippage mode. In highly competitive situations, the advantage of using low slippage in High Tip mode is: If the tip goes on-chain via Jito, the speed will be extremely fast, making it easy to get in at a front position. But sometimes the tip does not go through Jito, which can result in slower speed and entering at a less ideal position. Therefore, it’s recommended to lower the slippage for Tip mode—even if it fails, only a small amount of gas will be deducted.


5. Trigger to Fully Close

Threshold: The reference value used to determine whether to activate the drawdown function. Drawdown: When the price drops from the highest point to the set value, the full close function is triggered.

Example: Suppose the buy price is 100, with a threshold of 50% and a drawdown of 20%. (After the price increases by more than 50%, if it then drops by 20% → full sell.) Threshold: 100 × (1 + 0.5) = 150. Drawdown trigger condition: the highest price ≥ threshold and the drop reaches the set drawdown value. (1) From the highest price of 140, a 20% drop → 140 < 150 → No drawdown. (2) From the highest price of 150, a 19% drop → 19% < 20% → No drawdown. (3) From the highest price of 151, a 20% drop → Drawdown triggered.


6. Take Profit

Please check Examples of Core Features– Must Read for details.

https://docs.akbot.pro/documentation/documentation-1/basic-usage/examples-of-core-features-must-readarrow-up-right


7. Stop Loss

Last updated