> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai-1/ai/ai-nft.md).

# 분산형 AI 에이전트 기여 및 NFT

Virtuals Protocol이 온체인 기여 NFT, IPFS 메타데이터, 기여자 보상으로 AI 에이전트 모델 및 데이터셋 기여를 기록하는 방법을 알아보세요.

Virtuals Protocol은 외부 빌더의 분산형 AI 에이전트 기여를 지원합니다. 기여자는 검증 가능한 온체인 귀속과 보상을 받으면서 에이전트 모델, 데이터셋, 기능을 개선할 수 있습니다.

성공적으로 기여하면 기여 NFT로 발행되어 기여자에게 이전됩니다. 이러한 NFT는 기여의 증거를 제공하고 투명한 보상 분배를 지원합니다.

### AI 에이전트 기여 절차

기여자는 Virtuals 플랫폼을 통해 AI 모델이나 데이터셋을 제출합니다. 그런 다음 프로토콜은 기여 세부 정보, 검증, 소유권을 온체인에 기록합니다.

<figure><img src="https://2083505199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Frrll8DWDA3BJwEBqOtxm%2Fuploads%2FAVXQiCuLuRxZex7u7P9N%2FFrame%20134%20(2).png?alt=media&amp;token=39673e6b-337d-4198-a6d2-a9a025f72edb" alt="Virtuals Protocol decentralized AI agent contribution process for minting contribution NFTs"><figcaption><p>AI 에이전트 기여와 기여 NFT를 위한 분산형 워크플로.</p></figcaption></figure>

#### 1. 기여 NFT와 IPFS 메타데이터

각 기여는 설명, 버전, 유형 등의 메타데이터가 포함된 NFT로 발행됩니다. 메타데이터는 분산형의 영구적인 저장을 위해 IPFS에 게시됩니다.

#### 2. 스마트 계약 검증

스마트 계약은 제출, 검증, NFT 발행을 관리합니다. 이를 통해 검증된 각 AI 에이전트 기여가 블록체인에 기록되고 추적됩니다.

#### 3. 기여자 소유권과 보상

기여 NFT의 소유권은 기여자에게 자신의 작업과 관련 보상에 대한 통제권을 부여합니다. NFT를 이전하면 관련 소유권과 보상 청구권도 함께 이전됩니다.

### AI 에이전트 기여 제출

Virtuals 플랫폼을 통해 모델 또는 데이터셋 기여를 제출하세요:

{% content-ref url="/pages/89cc8e4f858533b4f56cd43fab1f98fb534c6802" %}
[에이전트 기여](/virtuals-protocol-whitepaper-ko/builders-hub/virtuals/agent-contribution.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai-1/ai/ai-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
