> 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/dao-mandeulgi.md).

# 나만의 DAO 만들기

탈중앙화 자율 조직(DAO)을 만드는 데 도움이 되는 여러 도구가 있습니다.

이 페이지는 Aragon을 시작으로 Chiliz Chain과 호환되는 도구에 초점을 맞춥니다.

## Aragon을 사용하여 DAO 만들기

[Aragon](https://www.aragon.org/)은 DAO의 생성 및 관리를 단순화하는 [오픈소스](https://github.com/aragon/app) 플랫폼입니다. 노코드 DAO 출시 기능을 통해 코드를 작성하지 않고도 DAO를 만들 수 있습니다. 이를 통해 개발자 이외의 더 많은 사람들이 접근할 수 있습니다.

단계는 다음과 같습니다.

1. [Aragon 앱](https://app.aragon.org/)으로 이동하여 Web3 지갑으로 연결합니다.
2. "DAO 만들기" 버튼을 클릭합니다.
3. Aragon이 다음 단계를 안내합니다. "시작하기"를 클릭합니다.\
   ![](/files/QBfz7n9rn5msCp8Z5lOI)
4. 체인 목록에서 "Chiliz"를 선택하고 "다음"을 클릭합니다.<br>

   <figure><img src="/files/4mLTLMLbVGgigqzhflNn" alt=""><figcaption></figcaption></figure>
5. DAO를 설명합니다: 이름, 로고 등.<br>

   <figure><img src="/files/xeLWrwJ9ejj0AaHf2hsf" alt=""><figcaption></figcaption></figure>
6. "DAO 게시"를 클릭합니다. 단계가 나열된 모달이 나타납니다.\
   ![](/files/weUqMJDNjiZusIQYYEws)
7. "트랜잭션 서명"을 클릭합니다. 지갑이 열리며 트랜잭션 요청이 표시되고, 이를 확인해야 합니다.
8. 확인이 완료되면 Aragon은 DAO를 볼 수 있을 때까지 필요한 단계를 계속 진행합니다.\
   ![](/files/IXiKmVfEQtpQu0oK3Mbg)
9. "DAO 보기" 버튼을 클릭합니다. Aragon이 DAO 대시보드로 이동합니다.

축하합니다! 이제 Chiliz Chain에서 나만의 DAO를 운영할 수 있습니다!


---

# 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/dao-mandeulgi.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.
