> 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/jp/gakushu/dao/dao-no-tsukurikata.md).

# 独自の DAO を作成する方法

独自のDecentralized Autonomous Organization（DAO）の作成を支援するツールはいくつかあります。

このページでは、Chiliz Chainと互換性のあるツールに焦点を当て、まずAragonから紹介します。

## Aragonを使ったDAOの作成方法

[Aragon](https://www.aragon.org/)は、DAOの作成と管理を簡素化する[オープンソース](https://github.com/aragon/app)プラットフォームです。No-Code DAO Launch機能により、コードを一切書かずにDAOを作成できます。これにより、開発者だけでなく、より幅広い層が利用できるようになっています。

手順は以下のとおりです。

1. [Aragonアプリ](https://app.aragon.org/)にアクセスし、Web3ウォレットで接続します。
2. 「Create a DAO」ボタンをクリックします。
3. Aragonが今後の手順を示します。「Get started」をクリックします。\
   ![](/files/iCpFPQnizwyWkRT9l3pA)
4. チェーンの一覧から「Chiliz」を選択し、「Next」をクリックします。<br>

   <figure><img src="/files/HHq2b0TodcncetPNQKy2" alt=""><figcaption></figcaption></figure>
5. DAOの内容を入力します。名前、ロゴなど。<br>

   <figure><img src="/files/KRNpjm683gFgo3TK0TaH" alt=""><figcaption></figcaption></figure>
6. 「Publish DAO」をクリックします。手順を一覧表示するモーダルが表示されます。\
   ![](/files/8r9af64XxYTGnmeSgR1y)
7. 「Sign transaction」をクリックします。ウォレットが開いてトランザクションのリクエストが表示されるので、確認します。
8. 確認が完了すると、Aragonは必要な手順を続行し、DAOを表示できるようになります。\
   ![](/files/iG9IERhNQ7yhrdXEBMyU)
9. 「View 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:

```
GET https://docs.chiliz.com/jp/gakushu/dao/dao-no-tsukurikata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
