> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/baeuggi/dao.md).

# DAO 소개

CEO나 중앙 리더 없이 구성원들이 공동으로 소유하고 관리하는 온라인 조직을 만들고 싶으신가요?

블록체인 세계에서 이것을 \*\*탈중앙화 자율 조직(DAO, Decentralized Autonomous Organization)\*\*이라고 합니다. 규칙이 투명한 스마트 컨트랙트에 코딩되어 있는 인터넷 네이티브 커뮤니티입니다. 계층 구조 대신 그룹 투표를 통해 의사결정이 이루어지며, 모든 구성원이 조직의 미래와 공동 금고에 대한 발언권을 갖습니다.

## 왜 Chiliz Chain에서 DAO를 구축해야 하나요?

DAO를 구축하면 CHZ 생태계 내에서 투명하고 커뮤니티가 소유하는 거버넌스를 직접 수립할 수 있습니다. 팬들에게 진정한 소유권과 직접적인 발언권을 부여하는 가장 효과적인 방법입니다.

DAO는 프로젝트의 Fan Token을 단순한 투표 도구에서 커뮤니티 소유권과 거버넌스의 핵심으로 변환할 수 있습니다. 클럽이 승인한 투표에만 참여하는 대신, DAO는 팬들이 자체 이니셔티브를 만들고, Fan Token 금고를 관리하며, 프로젝트 업무를 투명하게 운영할 수 있도록 합니다.

스포츠 커뮤니티에서 DAO의 가능한 사용 사례:

* 팬 협의회 DAO:\
  커뮤니티가 공식 디지털 팬 협의회 역할을 할 수 있습니다. 구성원들은 클럽 이사회에 제출할 특정 사안에 투표하거나, 공식 회의를 위한 팬 대표를 선출하거나, 클럽에 대한 기대사항을 담은 "팬 헌장"을 비준할 수 있습니다.
* 경기장 경험 DAO:\
  경기 전 음악 플레이리스트, 특정 팬 구역의 음식 판매점, 티포 디스플레이 디자인 등 경기 당일 경험의 다양한 측면에 대해 커뮤니티가 투표하고, DAO가 이러한 이니셔티브의 예산을 관리할 수 있습니다.
* "유망주" 선수 지원 DAO:\
  커뮤니티가 클럽 아카데미의 유망한 젊은 선수나 지역 영웅을 후원할 수 있습니다. 커뮤니티는 독점 콘텐츠나 미래 인센티브를 대가로 그들의 훈련과 커리어를 지원하기 위해 자금을 모읍니다.
* 공유 시즌권 DAO:\
  커뮤니티가 인기 있는 시즌권 묶음을 구매할 수 있습니다. 구성원들은 DAO가 관리하는 공정하고 투명한 투표 또는 추첨 시스템을 사용하여 각 경기의 티켓 사용자를 결정합니다.
* 기타 등등.

DAO가 Fan Token 커뮤니티에 가져다 줄 수 있는 것을 상상해 보세요!

## 가이드

{% content-ref url="/pages/WHaAwWJFdP7VdouFNWEl" %}
[나만의 DAO 만들기](/ko/baeuggi/dao/dao-mandeulgi.md)
{% endcontent-ref %}

{% content-ref url="/pages/6cLKjNZZpgruJVk1mIGF" %}
[DAO 운영 방법](/ko/baeuggi/dao/dao-unyeong.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://docs.chiliz.com/ko/baeuggi/dao.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.
