# Value Bot 案例

> 已配置的典型 Value Bot 监控案例，你可以参照这些案例学习并配置你的 Bot 监控。

### 单指标 Value 监控

<figure><img src="/files/usglKgt6rg0AKw7ij5ss" alt=""><figcaption></figcaption></figure>

[跳转至该 Bot 案例](https://chainbot.io/bot/308885297973003838)

### 多指标 Value 监控

<figure><img src="/files/BB31IOTpyd3ewXkV8mDn" alt=""><figcaption></figcaption></figure>

[跳转至该 Bot 案例](https://chainbot.io/bot/308891060913210942)

### TVL 监控

> 主要使用 ChainBot 提供的 tokenPrice(symbol: string) 的方法将 amount 转化成 U 计价的价格

<figure><img src="/files/brJoVsIqrEY8ySBor50z" alt=""><figcaption></figcaption></figure>

[跳转至该 Bot 案例](https://chainbot.io/bot/308892585995503166)

### Bot 引用监控

> Value 类型的 Bot 监控中，提供了引用其他 Bot 数值的功能。

<figure><img src="/files/V5tqipbNyxb00MNOLXmd" alt=""><figcaption></figcaption></figure>

[跳转至该 Bot 案例](https://chainbot.io/bot/308898889530902078)


---

# 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.chainbot.io/zh/bot-case/value-bot-demo.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.
