# 自律分権型ガバナンスとは？

あらゆる中央集権的な組織は、個人または小さなグループによってコントロールされています。彼らは信頼できる仲介者として機能し、理想的には、共有利益の名の下に行動します。しかし残念ながら、こうした個人や小さなグループは、時として、自分たちが奉仕すべき組織の共有利益よりも、自分たち自身の利益を優先してしまうことがあります。この場合、彼らは組織全体を誤動作させる「単一障害点」となります。

分散型ガバナンスは、「単一障害点」の問題を解決することを目的としています。基本的に、ガバナンスを個人や小さなグループではなく、組織のメンバー全員の手に分散させることです。そのために、透明性の高い財務管理と効率的な議決権行使のメカニズムを利用するのです。

| DAO                          | 従来の組織                                  |
| ---------------------------- | -------------------------------------- |
| 変更の実行にはメンバーの投票が必要            | 組織体制によって、独断で変更を要求する場合や、採決が行われる場合がある    |
| 投票が集計され、その結果が仲介者なしで自動的に実行される | 採決が行われる場合、結果は内部で集計され、投票結果に基づき人の手で実行される |
| 活動は透明性があり、完全に公開されている         | 活動は一般的に非公開で、公開は限定的                     |

#### **参考**

[DAOとは？（英語のみ）](https://ethereum.org/en/dao/)


---

# Agent Instructions: 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://legacy-docs.aragon.org/japanese-aragon-user-documentation/aragon/about-dao/what-is-decentralized-autonomous-governance.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.
