# 🗳️ Governance & DAO Framework

At the heart of LERAX Chain lies a decentralized governance model — a **DAO (Decentralized Autonomous Organization)** — built to ensure long-term sustainability, open innovation, and full community control.

Unlike traditional Web2 platforms where decisions are centralized, LERAX empowers its **node operators** and **core contributors** to shape the future of the network through formal on-chain governance.

All DAO activities — including proposal submissions, voting records, results, fund transfers, and milestones — are **auditable on the LERAX Explorer**.

<table><thead><tr><th width="261" align="center">Rule</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">👨‍💻 Proposal Rights</td><td align="center">Any verified dev can propose if plan is detailed and public</td></tr><tr><td align="center">🗳️ Voter Eligibility</td><td align="center">Only LERAX Node Holders can vote</td></tr><tr><td align="center">⌛ Voting Period</td><td align="center">10 calendar days per proposal</td></tr><tr><td align="center">✅ Approval Threshold</td><td align="center">51% Yes Votes (with quorum of 33% node votes)</td></tr><tr><td align="center">💸 Fund Disbursement</td><td align="center">Automatic from Ecosystem Wallet to Dev Wallet</td></tr><tr><td align="center">🔒 Security</td><td align="center">Multisig + time-lock + audit trail via LERAX Explorer</td></tr></tbody></table>


---

# 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://lerax.gitbook.io/lerax/governance-and-dao-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.
