> 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 会按照你的规则进行镜像复制。
   * 每次交易执行时，你都会收到通知。

***

### 最佳实践

* **先尽调再关注**：许多钱包属于内部人士或短期的迷因币玩家——复制前请先研究。
* **先从小额开始**：先用小额余额测试，以检查执行准确性。
* **资产白名单/黑名单：** 只复制某些代币，或排除高风险迷因币。

***

### 当前限制

* 仅支持现货代币交易。
* 复制仅限于 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, and the optional `goal` query parameter:

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