MEM

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.

Total MEM
9,820

Overall meaning economics position.

Available
3,120

Available balance for settlement / rewards logic.

Locked
6,700

Locked balance due to rules, vesting, or ongoing cycles.

Governance weight
1.62×

Coefficient used in voting power and priority.

CPC → MEM mapping (mock)

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.

Your total CPC
18,420
Example ratio
0.53×
Where MEM is used

MEM is the bridge from proof to power and priority.

Governance weight
Voting power derives from MEM-based coefficients.
Rewards & settlement
MEM drives reward coefficients and settlement priority.
Access & roles
Higher MEM unlocks reviewer roles and system privileges.
Task priority
MEM can affect which tasks are recommended or boosted.
Supabase mapping (later)

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.