# Governance

The governance platform allows token holders to participate in the future of the EXA Ecosystem. \
EXA token holders can get involved in the project by proposing or deciding on protocol settings, new feature implementation, strategic partnerships, and even modifying the governance system itself.&#x20;

{% hint style="info" %}
The governance architecture is greatly inspired by [Uniswap](https://uniswap.org/governance), [DyDx](https://docs.dydx.community/dydx-governance/voting-and-governance/dip-proposal-lifecycle), [Tinyman](https://docs.tinyman.org/token-and-governance/governance-details/overview), and [Blur](https://docs.blur.foundation/governance) protocols.
{% endhint %}

## Proposal Lifecycle

<figure><img src="/files/bzVxG119vVtRthvwHtu8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/odCjYGmBYl1yP7mAJSox" alt=""><figcaption><p>Proposal Lifecycle</p></figcaption></figure>

**The Governance model consists of 5 distinct phases.**

#### Phase 1 - Forum Discussion

Initial concepts and suggestions are first shared on the forum to gather input from the community. This serves as a platform for receiving feedback. Each proposal undergoes a phase of improvements and addresses any objections raised. If the proposal is positively received and feedback is integrated, it progresses to the next phase.

#### Phase 2  - EXRC Creation

Off-chain EXA Request for Comments (EXRCs) creation is the first step in the governance improvement process. Anyone can participate in the Governance Forum, create off-chain EXRCs, and discuss potential improvements.

#### Phase 3  - EXRC Feedback

Once posted on the Governance Forum, all questions and comments should be addressed and taken into consideration to further improve the EXRC.

#### Phase 4  - EXIP Creation

An EXA Improvement Proposal (EXIP) is the final version of the proposal, created by the EXA Community based on the information gathered in the Forum Discussion. The EXIP is then posted on the DAO Platform for community members to vote on in the next phase.

#### Phase 5 - EXIP Voting Process

This is the final step, where community members vote to either approve or reject the proposal. A proposal must receive more than 50% of the votes to be approved. Otherwise, it is rejected.

**The full process and implementation will be detailed closer to the launch of the DAO.**


---

# 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.exa.community/getting-started/governance.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.
