Phase C Hardening
phase-c-hardening.md
Boundary
This route preserves legacy markdown access inside the Next.js surface. The raw repository file remains authoritative.
Open raw filePhase C Hardening
PrivateDAO is not yet claiming full production-grade zk_enforced dominance.
The repository is now at:
- Phase A: proposal-bound on-chain proof anchors and parallel verification receipts
- Phase B: proposal-level
zk_enforcedmode with frontend and CLI support - Phase C: pending hardening before
zk_enforcedcan become the stronger production path
What Is Already Live
commit-revealremains the canonical live governance pathverify_zk_proof_on_chainrecords proposal-bound verification receipts on chain- verification receipts can now be upgraded from
paralleltozk_enforced configure_proposal_zk_modecan lock a proposal intozk_enforcedfinalize_zk_enforced_proposalis available and surfaced in the frontend and CLI- once a proposal is locked to
zk_enforced, the policy cannot be downgraded zk_enforcedproposals require the stronger receipt mode, not only Phase A parallel receipts
What Still Blocks Phase C
1. Verifier Boundary
The current stack records anchors and verification receipts on chain, but the proving and verification workflow is still generated and checked off chain before receipts are written.
To move to a stronger production-grade zk_enforced model, the project still needs:
- a final verifier boundary decision
- production compute-budget analysis
- final proof/public-input policy for vote, delegation, and tally
- verifier-program provenance and versioning discipline
2. Runtime Validation
zk_enforced must be validated through:
- wallet-connected proposal creation
- proof anchoring
- receipt recording
- mode activation
- finalize path execution
This must be repeated across:
- Phantom
- Solflare
- Backpack
- Glow
- Android runtime captures
3. Multi-Proposal And Negative Paths
The stronger path still needs expanded coverage for:
- missing receipt rejection
- wrong receipt rejection
- policy immutability after
zk_enforced - cross-proposal receipt substitution rejection
- mixed proposal sets where some DAOs remain companion mode and others use
zk_enforced
4. External Security Review
Before zk_enforced becomes the strongest production recommendation, the repo still needs:
- external audit coverage for the new policy account and finalize path
- review of verifier receipts as a trust boundary
- operational review of upgrade, rollback, and authority handling
Safe Execution Path
Use the following order:
- keep commit-reveal live as the default path
- expand
zk_enforcedDevnet evidence with more proposal runs - validate wallet/runtime behavior on real devices
- complete external review
- only then consider promoting
zk_enforcedas the stronger production path
Current Rule
The repo is deliberately explicit:
zk_enforcedexistszk_enforcedis usablezk_enforcedis not yet declared the dominant production path
That promotion requires additional runtime evidence, review, and operator confidence beyond the current repository state.