> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/gong-zuo-liu/how-to-create-a-copy-trading-bot.md).

# 跟单交易机器人

### 你将构建的内容

* 一个在链上监控目标钱包的工作流
* 使用你的 Minara 钱包自动执行相同的买入/卖出交易
* 支持在受支持链上的现货代币

***

### 步骤说明

1. **选择要跟随的钱包**
   * 获取你想要复制的钱包地址（例如， `0x1234...abcd`).
   * 确保这是一个有真实交易量的活跃交易者——复制不活跃或“垃圾”钱包不会有帮助。
   * 你可以在一个工作流中选择多个钱包进行监控和镜像复制。
2. **在 Minara 中创建工作流**
   * 提示示例：

     > “监控 Solana 链上的这个钱包 DbrdV2...(一个钱包地址)，并以每笔交易 50 美元复制其每次买入/卖出操作。”
3. **设置执行规则**
   * 使用固定交易金额（例如，每笔订单 50 美元），以提高可预测性并更便于风险控制。
4. **选择通知方式**
   * 通过电子邮件或 Telegram 接收交易执行通知。
5. **部署并监控**
   * 机器人将监控该钱包的链上活动。
   * 当检测到受支持的交易时，Minara 会按照你的规则进行镜像复制。
   * 每次交易执行时，你都会收到通知。

***

### 最佳实践

* **先筛选，再跟随**：很多钱包属于内部人士或短期 meme 币玩家——在复制前先做研究。
* **从小额开始**：先用小额资金测试，以检查执行准确性。
* **资产白名单/黑名单：** 只复制特定代币，或排除高风险 meme 币。

***

### 当前限制

* 目前仅支持现货代币交易。
* 复制仅限于 Monitor 系统检测到的受支持链。

***

### 未来发展

* 按比例设置交易规模（例如，匹配其持仓规模的 10%）。
* 风险控制（例如设置每日/每周支出限额）
* 更智能的筛选器（例如，仅在交易额大于 10,000 美元时才复制，或排除市值低于 100 万美元的代币）
* 投资组合镜像复制（不只是单笔交易）
* 支持期货和杠杆


---

# 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://minara.ai/docs/minara-handbook/zh/gong-zuo-liu/how-to-create-a-copy-trading-bot.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.
