Meaning Economics
MEM maps contribution proof (CPC) into value, rights, priority, and governance weight. This page uses mock data now and will later read from Supabase tables like mem_reward_accounts and mapping RPCs.
Overall meaning economics position.
Available balance for settlement / rewards logic.
Locked balance due to rules, vesting, or ongoing cycles.
Coefficient used in voting power and priority.
The mapping engine converts CPC into MEM rights. In production this should be implemented as a Supabase RPC to keep the mapping logic consistent and auditable.
MEM is the bridge from proof to power and priority.
Create mem_reward_accounts keyed by user_id. Implement a mapping RPC (e.g. map_cpc_to_mem) that: reads CPC totals, applies a versioned mapping rule, writes an audit record, updates MEM balances, and recalculates governance_weight.