The Governance Engine pillar. SignalForgeDAO coordinates proposals, resonance-gated voting weight, and treasury allocation across the ecosystem.
Live application state and user actions are enforced by the Express service and its PostgreSQL database. The Solidity contracts deployed to Sepolia are reference implementations, not the live runtime execution path.
Any wallet holder with sufficient ZKP-432 Resonance can submit a governance proposal through SignalForgeDAO. Proposals move through a defined lifecycle: Draft, Active, Passed, Rejected, and Executed. The active voting window is enforced server-side; votes submitted outside the window are rejected. Proposal metadata including title, description, and requested treasury allocation is persisted in PostgreSQL and protected from mutation through normal application routes; the operator and database remain authoritative.
Votes are weighted by the voter's ZKP-432 Resonance score. A participant with a higher resonance score has proportionally more governance influence. This design ties voting power to demonstrated protocol contribution rather than token holdings alone, reducing governance capture by large token holders who have not actively contributed to the ecosystem. Each wallet can vote once per proposal.
The DAO treasury ledger tracks inflows from protocol fees and outflows from passed proposals. Treasury balances are denominated in SFD and updated atomically with each approved disbursement. The treasury dashboard shows current balance, historical inflows and outflows, and the status of pending proposals that include treasury requests. All treasury movements are publicly auditable.
Live data snapshot
Governance Overview