# Governance Process

The governance process is streamlined for efficiency and transparency.

#### **Proposal Drafting**

* Community members can draft proposals and discuss them in governance forums.
* Drafts must include detailed justifications, implementation steps, and potential risks.

#### **On-Chain Voting**

* Proposals move to on-chain voting after sufficient community review.
* Voting is conducted over a predefined period (e.g., 7 days).

#### **Result Implementation**

* If a proposal meets the quorum and receives majority approval, it is queued for execution via smart contracts.
* Certain proposals, such as parameter adjustments, may take effect immediately, while major updates require timelocks.


---

# 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://nebula-18.gitbook.io/nebula/tech-overview/nebula-technology-overview/governance/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.
