Governance
Proposals, voting, execution, and arbitration for structured system decisions. In the full stack, voting weight is derived from MEM. This page uses mock data now and maps to Supabase tables governance_proposals and governance_votes.
Governance weight derived from MEM account.
Available balance can be used for governance / settlement logic.
Decisions currently in vote / execution.
Later: open proposal detail pages, comments, and on-chain / off-chain execution logs.
Standardize initial scoring rubric for V/M/T/I across Reviewers.
Define Partner tier governance weight multiplier in early phase.
Tables: governance_proposals, governance_votes. RLS: users can vote once per proposal; only eligible roles can create proposals. Aggregations: compute for/against totals server-side via RPC or materialized views for speed.