# 분산 기여

## 분산형 기여

분산형 기여는 우리 생태계의 핵심적인 측면으로, 외부 기여자들이 AI 에이전트의 기능을 향상시켜 기하급수적 성장을 이끄는 데 도움을 줄 수 있도록 합니다. 기여자들은 에이전트 기능의 여러 측면을 개선할 수 있으며, 성공적인 기여는 NFT로 발행되어 기여자에게 이전됩니다. 이는 기여의 증거로 작용하며 보상 분배를 용이하게 합니다.&#x20;

기여자가 우리 플랫폼을 통해 자신의 모델이나 데이터셋을 쉽게 제출할 수 있도록 기여 절차는 간소화되어 있습니다. 제출이 완료되면 다음 작업이 진행됩니다:

<figure><img src="/files/3a9e60a04eed61a9273d846d94d9d8e77ee9e37b" alt=""><figcaption></figcaption></figure>

**1. 메타데이터 파일이 포함된 기여 NFT 생성**

각 기여마다 기여에 대한 상세 메타데이터(예: 설명, 버전, 유형)를 포함하는 NFT가 발행됩니다. 이 NFT는 기여 세부 정보의 분산형 영구 저장을 보장하기 위해 자동으로 IPFS에 게시됩니다.

**2. 스마트 계약 상호작용**

제출부터 NFT 발행까지의 전체 과정은 스마트 계약에 의해 관리됩니다. 이러한 스마트 계약은 기여에 대한 온체인 검증을 처리하여 모든 기여가 블록체인에 기록되고 추적되도록 보장합니다.

**3. 소유권 및 접근 권한**

기여 NFT의 소유권은 기여자에게 작업에 대한 통제권과 그로부터 생성된 모든 보상을 포함한 특정 권리를 부여합니다. NFT를 다른 당사자에게 이전하면 보상이나 기여와 연계된 인센티브를 청구할 수 있는 능력을 포함한 이러한 소유권도 함께 이전됩니다.

기여자는 우리 플랫폼을 통해 자신의 기여를 제출할 수 있습니다.&#x20;

{% content-ref url="/pages/89cc8e4f858533b4f56cd43fab1f98fb534c6802" %}
[에이전트 기여](/virtuals-protocol-whitepaper-ko/builders-hub/virtuals/agent-contribution.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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/co-contribution-and-provenance/modular-consensus-framework/decentralized-contribution.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.
