> For the complete documentation index, see [llms.txt](https://exbit-1.gitbook.io/exbit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exbit-1.gitbook.io/exbit-docs/gen-dan-jiao-yi-gong-neng-shuo-ming.md).

# 跟单交易功能说明

#### **EXBit 跟单交易规则说明**

**一、基本规则**

**1. 结算机制**

* **计算周期**：每周一至周日（UTC+8）
* **结算时间**：每周一自动结算
* **延迟结算**：未平仓仓位将顺延至下一周期结算

**2. 分润机制**

* **比例范围**：0%–30%（默认 10%）
* **执行方式**：盈利仓位预扣分润；若最终亏损，则返还已扣分润

**3. 通用限制**

* 支持全仓 / 逐仓模式
* 当前仅支持分仓模式
* 默认杠杆：10 倍（可调整）

**二、跟单用户说明**

**1. 操作流程** （1）进入【跟单广场】 （2）筛选带单员 （3）查看历史数据 （4）设置跟单参数 （5）自动执行交易

**2. 跟单模式**

* **智能跟单**：自动匹配参数
* **自定义跟单**：手动设置

**3. 跟单限制**

* 最多同时跟随 **10 人**
* 账户资金 ≥ **10 USDT**
* 最低仓位保证金 ≥ **10 USDT**

**4. 费用说明**

* 盈利时预扣分润
* 亏损时自动返还
* 未平仓时延迟结算

**三、带单员说明**

**1. 开通条件**

* 需通过平台审核

**2. 功能权限**

* 设置分润比例
* 限定交易币种
* 管理带单策略

**3. 数据展示**

* 收益率
* 胜率
* 跟单人数
* 分润收益

**4. 分润结算**

* 每周自动结算
* 发放至资金账户

**5. 仓位同步规则**

| 操作        | 同步方式   |
| --------- | ------ |
| 加仓        | 同步执行   |
| 全部止盈 / 止损 | 全部跟随   |
| 部分止盈 / 止损 | 按比例执行  |
| 一键反手      | 同步反向开仓 |
| 部分平仓      | 按比例平仓  |
| 全部平仓      | 全部平仓   |

**四、常见问题**

**1. 分润何时到账？**&#x20;

每周一自动结算，未平仓仓位则顺延至下一周期。

**2. 如何提高跟单人数上限？**

默认上限为 100 人，如需提升请联系在线客服。

**3. 是否支持跨币种跟单？**&#x20;

不支持，仅可跟随带单员指定的交易币种。

**联系我们**

如您对跟单交易规则有任何疑问，欢迎通过以下方式联系我们：

* **在线客服**：登录 EXBit 平台后，通过官网或 App 内的在线客服入口提交咨询

我们将尽快为您解答，感谢您对 EXBit 的支持！

**EXBit 团队**&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://exbit-1.gitbook.io/exbit-docs/gen-dan-jiao-yi-gong-neng-shuo-ming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
