# Jak AI-NFT funguje?

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

Tento diagram ilustruje architekturu a funkcnost AI-NFT.

Klíčová součást, kterou AI-NFT potřebuje:

* Rozšířená metadata NFT s konfiguračním souborem znaků agenta AI.
* Obecná smlouva o NFT.
* Runtime v TEE s nainstalovanou Eliza.

Tímto způsobem mohou AI-NFT využívat stávající rámce a infrastrukturu. Vložením znakového souboru JSON agenta AI do metadat NFT a jeho nasazením na blockchain se agent AI bez problémů přemění na aktivum on-chain.

Jednoduché je nejlepší.

Další podrobnosti o metadatech AI-NFT naleznete na této stránce:

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