# NFT Bot 案例

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

### NFT 地板价监控

<figure><img src="/files/6K6m1EWrz8JA8eRseL3l" alt=""><figcaption></figcaption></figure>

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

### Opensea 上目标 NFT 有新的挂单 token 出售

> 对应 Opensea 平台的 buy now，即可以监控某个 NFT 大户的出售意向价格。

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

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

### NFT 成交监控

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

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

### NFT metadata 更新监控

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

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

### NFT 大户所有权转移监控

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

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

### NFT 有新的 bid 监控

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

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

### 关注的 NFT 收到新的 offer 监控

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

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

### NFT 撤销 bid, offer 监控

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

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


---

# 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/nft-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.
