Write contracts/docs/concepts-treasury-multisig-model.md explaining the group_treasury contract's authorization design: membership management, the approval-threshold model, and why withdrawal requires proposal + N approvals rather than any single member's signature.
Acceptance criteria:
- Explains the threshold model in plain terms (what "threshold" means, how it's set, whether/how it can change)
- Explains the security property this achieves and any known limitations (e.g. what happens if approvals never reach threshold, member removal mid-vote)
- Cross-references the API doc (
api-group-treasury.md) for exact function signatures
Write
contracts/docs/concepts-treasury-multisig-model.mdexplaining thegroup_treasurycontract's authorization design: membership management, the approval-threshold model, and why withdrawal requires proposal + N approvals rather than any single member's signature.Acceptance criteria:
api-group-treasury.md) for exact function signatures