# Voting Mechanism

The Enexfi DAO Voting Mechanism defines **how token holders participate in governance decisions**, how votes are recorded, and how results are implemented on-chain. It ensures **fair, transparent, and automated decision-making**.

***

### Key Features

#### 1. Token Holder Participation

* Only **ENX token holders** can vote on DAO proposals.
* Voting power is **proportional to token holdings**; more ENX = more influence.

#### 2. Proposal Submission

* Enexfi determines **which topics are submitted for voting**.
* Submitted proposals may include:
  * Approval of new energy or investment projects
  * Updates to staking or reward parameters
  * Allocation of ecosystem development funds
  * Introduction of new platform features

#### 3. Voting Process

* Token holders cast their votes during the **open voting period**.
* Options can include **“Yes”, “No”, or multiple choices** depending on proposal type.
* All votes are **recorded on-chain via smart contracts**, ensuring **immutability and transparency**.

#### 4. Result Calculation & Execution

* Proposals require a **minimum quorum** to be valid.
* Decisions are based on **majority votes** or predefined rules.
* Approved proposals are **automatically executed by smart contracts**, no central authority needed.

#### 5. Transparency & Auditability

* All proposals, votes, and outcomes are **publicly auditable on the blockchain**.
* Community members can **verify the integrity of votes and decisions** at any time.

***

### Suggested Visual Flow

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

### Summary

The Voting Mechanism ensures:

* **Token holders can influence platform decisions** within Enexfi’s approved topics
* **Transparent, on-chain vote recording** prevents manipulation
* **Automated execution via smart contracts** ensures timely and reliable implementation
* **Structured governance** aligns the community with Enexfi’s ecosystem growth


---

# 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://enexfi.gitbook.io/enexfi/governance/voting-mechanism.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.
