# AI-NFT 如何運作？

<img src="/files/9IyIFxNvRL6iUbiL9Bdr" 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/pnS0YYJv6YQWtQUukoNX" %}
[AI-NFT 元資料](/tw/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/tw/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.
