# Deri Improvement Proposal (DIP)

**Deri Improvement Proposal** (**DIP**) is a standard for introducing features or information to **Deri Protocol**. The **DIP** should provide besides a simple summary, motivation; a concise technical specification of the attribute and a rationale for the feature.

As Deri Protocol is a community-centered project, the innovation and success of the protocol depend on the community's input.

## DIP Contributing

When you believe your final AIP draft is mature enough and ready to propose to the community. \
Visit  [**DIP Submission Form**](https://airtable.com/shrOr6s8zpN3qukj8), fill it out in detail and submit.\
\
Afterward, your DIP is added to the governance discord where it can be discussed for inclusion in a future protocol upgrade. If a small part of the community agrees to include it, it gets the status "Proposed". Your proposal will now be reviewed On-Chain by the entire community through the [**Governance Platform**](https://deri.io/#/governance) and given a majority vote, it will be upgraded to the status "Approved"

At this stage, your proposal will be forwarded to the developers within the community, who will be responsible for the execution of your theoretical proposal and its implementation.

Check out the DIPs here: <https://deri.io/#/governance>


---

# 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.deri.io/dip/contributing.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.
