# What is decentralized autonomous governance?

Every centralized organization is controlled by an individual or a small group. They serve as a trusted middleman and ideally would act in the name of the shared interest. Unfortunately these individuals or small groups sometimes put their own interests above the shared interest of the organisation they are supposed to serve. In this case they are a 'single point of failure' which causes the whole organisation to malfunction.

Decentralized governance aims to fix the 'single point of failure' issue. How? It is basically decentralizing governance into the hands of all the organization members instead of an individual or small group. It is using transparent management of finance and efficient voting mechanisms to do so:

| DAO                                                                                | A traditional organization                                                                       |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| Voting required by members for any changes to be implemented.                      | Depending on structure, changes can be demanded from a sole party, or voting may be offered.     |
| Votes tallied, and outcome implemented automatically without trusted intermediary. | If voting allowed, votes are tallied internally, and outcome of voting must be handled manually. |
| All activity is transparent and fully public.                                      | Activity is typically private, and limited to the public.                                        |

#### **References**

[What are DAOs?](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/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.
