# AIエージェント統合

{% hint style="info" %}
近日公開 — この機能は現在開発中です。アップデートにご期待ください。
{% endhint %}

Byreal AIエージェントは、パーペチュアルアカウントにパーソナライズされた自動取引戦略を提供します。自然言語で戦略を設定し、AIエージェントに代わりに実行させることができます。

### 計画されている機能

| **戦略**     | **説明**                                                  |
| ---------- | ------------------------------------------------------- |
| DCA        | 時間をかけてパーペチュアルポジションに自動的にドルコスト平均法で投資                      |
| 条件付き注文     | 複雑な条件を設定（例：「価格が$90k以下に下落し、ファンディングがマイナスの場合、5倍ロングBTCを開設」） |
| コピートレーディング | トップパフォーマーのウォレットのパーペチュアル取引をミラーリング                        |
| リバランス      | 目標配分に基づいてポジションサイズを自動調整                                  |

### 今後の展望

* 自然言語による戦略設定
* 一般的なユースケース向けのプリセット戦略テンプレート
* ビルトインのリスクコントロール（最大ポジションサイズ、最大レバレッジ、必須ストップロス）
* リアルタイムの戦略モニタリングとアラート
* すべての戦略を即座に無効化するキルスイッチ

現在のAIエージェント機能（スポット取引、LP、コピーファーミング）については、[Byreal AIエージェント](https://docs.byreal.io/products/byreal-ai-agent)をご覧ください。


---

# Agent Instructions: 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://docs.byreal.io/ja-jp/perps/ai-agent-integration.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.
