> 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.
