> 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-bai-pi-shu/guan-yu-virtuals-1/xie-yi/ai-zhi-neng-ti-gong-tong-gong-xian-yu-su-yuan/mian-xiang-ai-zhi-neng-ti-zhi-li-de-mo-kuai-hua-gong-shi-kuang-jia/qu-zhong-xin-hua-ai-zhi-neng-ti-gong-xian-yu-nft.md).

# 去中心化 AI 智能体贡献与 NFT

了解 Virtuals Protocol 如何通过链上贡献 NFT、IPFS 元数据和贡献者奖励记录 AI 智能体模型与数据集贡献。

Virtuals Protocol 支持来自外部构建者的去中心化 AI 代理贡献。贡献者可以在获得可验证的链上署名和奖励的同时，改进代理模型、数据集和能力。

成功的贡献会铸造成贡献 NFT，并转移给其贡献者。这些 NFT 提供贡献证明，并支持透明的奖励分配。

### AI 智能体贡献流程

贡献者通过 Virtuals 平台提交 AI 模型或数据集。随后，协议会将贡献细节、验证信息和所有权记录在链上。

<figure><img src="https://4017910838-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/5c04536199a71e4a6c6b497b83a059487c5b2720" %}
[智能体贡献](/virtuals-bai-pi-shu/gou-jian-zhe-zhong-xin/shi-yong-virtuals-gou-jian/zhi-neng-ti-gong-xian.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-bai-pi-shu/guan-yu-virtuals-1/xie-yi/ai-zhi-neng-ti-gong-tong-gong-xian-yu-su-yuan/mian-xiang-ai-zhi-neng-ti-zhi-li-de-mo-kuai-hua-gong-shi-kuang-jia/qu-zhong-xin-hua-ai-zhi-neng-ti-gong-xian-yu-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.
