# 监控/Bot

Bot 是 ChainBot 里的一个监控配置。

Bot 的基本组成要素包含三个部分，分别为：Info，Condition(s)，Notify Template。用户可根据需求配置该 Bot 的参数。

目前 ChainBot 已支持的 Bot 监控类型有：

| Bot Type           | DataSource Type           |
| ------------------ | ------------------------- |
| Event Bot 监控       | 链上数据源                     |
| Dex Bot 监控         | 链上数据源                     |
| Transaction Bot 监控 | 链上数据源                     |
| Block Bot 监控       | 链上数据源                     |
| Arweave Bot 监控     | 链上数据源                     |
| NFT Bot 监控         | 混合数据源（Ethereum + OpenSea） |
| Snapshot Bot 监控    | 三方数据源（Snapshot 数据源）       |


---

# 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/basic-usage/bots.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.
