# AI-NFT는 어떻게 작동하나요?

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

이 다이어그램은 AI-NFT의 아키텍처와 기능을 설명합니다.

AI-NFT에 필요한 주요 구성 요소는 다음과 같습니다:

* AI 에이전트의 캐릭터 설정 파일이 포함된 확장된 NFT 메타데이터
* 일반적인 NFT 컨트랙트
* Eliza가 설치된 TEE(Trusted Execution Environment) 환경에서의 런타임

이러한 방식으로 AI-NFT는 기존 프레임워크와 인프라를 활용할 수 있습니다. AI 에이전트의 캐릭터 파일 JSON을 NFT 메타데이터에 삽입하고 이를 블록체인에 배포함으로써, AI 에이전트는 자연스럽게 온체인(on-chain) 자산으로 전환됩니다.

Simple is the best.

AI-NFT 메타데이터에 대한 자세한 내용은 아래 페이지를 참조하세요:

{% content-ref url="/pages/hCYdNpQMlQRkgbNA2Fat" %}
[AI-NFT 메타데이터](/ko/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/ko/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.
