# Wie funktioniert AI-NFT?

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

Dieses Diagramm veranschaulicht die Architektur und Funktionalität von AI-NFTs.

Die Schlüsselkomponente, die ein AI-NFT benötigt:

* Erweiterte NFT-Metadaten mit der Charakterkonfigurationsdatei des AI-Agenten.
* Ein allgemeiner NFT-Vertrag.
* Eine Laufzeit in TEE mit installiertem Eliza.

Auf diese Weise können AI-NFTs vorhandene Frameworks und Infrastrukturen nutzen. Indem die Charakterdatei des AI-Agenten JSON in NFT-Metadaten eingebettet und auf der Blockchain bereitgestellt wird, verwandelt sich der AI-Agent nahtlos in ein On-Chain-Asset.

Einfach ist am besten.

Weitere Einzelheiten zu AI-NFT-Metadaten finden Sie auf dieser Seite:

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