> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/chuan-dai-wu-yu-biao-qing/fa-bu-collection/curation-committee.md).

# 策展委员会

关于穿戴物策展委员会的说明与讨论

策展委员会是一组由 DAO 选举产生的成员，负责审核并批准由 Decentraland 社区提交的可穿戴物品和表情动作。当前策展委员会包括三名成员，但还可以扩充更多成员。每位成员在一个多签钱包中持有一个密钥，该钱包用于对通过可穿戴物品编辑器提交的每个项目进行批准或拒绝投票。

委员会在审核可穿戴物品时使用的批准标准见于 [发布可穿戴物品](/creator/content-creator-zh/chuan-dai-wu-yu-biao-qing/fa-bu-collection/publishing-collections.md)，表情动作的发布标准见于 [表情动作概览](https://github.com/decentraland/docs/blob/main/creator/wearables-and-emotes/emotes/README.md)

该委员会目前的成员是：

* Shibu，Decentraland 基金会美术总监
* Juan Pablo Colasso，3D 视觉艺术家
* Sebastian Valla，Wonderzone 美术总监
* Laura Uson Dolsac，Polygonal Mind 首席艺术家
* Malloy，Feeka Cafe 美术总监
* Hirotokai，3D 艺术家兼 DCL 可穿戴物品设计师
* Sango，来自 Metazoo 的 3D 艺术家兼可穿戴物品创作者
* Grimey，来自 StudioSparkles 的 3D 艺术家兼可穿戴物品创作者
* AndreusAs，3D 艺术家兼独立可穿戴物品创作者
* Mitch Todd，数字设计师兼独立可穿戴物品创作者
* Kristian，来自 Dappcraft 的 3D 艺术家兼可穿戴物品创作者
* James Guard，3D 艺术家兼独立可穿戴物品创作者
* Fabeeo Breen，3D 艺术家兼独立可穿戴物品创作者
* Yannakis，3D 艺术家兼独立可穿戴物品创作者

## Decentraland 为什么需要策展委员会？

可穿戴物品、表情动作和其他资产是头像创建与自定义体验的关键部分。随着编辑器的加入，社区中的任何成员都可以创建自己的可穿戴物品和表情动作，与其他用户分享。

然而，Decentraland 中的可穿戴物品和表情动作仍需要进行审核，以防止垃圾内容、滥用、重复内容以及版权侵权（依据 Decentraland 的 [内容政策](https://decentraland.org/content), [《使用条款》](https://decentraland.org/terms)，以及 [行为准则](https://decentraland.org/ethics)).

Decentraland 生态系统中的可穿戴物品还必须满足若干技术要求，否则可能无法正确渲染，或者会对同时装备的其他可穿戴物品产生不利影响。在这一审批流程能够更充分地自动化之前，需要由多名成员手动审核每个可穿戴物品。表情动作也必须由委员会批准。


---

# 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://docs.decentraland.org/creator/content-creator-zh/chuan-dai-wu-yu-biao-qing/fa-bu-collection/curation-committee.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.
