# DAO Architecture: Principles and Processes

## **Core Principles**

1. EMC DAO is founded on inclusive governance, on-chain transparency, and iterative improvement. All EMC token holders and hardware contributors who meet specific thresholds can propose and vote, while all records and outcomes remain publicly verifiable on-chain. Moreover, EMC DAO remains adaptable; as the community’s technical and strategic needs evolve, so too does its governance framework.

## **Organizational Tiers**

* **Base Community:** Composed of everyday token holders, hardware node operators, and AI developers. By holding or staking EMC, participants gain the right to vote on proposals.
* **Council/Delegates (Optional):** A higher-level advisory or review layer formed by high-reputation nodes or large token holders. This group can perform preliminary evaluations of critical proposals to maintain proposal quality.
* **Execution Layer:** A multi-signature or autonomous smart contract layer that enforces approved decisions, eliminating single points of failure or centralized control risks.

## **Governance Process**

1. **Proposal Submission:** A sponsor drafts and publishes a proposal outlining objectives, required funding, and implementation details.
2. **Community Deliberation:** Open discussion occurs on official forums or governance platforms, with feedback and modifications gathered.
3. **Voting:** The proposal moves to a formal voting phase. If it meets the required majority, it proceeds to execution.
4. **On-Chain Execution:** Upon approval, a multi-sig or governance smart contract executes the proposal without manual intervention.
5. **Outcome Review:** The community monitors implementation progress, informing future decisions with real-world insights.


---

# 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://docs.emc.network/emc/emc-dao/dao-architecture-principles-and-processes.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.
