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

# Copy Trading Features Explanation

<figure><img src="https://docs.safex.hk/~gitbook/image?url=https%3A%2F%2F3050397687-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FQxksJeQbPf0KY35EcMH7%252Fuploads%252FueSt3UDToWt3iSkdosFp%252Fbanner-web.png%3Falt%3Dmedia%26token%3De4bedf66-d94e-4bba-88fd-37b396920103&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b633322b&#x26;sv=2" alt=""><figcaption></figcaption></figure>

## I. Copy Trading Basic Information <a href="#i.-copy-trading-basic-information" id="i.-copy-trading-basic-information"></a>

### **Core System Rules**

### **Settlement Cycle:**

* **Calculation Period:** Monday 00:00 to Sunday 23:59:59 (UTC+8)
* **Settlement Time:** Every Monday 00:00 (UTC+8), profit share is airdropped to the trader's funding wallet
* **Delayed Settlement:** If the user has not closed all copied positions, profit share will be carried over to the next cycle

### **Profit Sharing Mechanism:**

* **Commission Range:** Traders can set 0%-30% (default is 10%)
* **Pre-deduction Rule:** Commission is deducted in real time from profitable positions. If there's a loss at settlement, the amount is refunded
* **Loss Handling:** No commission is charged when the user incurs a loss

### **General Limitations**

* **Leverage Mode:** Supports cross margin and isolated margin; merge mode not supported. Default smart-matched leverage is 10x, adjustable by user

***

## II. Copy Trader Guidelines <a href="#ii.-copy-trader-guidelines" id="ii.-copy-trader-guidelines"></a>

**How to Copy a Trader**

**Steps:**

* Enter the "Copy Trading Square" and use the search function
* Filter by metrics such as win rate, ROI, or number of followers
* View the trader’s profile to confirm trading pairs, historical returns, and current positions
* Set parameters: choose leverage (1x–100x) and per-trade copy amount

**Copying Modes:**

* **Smart Copy:** Automatically matches the trader’s leverage and margin ratio
* **Custom Copy:** Manually set leverage and trade size (default is 10x; once modified, user settings will apply)

**Copy Trade Indicator:**

* Positions copied from a trader are marked as “Copying...” in the position list

**Copy Trading Limitations:**

* **Max Traders to Follow:** Up to 10 traders at the same time
* **Funding Limit:** Copy trading is unavailable when your futures account balance is below 10 USDT.

**Fees & Risk**

* **Commission Deduction:** 10% of profit is pre-deducted from winning trades (according to the trader’s commission setting)
* **Loss Refund:** If the weekly settlement ends in loss, the deducted commission is fully refunded
* **Delayed Settlement:** If copied positions remain open, profit share is deferred to the next cycle

***

## III. Trader (Signal Provider) Guidelines <a href="#iii.-trader-signal-provider-guidelines" id="iii.-trader-signal-provider-guidelines"></a>

### **Permission & Settings**

* **How to Become a Trader:** Apply and pass SAFEX platform review

### **Strategy Management:**

* **Pair Restriction:** Option to allow copy trading for specific pairs only (e.g., BTC/ETH only)
* **Commission Ratio:** Freely set from 0%–30% to attract users with different risk preferences
* **Limit:** Copy trading disabled if trader's balance is under 10 USDT.

### **Data Dashboard & Earnings**

### **Dashboard Includes:**

* Real-time data on return rate, win rate, number of followers, and total commission earned

### **Profit Sharing Settlement:**

* Automatically settled every Monday and airdropped to the funding wallet

### **Trader’s Position Operation Guide:**

* **Add Position:** Mirrored to copy traders
* **Full TP/SL:** Once executed, followers will all place market orders
* **Partial TP/SL:** Followers place market orders proportionally based on position size
* **One-Click Reverse:** After closing position with market orders, a new reverse order is placed based on copy settings
* **Partial Close:** Followers place market orders proportionally
* **Full Close / Flash Close:** Followers execute full position closure via market orders
* Only isolated margin mode is supported. Cross margin mode is currently not available.
* \
  Only isolated margin mode is supported. Cross margin mode is currently not available.

***

## IV. Frequently Asked Questions <a href="#iv.-frequently-asked-questions" id="iv.-frequently-asked-questions"></a>

| Role        | Question                            | Answer                                                                                               |
| ----------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Copy Trader | When will profit share be received? | Every Monday 00:00 (UTC+8). If positions remain open, it will be carried over to the next cycle.     |
| Trader      | How to increase followers?          | Default limit is 100 followers. Contact customer support to increase the cap.                        |
| All Users   | Can I copy trade across pairs?      | No, copy trading is only allowed within the specific pairs permitted by the trader (e.g., BTC only). |


---

# 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://safexapp.gitbook.io/safex/help/copy-trading/copy-trading-features-explanation.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.
