# איך פועל AI-NFT?

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

התרשים הזה מציג את הארכיטקטורה והפונקציות של AI-NFT.

המרכיבים המרכזיים הנדרשים ל-AI-NFT הם כדלקמן:

* מטא-דאטה מורחב המכיל את קובץ ההגדרות של דמות סוכן ה-AI
* חוזה NFT סטנדרטי
* זמן ריצה בסביבת ביצוע מהימנה (TEE) שבה מותקנת Eliza

באופן זה, AI-NFT יכול לנצל את המסגרות והתשתיות הקיימות.\
על ידי הכללת קובץ הדמות של סוכן ה-AI (בפורמט JSON) במטא-דאטה של ה-NFT והפצתו בבלוקצ'יין, סוכן ה-AI הופך באופן טבעי לנכס על השרשרת.

Simple is the best.

למידע נוסף על המטא-דאטה של AI-NFT, אנא עיינו בדף שלמטה.

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