> For the complete documentation index, see [llms.txt](https://alertdog.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alertdog.gitbook.io/home/readme.md).

# 欢迎

[AlertDog ](https://alertdog.io/)是 MCT 开发的 WEB3 链上监控系统，专注于EVM、BTC、SOL等七条链上的钱包地址监控，以及热门符文铭文铸造监控、GAS监控等，帮助您及时捕捉市场动态，随时掌握链上的一举一动。

&#x20;**监控类型**

[EVM钱包监控](/home/basics/evm.md)：监控钱包在 Ethereum、BSC、Base、Arbitrum、ZkSync的代币/NFT交易记录；

[SOL钱包监控](/home/basics/sol.md)：监控钱包在 Solana 链的买卖、收到、支出行为；

[BTC钱包监控](/home/basics/btc.md)：监控钱包的比特币/符文/铭文交易记录；

[符文监控](/home/basics/runes.md)：符文部署上新、热门符文铸造、指定符文价格涨跌、符文TOP5持仓变动；

[铭文监控](/home/basics/inscription.md)：热门铭文铭刻提醒；

[多钱包监控](/home/basics/multiwallet.md)：监控在 n 分钟内 n 个钱包同时买入/卖出的代币 ；

[GAS监控](/home/basics/gas.md)：各链实时 GAS 消耗、GAS 消耗异常地址预警、GAS 燃烧 TOP 5 地址追踪

#### 支持的通知渠道

[Telegram](/home/basics/channel/add/telegram.md)、[Discord](/home/basics/channel/add/discord.md)、[钉钉](/home/basics/channel/add/ding-ding.md)、[Webhook](/home/basics/channel/add/webhook.md)、[Bark](/home/basics/channel/add/bark.md)、[Email](/home/basics/channel/add/email.md)、[APP](/home/basics/channel/add/app.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://alertdog.gitbook.io/home/readme.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.
