> 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-price-alert-bot.md).

# 価格アラートボット

Minaraのモニターシステムを使えば、遅延やトリガーの見逃しを心配することなく、トークン価格に対して高精度のリアルタイムアラートを設定できます。設定した価格条件に達すると、Minaraはクレジットを一切消費せずに即座に通知できます。

***

### 期待できること

* 高精度・リアルタイム監視対象： **トークンの絶対価格**\
  （例：「SOLが150ドルに達したら通知して」）。
* 対応対象： **オンチェーン・トークン** と **トークン化株式**。\
  トークン化されていない株価や価格変動率アラートは **まだサポートされていません** リアルタイムモードでは利用できません。
* アラートはTelegramまたはメールで送信できます。
* **クレジット消費なし**：監視は繰り返しのAIクエリではなく、当社のバックエンドで行われます。

***

### プロンプト例

* *「～したら通知して **ETH** まで下がったら **$4,000**."*
* *「～ならメールして **SOL** を上回ったら **$180**."*
* *「～のときに **DOGE** に達したら **$0.28**、通知して」。*
* *「～したら通知して **BTC** 10万ドルを超えたら。」*
* *「～したら通知して **金（XAU）** 3,000ドルを下回ったら。」*
* *「～したらTelegramメッセージを送って **NVDA** 1,200ドルに達したら。」*
* *「～なら通知して **AAPL** 200ドルを下回ったら。」*

***

### 仕組み

1. **資産と目標価格をMinaraに伝えます**.
2. Minaraがモニターシステムにアラートを登録します。
3. モニターシステムがトークン価格をリアルタイムで継続的に追跡します。
4. 価格が目標を超えると、モニターがワークフローを起動し、すぐにアラートを送信します。

***

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

* **絶対価格トリガーを使う** （≥ / ≤）。リアルタイムの変動率追跡はまだ利用できません。
* Telegramアカウントを連携したままにし、 [Minara通知ボット](https://t.me/MinaraNotificationBot) を有効にしておいてください。
* アラートメールが届かない場合は、まず迷惑メールフォルダを確認してください。
* 小型時価総額のミームトークンでは、特に話題化しているときに、模倣品や同名の類似トークンがよく見られます。間違いを避けるため、必ずチェーンとトークンのコントラクトアドレスを指定し、再確認してください。

> BTC、ETH、SOLのような主要資産は、すでにコントラクトで区別されています。

***

### 今後の開発予定

Minaraは以下の対応を予定しています：

* 変動率ベースのアラート（例：1時間で±5%）
* 非トークン化株価のリアルタイム表示
* ブラウザのプッシュ通知
* 自動繰り返し通知ボット：モニターとアラートが継続的に実行されます

あなたは *〜できます* ワークフローで定期チェックをスケジュールして、これらを引き続き追跡できますが、各チェックはMinara AIが実行し、クレジットを消費するため、高頻度の設定ではコストが高くなる可能性があります。

\
この方法は低頻度のユースケースに限定することをおすすめします。たとえば：

* **週次の市場健全性チェック**：毎週金曜日に時価総額のトレンドとマクロ指標を確認します。
* **月次の資産パフォーマンスレビュー**：毎月1日に上位5銘柄の30日価格変動データを取得します。
* **長期目標の追跡**：毎週金曜日に、強気・弱気相場の主要指標をすべて確認して、市場バイアスを評価します。

上記のユースケースについてさらに詳しく知りたい場合は、こちらをご覧ください [定期分析](/docs/minara-handbook/ja/wkufur/how-to-run-analysis-on-a-schedule.md).


---

# 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-price-alert-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.
