> 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.md).

# AI 에이전트 공동 기여 및 출처

Virtuals Protocol은 모델, 데이터, IP 기여자가 자신들이 구축에 기여한 AI 에이전트의 혜택을 누릴 수 있게 합니다. 온체인 기여 출처 기록은 검증된 작업을 기록하고 Virtuals 생태계 전반에서 투명한 협업을 지원합니다.

### AI 에이전트 기여자

AI 에이전트 공동 기여는 다음을 지원합니다:

* **모델 기여자** AI 모델을 만들거나 개선하는 사람들.
* **데이터 기여자** 학습 데이터와 데이터셋을 제공하는 사람들.
* **IP 기여자** 지적 재산과 창작 자산을 기여하는 사람들.

### AI 에이전트를 위한 모듈형 합의 프레임워크

모듈형 합의 프레임워크는 Virtuals Protocol의 핵심 인프라입니다. VIRTUAL 에이전트를 구축, 유지, 거버넌스, 호스팅 및 사용하는 데 필요한 도구와 라이브러리를 제공합니다.

그 모듈형 아키텍처는 투명성과 조합 가능성을 지원합니다. 기여자와 이해관계자는 AI 에이전트에 참여하고 상호작용하는 방식을 맞춤 설정할 수 있습니다.

### 변경 불가능한 기여 금고 및 온체인 출처

변경 불가능한 기여 금고(ICV)는 검증된 기여를 대체 불가능 토큰(NFT)으로 저장합니다. 이러한 기여 NFT는 AI 에이전트에 대한 협업 작업과 지적 기여의 변경 불가능한 온체인 기록을 만듭니다.

<figure><img src="/files/a3602536dd8b3409ebd5f35908ba471c607094b3" alt="Virtuals Protocol Modular Consensus Framework and Immutable Contribution Vault for AI agent provenance"><figcaption><p>모듈형 합의와 온체인 AI 에이전트 기여 출처를 위한 Virtuals Protocol 아키텍처.</p></figcaption></figure>


---

# 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.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.
