# Governance Process

## Scope of Developer DAO Governance

The following areas are currently under the Governance of Developer DAO Members:

* Any decision that impacts the Treasury balance or allocation that is not already accounted for in a previous proposal.
* Anything that impacts the Governance of the DAO
* Anything that impacts the “The Developer DAO Foundation" including its Articles and ByLaws.

Anything outside of this can be performed freely within pre-determined structures and mechanisms in the DAO.

## Governance Process

### Phase 0: Discussions

This phase is optional. However, it is recommended to have discussions in an open forum before submitting a proposal since a successful proposal will need to gather momentum among members.

| **Duration** | There is no specified time on how long a proposal remains in this phase |
| ------------ | ----------------------------------------------------------------------- |
| **Who**      | Anyone can post                                                         |
| **Where**    | General Category on the forum                                           |

### Phase 2: Developer DAO Improvement Proposal (DDIP)

A DDIP provides a structured overview of the proposal that acts as the basis for further discussions and also as a foundation for decision-making during the next phase.

|                  |                                                                                                                                                                                                        |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Duration**     | Minum 5 days (120 hours)                                                                                                                                                                               |
| **Who**          | Anyone can create a DDIP                                                                                                                                                                               |
| **Where**        | [Proposal category on the forum](https://forum.developerdao.com/c/proposals/5)                                                                                                                         |
| **Requirements** | Must use [this template](https://forum.developerdao.com/t/updated-proposal-template-for-ddip/1893/1) and can be elevated to Snapshot by an Stewards that supports the Proposal after required Duration |

### Phase 3: Snapshot Vote

The final ratification of a DDIP requires a successful vote of Members on the [devdao.eth Sanpshot space](https://snapshot.org/#/devdao.eth/)

| **Duration**     | 5 days (120 hours)                                                                                                                    |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **Who**          | Stewards                                                                                                                              |
| **Where**        | [Snapshot](https://snapshot.org/#/devdao.eth/)                                                                                        |
| **Requirements** | Single choice voting strategy, successful proposal require majority of votes with a minimum quorom of 2% vote circulating CODE tokens |


---

# 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://handbook.developerdao.com/about-the-dao/governance-process.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.
