# ¿Cómo funcionan los AI-NFT?

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

Este diagrama ilustra la arquitectura y funcionalidad de los AI-NFTs.

Los componentes clave que necesita un AI-NFT:

* Un metadata NFT extendido con el archivo de configuración de carácter del agente IA
* Un contrato NFT general
* Un entorno de ejecución en TEE con Eliza instalado

De esta manera, los AI-NFTs pueden utilizar frameworks e infraestructura existentes. Al incorporar el archivo JSON del carácter del agente IA en los metadatos del NFT y desplegarlo en la blockchain, el agente IA se transforma perfectamente en un activo on-chain.

Simple es mejor.

Para obtener más detalles sobre los metadatos de AI-NFT, consulte esta página:

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