# What is DAO?

A decentralized autonomous organization (DAO) is a type of organization that is run using smart contracts on a blockchain platform. A DAO is decentralized in the sense that it is not controlled by a single individual or entity, but rather by a set of rules that are encoded into the smart contracts that govern the organization.

A DAO operates using a decentralized governance model, in which decisions about the organization's operations are made by the community of token holders, rather than by a central authority. This allows a DAO to operate in a decentralized and transparent manner, without the need for traditional intermediaries such as banks or governments.

DAOs have the potential to revolutionize the way that organizations are run and to enable new forms of decentralized decision-making and collaboration. However, they also face a number of challenges, including regulatory uncertainty and the potential for malicious actors to disrupt the organization. Despite these challenges, DAOs are expected to play a significant role in shaping the future of decentralized governance and the broader blockchain ecosystem.

<br>


---

# 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://bnbdao.gitbook.io/faq/what-is-dao.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.
