> 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/zh/gong-zuo-liu/how-to-create-a-price-alert-bot.md).

# 价格提醒机器人

借助 Minara 的监控系统，你可以为代币价格设置高精度、实时提醒，而无需担心延迟或错过触发条件。当达到设定的价格条件时，Minara 可立即通知你，且不消耗任何积分。

***

### 可期待什么

* 高精度、实时监控 **代币绝对价格**\
  （例如，“当 SOL 涨到 150 美元时提醒我”）。
* 适用于 **链上代币** 和 **代币化股票**.\
  非代币化股票价格和价格变动百分比提醒 **尚不支持** 实时模式。
* 提醒可以通过 Telegram 或电子邮件发送。
* **不消耗积分**：监控在我们的后端完成，而不是通过反复的 AI 查询。

***

### 示例提示

* *“当……时提醒我 **ETH** 跌至 **$4,000**."*
* *“如果……请给我发邮件 **SOL** 上涨到 **$180**."*
* *“当 **DOGE** 达到 **$0.28**，请提醒我。”*
* *“当……时通知我 **BTC** 突破 100,000 美元。”*
* *“当……时提醒我 **黄金（XAU）** 跌破 3,000 美元。”*
* *“当……时给我发送一条 Telegram 消息 **NVDA** 达到 1,200 美元。”*
* *“如果……请提醒我 **AAPL** 跌破 200 美元。”*

***

### 工作原理

1. **你告诉 Minara 资产和目标价格**.
2. Minara 会将你的提醒注册到监控系统中。
3. 监控系统会持续实时跟踪代币价格。
4. 一旦价格跨过你的目标值，监控器就会触发工作流，立即向你发送提醒。

***

### 最佳实践

* **使用绝对价格触发条件** （≥ / ≤）。实时百分比变动跟踪功能尚未提供。
* 保持你的 Telegram 账号已绑定，并 [Minara 通知机器人](https://t.me/MinaraNotificationBot) 处于启用状态，以确保消息送达。
* 如果你没有收到提醒邮件，请先检查垃圾邮件文件夹。
* 对于小市值 meme 代币，山寨品和同名仿冒品很常见，尤其是在热度高涨时。为避免出错，请务必注明并仔细核对链和代币的合约地址。

> BTC、ETH 或 SOL 等主流资产已经通过合约完成消歧。

***

### 未来发展

Minara 计划支持：

* 基于百分比的提醒（例如，1 小时内 ±5%）
* 实时非代币化股票价格
* 浏览器推送通知
* 自动循环通知机器人：监控和提醒将持续运行

你 *可以* 仍然可以通过安排定期检查并借助工作流来跟踪这些内容，但每次检查都将由 Minara AI 执行并消耗积分，对于高频设置来说可能会很昂贵。

\
我们建议仅将这种方法用于低频场景。例如：

* **每周市场健康检查**：每周五查看市值趋势和宏观指标。
* **每月资产表现回顾**：在每月第一天提取你前 5 大持仓的 30 天价格变动数据。
* **长期目标跟踪**：每周五通过查看所有牛市和熊市顶级指标来评估我们的市场倾向。

如需进一步了解上述用例，请查看 [定时分析](/docs/minara-handbook/zh/gong-zuo-liu/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/zh/gong-zuo-liu/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.
