# Governance Framework

Nebula adopts a **DAO (Decentralized Autonomous Organization)** structure, where decisions are proposed, voted on, and executed by the community.

#### **Proposals**

* Any token holder can submit a governance proposal after meeting a minimum threshold of Nebula tokens.
* Proposals cover various aspects of the protocol, such as:
  * Adding new collateral assets.
  * Adjusting collateralization ratios and interest rate parameters.
  * Allocating funds for ecosystem growth.
  * Updating smart contracts and deploying new features.

#### **Voting**

* Governance participants vote on proposals using their Nebula tokens.
* Voting power is proportional to the number of tokens held or staked.
* A quorum must be reached for a proposal to be considered valid.

#### **Execution**

* Approved proposals are executed via smart contracts to ensure transparency and immutability.
* Certain changes, such as protocol upgrades, may be subject to a **timelock period**, allowing community review.


---

# 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-framework.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.
