> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-ja/dexsupotto/no/koptordingubotto.md).

# コピートレーディングボット

コピー取引ボットは、選択したウォレットの取引を自動的にコピーすることを可能にします。

アドレスを入力するか、最も収益性の高いDEXトレーダーウォレットの厳選リストから選択するだけで、任意のウォレットをコピーできます。指定した期間内にUniswapで取引したすべてのウォレットを、収益性（実現または未実現）で並べ替えたり、取引の回数や規模でフィルタリングしたりすることができます。

ウォレットを選択したら、オリジナルウォレットに対するコピー注文のサイズ比率を選択できます。デフォルトは1:1（100%）ですが、最低10%から最大200%まで設定可能です。10%に設定されている場合、オリジナルウォレットが1 ETH相当のスワップを行うと、あなたのコピーは0.1 ETHに相当し、200%では2 ETHに相当します。

コピーするウォレットの悪意ある行動から保護するためのセーフガードも選択できます：取引の最大数／頻度／規模から、ハニーポットチェックや損益ベースのストップロス／テイクプロフィットまで対応します。

言うまでもなく、ボットはUniswap上の実際のスワップのみをコピーし、その他の種類のトランザクションは無視します。

***

goodcryptoXユーザーによってコピーされるウォレットの所有者は、コピー取引から収集したスワップ手数料の25%の収益分配を請求できます。必要なのはそのウォレットをgoodcryptoX上で「クレーム（所有を主張）」することだけです。取引発生から最大2年までの遡及（ルックバック）があり、発生した取引について最大2年間分のコピー取引収益分配を請求できます。

当社のコピー取引ボットは、個人トレーダー、トレーディンググループのリーダー、インサイトを収益化したいKOL、複数のクライアントウォレット間での売買を自動化したいファンドマネージャーが利用できます。


---

# 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://docs.goodcrypto.app/goodcryptox-ja/dexsupotto/no/koptordingubotto.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.
