> 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-ko/wearables-and-emotes/publishing-collections/curation-committee.md).

# 큐레이션 위원회

웨어러블 큐레이션 위원회에 대한 설명과 논의

큐레이션 위원회는 DAO에 의해 선출된 개인들로 이루어진 그룹으로, 디센트럴랜드 커뮤니티가 제출한 웨어러블과 이모트를 검토하고 승인하는 책임을 맡고 있습니다. 현재 큐레이션 위원회는 3명의 위원으로 구성되어 있지만, 더 많은 인원을 포함하도록 확장될 수 있습니다. 각 위원은 웨어러블 편집기를 통해 제출된 각 항목의 승인 또는 거부에 투표하는 데 사용되는 멀티시그 지갑의 키를 보유하고 있습니다.

위원회가 웨어러블을 검토할 때 사용하는 승인 기준은 [웨어러블 게시](/creator/content-creator-ko/wearables-and-emotes/publishing-collections/publishing-collections.md)에 설명되어 있으며, 이모트 게시 기준은 [이모트 개요](https://github.com/decentraland/docs/blob/main/creator/wearables-and-emotes/emotes/README.md)

이 위원회의 현재 구성원은 다음과 같습니다:

* Shibu, 아트 디렉터, 디센트럴랜드 재단
* 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 아티스트이자 독립 웨어러블 제작자

## 디센트럴랜드에 큐레이션 위원회가 필요한 이유는 무엇인가요?

웨어러블, 이모트 및 기타 자산은 아바타 생성과 커스터마이징 경험의 핵심 요소입니다. 편집기가 추가됨에 따라 커뮤니티의 누구나 자신만의 웨어러블과 이모트를 만들어 다른 사용자와 공유할 수 있게 되었습니다.

하지만 디센트럴랜드의 웨어러블과 이모트는 스팸, 악용, 중복 콘텐츠, 저작권 침해를 방지하기 위해 여전히 관리가 필요합니다(디센트럴랜드의 [콘텐츠 정책](https://decentraland.org/content), [이용 약관](https://decentraland.org/terms), 그리고 [윤리 강령](https://decentraland.org/ethics)).

에 따른). 디센트럴랜드 생태계 내의 웨어러블은 여러 기술적 요구사항도 충족해야 합니다. 그렇지 않으면 올바르게 렌더링되지 않거나 같은 시점에 장착된 다른 웨어러블에 부정적인 영향을 줄 수 있습니다. 이 승인 절차를 더 완전히 자동화할 수 있을 때까지는 여러 사람이 각 웨어러블을 수동으로 검토해야 합니다. 이모트 역시 위원회의 승인을 받아야 합니다.


---

# 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-ko/wearables-and-emotes/publishing-collections/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.
