> 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/ja/wkufur/how-to-create-a-copy-trading-bot.md).

# コピートレードボット

### 作成するもの

* オンチェーンで対象ウォレットを監視するワークフロー
* Minaraウォレットで同じ売買取引を自動実行する
* 対応チェーン上のスポットトークンをサポートします

***

### 手順

1. **フォローするウォレットを選択**
   * コピーしたいウォレットアドレスを取得します（例： `0x1234...abcd`).
   * これは実際の出来高があるアクティブなトレーダーであることを確認してください。非アクティブなウォレットや「スパム」ウォレットをコピーしても役に立ちません。
   * 1つのワークフローで監視・ミラーリングするウォレットを複数選択できます。
2. **Minaraでワークフローを作成**
   * プロンプト例：

     > 「Solanaチェーン上のこのウォレット DbrdV2...(ウォレットアドレス) を監視し、各売買アクションを1回の取引あたり$50でコピーしてください。」
3. **実行ルールを設定**
   * 予測可能でリスク管理しやすくするため、固定の取引金額（例：1注文あたり$50）を使用します。
4. **通知方法を選択**
   * 取引実行の通知をメールまたはTelegramで受け取ります。
5. **デプロイして監視**
   * ボットがウォレットのオンチェーン活動を監視します。
   * 対応する取引が検出されると、Minaraがあなたのルールに従ってそれをミラーリングします。
   * 取引が実行されるたびに通知を受け取ります。

***

### ベストプラクティス

* **フォローする前に精査する**: 多くのウォレットはインサイダーや短期のミームコイントレーダーのものです。コピーする前に調査してください。
* **少額から始める**: まずは少額残高でテストし、実行精度を確認してください。
* **アセットのホワイトリスト/ブラックリスト：** 特定のトークンのみをコピーするか、リスクの高いミームコインを除外します。

***

### 現在の制限

* スポットトークン取引のみサポートされています。
* コピーは、Monitorシステムで検出された対応チェーンに限定されます。

***

### 今後の開発予定

* 比率に応じた取引サイズ調整（例：ポジションサイズの10%を一致させる）。
* リスク管理（例：日次/週次の支出上限を設定）
* よりスマートなフィルター（例：$10,000超の取引のみコピー、または時価総額$1M未満のトークンを除外）
* ポートフォリオのミラーリング（個別取引だけでなく）
* 先物とレバレッジのサポート


---

# 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/ja/wkufur/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.
