# AI-NFT hoạt động như thế nào?

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

Sơ đồ này minh họa kiến trúc và chức năng của AI-NFTs.

Các thành phần chính mà một AI-NFT cần có:

* Metadata NFT mở rộng với tệp cấu hình nhân vật của tác nhân AI.
* Hợp đồng NFT chung.
* Môi trường thực thi trong TEE với Eliza đã được cài đặt.

Theo cách này, AI-NFTs có thể tận dụng các framework và cơ sở hạ tầng hiện có. Bằng cách nhúng tệp JSON cấu hình nhân vật của tác nhân AI vào metadata NFT và triển khai nó trên blockchain, tác nhân AI sẽ chuyển hóa một cách liền mạch thành một tài sản trên chuỗi.

Đơn giản là tốt nhất.

Để biết thêm chi tiết về metadata của AI-NFT, vui lòng tham khảo trang này:

{% content-ref url="/pages/pTvsEv2j6FTYKc9qDqEy" %}
[Dữ liệu AI-NFT](/vi/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/vi/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.
