# AI-NFT 如何运作？

<img src="/files/j9eXQFJR9upe5RMz530M" alt="" class="gitbook-drawing">

此图展示了 AI-NFT 的架构与功能。

AI-NFT 所需的主要组件：

* 包含 AI 代理角色配置文件的扩展 NFT 元数据
* 常规的 NFT 合约
* 安装了 Eliza 的 TEE（受信任执行环境）运行时

通过这种方式，AI-NFT 可以利用现有的框架和基础设施。通过将 AI 代理的角色文件 JSON 嵌入 NFT 元数据并部署到区块链，AI 代理能够无缝地转换为链上资产。

**简洁即是美。**

关于 AI-NFT 元数据的更多信息，请参考以下页面：

{% content-ref url="/pages/Cq0zRwlKhXSJLHtcVkzg" %}
[AI-NFT 元数据](/zh/ai-nft-metadata.md)
{% endcontent-ref %}


---

# 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.xnomad.ai/zh/how-ai-nft-works.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.
