# How AI-NFT Works?

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

Ipinapakita ng diagram na ito ang arkitektura at functionality ng AI-NFTs.

Ang pangunahing bahagi na kailangan ng AI-NFT:

* Isang pinalawig na NFT metadata na may character config file ng AI agent.
* Isang pangkaraniwang NFT contract.
* Isang runtime sa TEE na may Eliza na naka-install.

Sa ganitong paraan, magagamit ng AI-NFTs ang mga umiiral na frameworks at imprastruktura. Sa pamamagitan ng pag-embed ng character file JSON ng AI agent sa NFT metadata at pag-deploy nito sa blockchain, ang AI agent ay tuloy-tuloy na nagiging isang on-chain asset.

Ang simple ay pinakamahusay.

Para sa karagdagang detalye tungkol sa AI-NFT metadata, pakitingnan ang pahinang ito:

{% content-ref url="/pages/ARQsjZxalNLtBtKADAun" %}
[AI-NFT Metadata](/ph/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/ph/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.
