## Problem DAOs need decentralized oversight of payouts. ## Proposed solution Add an optional set of approvers and a threshold to a quest; `approve` succeeds only after M-of-N approvers sign. ## Acceptance criteria - [ ] New optional approver set + threshold on post - [ ] approve aggregates signatures until threshold - [ ] Unit tests for the M-of-N paths
Problem
DAOs need decentralized oversight of payouts.
Proposed solution
Add an optional set of approvers and a threshold to a quest;
approvesucceeds only after M-of-N approvers sign.Acceptance criteria