DAO Governance
The ZKNetwork DAO is built on three foundational systems:
- Modular on-chain governance framework
- Noir-powered zero-knowledge voting for privacy-preserving governance
- SubDAO-based fractal governance
Governance Principles
- Network Infrastructure — No single critical path — multiple routes for value, information, and execution through redundant governance pipelines
- Fractal Nature — Self-similar composition — cells, squads, and domains operate with the same proposal and accountability mechanics as the parent DAO
- Emergent Coordination — Global coordination emerges from local interactions — incentivized contributions without bottlenecking central committees
- Dynamic Flow — Resource allocation responds to on-chain signals, delivery metrics, and sentiment
- Mutual Reciprocity — Contribution recognition between builders, validators, and governance participants
- Polycentric Pluralism — Multiple overlapping decision centers reduce capture — domain councils with scoped authority under a shared constitution
Three-Body Governance System
The three bodies form a balanced system of checks and balances: the Token Assembly (legislative) proposes and votes on governance actions; the Security Council (executive) handles emergency interventions and technical assessments; the Guardians (judicial) exercise veto power and ethics oversight over both. Protocol enhancements — ZK eligibility proofs, the SubDAO model, and resilience mechanisms — strengthen each body's capabilities.
1. Token Assembly
Composed of ZKN token holders with plurality and quadratic voting structure.
- ZK-Native Voting: Votes are verified using Noir proofs without revealing token holdings or addresses
- Governs proposals, upgrades, grants, and treasury disbursement
2. Security Council
Technical experts responsible for emergency actions and security assessments.
- Multisig control to enable rapid intervention for critical issues
- Dual-guarded by hardware security modules
3. Guardians
Ethos-aligned actors with veto power.
- Ensure proposals align with mission principles and community integrity
- Selected through ZK-proof based reputation verification
MetaDAO: Root Governance Body
The MetaDAO is the root governance body that spawns and coordinates all SubDAOs.
Responsibilities
- Treasury Control — Allocates funds exceeding threshold, manages strategic reserves, and approves large-scale ecosystem grants
- Protocol Upgrades — Constitutional changes require 70% supermajority — ensures aligned evolution of the network
- SubDAO Oversight — Charter approval, renewal cycles every 6 months, and veto power to maintain ecosystem alignment
- Guardian Appointments — Selects and rotates ethos-aligned actors who ensure proposals respect mission principles
SubDAO Ecosystem: Fractal Mesh
SubDAOs are autonomous, modular units that inherit MetaDAO's governance charter while operating with domain-specific independence. Each SubDAO is a self-similar fractal — running the same proposal, budgeting, and accountability mechanics as the parent DAO. They can spawn sub-groups (fractal recursion) with caps and required transparency.
Active SubDAOs
| SubDAO | Focus Area |
|---|---|
| Governance Ops | Infrastructure, tooling, governance processes |
| Beta Program | Community testing, feedback, user experience |
| Aztec Integration | Noir contract development, Aztec SDK |
| Research & Development | AI agents, hardware, ZK algorithms |
| DePIN Operations | Physical infrastructure, mesh networks |
| ReFi & Regenerative | Sustainability initiatives, carbon credits |
DAO as a Protocol
ZKNetwork DAO routes resources, decisions, and reputation through standardized governance primitives.
Governance Primitives
- Proposal — Standard proposal template, lifecycle, dependencies, and proofs of impact
- Budget — Streamed budgets, milestone gates, and clawback conditions for accountability
- Reputation — Attestations, proof-of-contribution, and reviewer credibility without exposing identity
- Dispute — Arbitration, appeals, and emergency brakes with ZK-proof based verification
Domain councils (security, protocol, ecosystem, grants, compliance) operate with scoped authority under a shared constitution and arbitration framework.
Zero-Knowledge Voting
All governance votes use Noir-powered zero-knowledge proofs. Vote weight and choice remain hidden while ZK proofs ensure vote validity without revealing identity.
Benefits
- Privacy: Vote weight and choice remain hidden
- Integrity: ZK proofs ensure vote validity without revealing identity
- Censorship Resistance: No single point of failure in vote tallying
Implementation (Pseudo-Noir)
// Pseudo-Noir code for privacy-preserving voting
fn verify_vote(
vote_commitment: Field,
merkle_proof: [Field; 32],
weight: u32,
proposal_id: Field
) -> bool {
// Verify voter is in the ZK voter registry
// Weight is committed as a blinder
// Proposal is hashed with the vote
// No token amount or address revealed
}
Proposal Types & Voting
Different proposal types require different voting rules and quorums:
| Proposal Type | Voting Rule | Quorum |
|---|---|---|
| DAO Updates | Supermajority (70%) | 10% |
| Treasury Spend | Simple majority | 7% |
| Emergency Patch | Council vote | 2/3 |
| SubDAO Grants | Assembly + veto | 10% |
| SubDAO Charter | Quadratic majority | 15% |
Phase Roadmap
Phase 0: Inception
- Resource collection and model selection
- Pre-development of interim documentation and DAO ordinance
- Setup of initial community tools
Phase 1: Formation
- Launch minimal DAO stack
- Establish early SubDAOs with delegated responsibilities
- Deploy ZK-voting proof-of-concept on testnet
Phase 2: Delegation
- Formalize Token Assembly, Guardians, and Security Council
- Deploy advanced identity tooling (ZK-NFTs, Human Passport)
- Launch privacy-preserving governance dashboard
Phase 3: Integration
- SubDAOs gain committee-level governance responsibilities
- Full Noir-based voting system
- Export DAO tooling to external communities
Credo-Governance Alignment
The Credo-Governance Alignment framework maps each of the 10 ZKNetwork principles to a specific governance mechanism. Trustlessness maps to ZK-verifiable proofs of execution; Sovereignty to fork-ready architecture and exit viability; Selective Disclosure to ZK-proof governance access; Metadata Privacy to privacy impact reviews and mix-net default; Multi-Chain to chain-agnostic composable modules. Intent-Centric Coordination maps to intention specification and AI delegation; Aligned With Nature to ecosystem impact metrics; Resistance to Oppression to fail-safe mechanisms; AI-Ready to agent registration and output verification; Conway's Law Awareness to org-to-protocol mapping. All mechanisms feed into the Meta-Governance Enforcement Layer, which applies proposal schema validation, AI misalignment flagging, integrity reporting, and community veto for credo violations.
See also: SubDAO Interop | Tokenomics