> For the complete documentation index, see [llms.txt](https://docs.deeep.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deeep.network/introduction/using-usddeeep/governance.md).

# Governance

‌Governance refers to a set of operational policies centered around a decentralized voting system. It allows the Deeep Network participants the ability to directly contribute to the direction and policies that make up the Network. While it's not a pure democracy, it operates as a representative democracy with a Data Committee exercising the voting power vested in them by token holders.

{% hint style="warning" %}
This governance will take effect within 90 days of mainnet launch.  Until then NerdNode will review and approve resolutions off chain.
{% endhint %}

## **Members of Governance**

### **Voters**

**Data Committee Members:** These members are the designated voters on Deeep Resolutions. Their Voting Power is based on their locked $DEEEP and the amount of Voting Power delegated to them by Delegates.

### Delegates

**‌Token Holders or**  [**Data Committee Members**](#voters)**:** These individuals can delegate their voting power to Data Committee Members, ensuring their interests are represented in governance decisions.

### Resolution Author

The individual that follows the [DeEEP Resolution](https://github.com/nerdnode-io/gitbook/blob/main/technical-references/litepaper/governance/Deeep-resolution.md) (DR) process and successfully submits it to a vote.

## Submitting a DeEEP **Resolution**

All votes start by submitting a DeEEP Resolution, which must cite a budget and proposed funding source if there is a budget requirement among other things. This can include sources like the [Community Fund](/introduction/earning-usddeeep/tokenomics.md#community-fund), validator fees, etc.

{% hint style="info" %}
Want to submit a Deeep Resolution? Review the process [here](https://github.com/nerdnode-io/gitbook/blob/main/technical-references/litepaper/governance/Deeep-resolution.md) 🚀
{% endhint %}

## **‌Voting Procedure**

{% embed url="<https://www.figma.com/board/aVAOMr3qoOXYjU570ePVBl/Resolution-Workflow?node-id=103-1509&t=COCrmYCiOD5il9Ef-4>" %}
Normal Voting Process
{% endembed %}

### ‌**Voting Start**

**‌**Time: Voting starts on D+2 00:00 (UTC) from DR Submission

‌Once the DR is submitted, relevant notice is sent out on the NerdNode website, Discord and other communities

{% hint style="info" %}
Voting Power of all Data Committee Members are determined as per the snapshot taken at the DR submission. This will be the Voting Power used during the voting process. Any change of Voting Power during the vote will not be reflected.
{% endhint %}

### **Voting Procession**

**Period**: 7 Days (168 Hours)

‌**Vote Options**: One in favor, opposition, and abstention

**Status**:

* **Rejected** (>50% in opposition) - will not be implemented and [Initialization Fee](https://github.com/nerdnode-io/gitbook/blob/main/technical-references/litepaper/governance/Deeep-resolution.md#initialization-fee) is collected by [Community Fund](/introduction/earning-usddeeep/tokenomics.md#community-fund)
* **Approved** (>=50% in favor) - approved for adoption onto the network and [Initialization Fee](https://github.com/nerdnode-io/gitbook/blob/main/technical-references/litepaper/governance/Deeep-resolution.md#initialization-fee) is refunded to the author(s)

> **Quorum**: Quorum is the minimum number of votes required for a resolution to pass. Based on the number of votes determined by the snapshot at the time of voting start, the total number of votes excluding the abstention is considered valid. Quorum is defined as over 40% of these valid votes.

‌Voting is compulsory, and all Data Committee Representatives with active Voting Power based on the snapshot are required to participate in the voting process (responsibility imbued by authority).

{% hint style="info" %}
‌Voting may end early should the votes result in Rejected or Approve as described above
{% endhint %}

### Emergency Resolutions

In the event of a situation requiring action quickly for emergency situations (if someone is gaming rewards at the detriment to the community, a major security vulnerability is detected, or something is adversely affecting the Network) the Data Committee members may vote on a temporary resolution with a narrow scope to immediately stay the emergency event.

An emergency vote requires 67% of the Data Committee members to vote in favor.

Emergency votes in order to protect the security, major health factors, or other data breach risks may not be announced until the vulnerability they are addressing is patched to prevent additional abuse by the announcement. As such will not require public DR Submissions to implement. It requires a 67% vote of all [Data Committee](broken://pages/4TurvI5Ai2XJ8IObNjMx) members to withhold disclosure until the vulnerability is resolved, at which point it will be announced.

Any emergency Resolution shall be follower up by normal a DeEEP Resolution upon implementation which will contain the permanent solution to the emergency situation.

{% hint style="warning" %}
Emergency Resolutions will be automatically reverted after 14 days to prevent abuse of changing fundamentals of the Network without proper review, notice, and voting procedures.
{% endhint %}

### **Implementation**

**‌**There are three major ways that a Resolution may be implemented

‌**Immediate**: Resolutions that can be carried out immediately within the system. The code has already been completed or simple configuration changes.

**Core Team**: For resolutions originating from or sponsored by the Core Team. Once the vote results in an Approval the Core Team will work on the code and implement it according to the schedule that was approved.

**Community**: Resolutions that are not sponsored by the core team. The core team may not be assigned, but community members can develop the proposal into a working solution. It will then be reviewed for compliance against the proposal and coding standards and merged into production. Upon deployment this will result in the participants and author claiming the resolution funds according to the budget in the completed resolution.  The core team may choose to take projects like this on to win part of the associated budget.

## Future Models

The DeEEP Network is committed to achieving true decentralization and empowering its community of node owners and stakeholders. To fulfill this vision, we are developing a comprehensive plan to transition the network's ownership and governance to a a structure similar to a Decentralized Autonomous Organization (DAO) within a 12-18 month timeline, starting no later than the conclusion of the 50,000 piece device sale.  We will work to seek community input in this process to ensure that all voices in the DeEEP community are represented.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.deeep.network/introduction/using-usddeeep/governance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
