# What is a DAO?

## **What is a DAO?**&#x20;

A decentralized autonomous organization, or DAO simply means that an organization has no central authority nor is it run from a centralized location (e.g. a single server). A DAO is an organization run by the people, for the people.

## Why a DAO?

As a project led by the people — aka DAO — transparency and community control over the project are its core strengths. All decisions are made using off-chain voting using snapshots, followed by an execution on smart contracts, directly on the blockchain. The project can, at no point, be controlled or steered by a single individual or entity. Any of the protocol’s rules can be changed at any time through a community vote.&#x20;

This also implies that all suggestions/proposals can turn into reality.&#x20;

Example: Do you have an idea on how to improve the protocol, how to promote it or how to receive funding/grants etc? Put in your proposal for the community to see. Then the community will vote on your proposal. The community (delegates) have full autonomy for their decision making and if your proposal received a majority YES vote, it will go through and be executed. As simple and straightforward as that!


---

# 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://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto/what-is-a-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.
