> For the complete documentation index, see [llms.txt](https://docs.enrgix.net/enrgix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enrgix.net/enrgix/governance/editor.md).

# Governance

EnrgiX is fundamentally a global decentralized energy ecosystem. Our vision transcends political, cultural, and economic boundaries, aiming to build a globally collaborative community addressing humanity's existential challenges. As a community-driven organization, we believe every participant is simultaneously a network builder, stakeholder, employee, and user – united as stakeholders in a zero-carbon future. Within the EnrgiX network, we collectively contribute to the evolution of energy networks and industry transformation.

Decision-making authority resides with holders of ENX, our governance token. While token holders maintain ultimate network control, the sensitive nature of the energy sector and potential regulatory requirements necessitate basic verification for green energy providers participating in platform governance. This unique challenge demands a sophisticated governance structure to manage non-chain components within the DePIN framework. We strive to achieve an optimal balance between business compliance and decentralization principles.

The EnrgiX DAO serves as the governance cornerstone. DAO members exercise voting rights through ENX tokens to shape the network's future. Ecosystem modifications are decided through vote-escrowed tokens (Ve Token) - a mechanism pioneered by Curve and validated through successful implementation by major protocols like Balancer. This system weights voting power based on both token quantity and staking duration. Additionally, to prevent vote consolidation and collusion, we implement quadratic voting, where voting power increases at a diminishing rate relative to token holdings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enrgix.net/enrgix/governance/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
