> 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/deeep-resolution.md).

# DeEEP Resolution

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

The process starts by starting a discussion on the NerdNode Discord in the Deeep DR channel. After soliciting feedback the author should [submit](https://github.com/nerdnode-io/dr/issues/new?assignees=\&labels=dr\&projects=\&template=proposed-resolution.md\&title=DR+--+New+Proposed+Resolution) the **Proposed Resolution** issue in the [nerdnode-io/dr](https://github.com/nerdnode-io/dr) Github repository.&#x20;

To officially submit the Resolution for voting, the author will submit a DR Submission on the blockchain. This transaction initializes the on-chain voting mechanism by requiring the author to lock $nu based on its category and creates the Proposal Fund.

**Required Information:**

* Title
* Author
* Change Type

<table><thead><tr><th width="329">Change Type</th><th>Initialization Fee</th></tr></thead><tbody><tr><td>Blockchain Configuration</td><td>100,000 $DEEEP</td></tr><tr><td>Smart Contract</td><td>100,000 $DEEEP</td></tr><tr><td>Architecture</td><td>10,000 $DEEEP</td></tr><tr><td>Infrastructure</td><td>10,000 $DEEEP</td></tr><tr><td>New Feature</td><td>10,000 $DEEEP</td></tr><tr><td>Tokenomics</td><td>1,000,000 $DEEEP</td></tr></tbody></table>

* Motivation
* Detailed Explanation
* Alternatives
* Budget / Proposal Fund

**Initialization Fee**

Is returned to the author on either a Pending Code or an Approved status of their proposal and on a Rejected status the locked $DEEEP is added to the [Community Fund](/introduction/using-usddeeep/community-fund.md).

**Proposal Fund**

An escrow account that's created on DR Submission onto the blockchain. It's used to collect development funds for implementing the resolution. The [Community Fund](/introduction/using-usddeeep/community-fund.md) can be used to bolster this based on the DR submitted.


---

# 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/deeep-resolution.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.
