> For the complete documentation index, see [llms.txt](https://docs.omgkirbydao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omgkirbydao.com/governance/omgkirbydao-lite-paper/architecture/decision-making.md).

# Decision Making

The governance infrastructure of the DAO is designed such that the ‘voting threshold required to make decisions is proportional to the degree to which that decision impacts the DAO Community, and whether or not it leads to irreversible use of resources in the DAO treasury. The proportionality between various kinds of decisions that the DAO might need to vote on can be understood through the IMPACT - REVERSIBILITY Matrix below(Fig. 3):

Most of the decisions that the DAO needs to make fall within the spectrum outlined in the matrix above, ranging from low-stakes decisions that are easily reversible to high-stakes decisions that are difficult to reverse.

The decision-making process is, therefore, designed such that decisions within each quadrant follow a distinct flow from ‘proposal’ to ‘implementation’ reflective of where they fall on the priority spectrum.

![Fig. 3: Impact - Reversibility Matrix for decision making](/files/dHNlH6PaE3SLLV1D88Rr)


---

# 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.omgkirbydao.com/governance/omgkirbydao-lite-paper/architecture/decision-making.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.
