# Governance Token Utility

The Nebula token plays a central role in governance, empowering users with voting rights and incentivizing participation.

#### **Voting Power**

* Determined by the number of tokens a participant holds or stakes in the protocol.
* Staking Nebula tokens enhances voting power and earns participants additional rewards.

#### **Proposal Submission**

* A minimum token threshold (e.g., 1% of total supply) is required to submit proposals.
* This ensures that only serious and well-considered proposals are submitted.

#### **Incentives for Participation**

* Active participants in governance earn rewards in Nebula tokens.
* Rewards are distributed proportionally based on voting activity and the number of tokens staked.

#### **Equalizing Influence: Quadratic Voting**

* Quadratic voting prevents large token holders from exerting disproportionate control by making the cost of additional votes increase quadratically.
* This system amplifies the voice of smaller holders, promoting a more democratic decision-making process.

#### **Community Engagement**

* By leveling the playing field, quadratic voting encourages broader participation in governance, strengthening the protocol's alignment with its user base.

<br>


---

# 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-token-utility.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.
