Why measurement is its own layer
Most platform token designs collapse measurement into money — you did a thing, you receive tokens. That coupling is expensive. It means every change to what the platform values is a change to monetary policy, every recalibration is a supply event, and the unit you use to reason about contribution is the same unit people trade.
Separating them buys three things. Reputation can be non-transferable, so it cannot be bought and accumulating it requires doing the thing. It can be uncapped, so the system never has to refuse to acknowledge genuine work. And it can live off-chain, so its values can be revised as the platform learns which behaviours actually produce value — without a migration, a fork, or a governance fight.
Everything below is about making that revisability safe.
Structure
A vector, not a number
The first design decision, and the one most systems get wrong by default.
Reputation areas
Reputation is encoded as a set of metrics, each giving quantified insight into one dimension of past contribution:
In the MVP this was deliberately small — content reputation (quality of creative contribution), an engagement factor (activity in the network), and a set of badges for discrete achievements:
These measure genuinely different things. Someone who writes one exceptional scene and someone who shows up every day for a year are both valuable, and averaging them into a single number destroys the distinction that makes each of them useful to reason about.
The score, and when not to use it
Aggregation to a scalar is available when you need it:
But aggregation implicitly commits to a weighting, and that commitment is frequently wrong for the consumer of the number. A room lead assembling a team on creative strength does not want the same weighting as a mechanism deciding governance influence.
Aggregation
Choosing a shape, not just weights
The functional form encodes a philosophy about what kind of contributor the platform wants. Better to make that explicit than to inherit it from a default.
Beyond the weighted sum
The obvious aggregator is linear:
It has one property that is often undesirable: perfect substitutability. Being twice as good at engagement exactly compensates for being half as good at content. If the platform believes a contributor needs some of each, the linear form cannot say so.
The generalisation is a parameterized mean over weighted sub-indicators with a curvature parameter:
The parameter spans a meaningful range of platform philosophies. At one extreme the score is dominated by your weakest dimension:
and at the other it is a weighted geometric blend:
Between them sits everything from "we reward specialists" to "we require well-roundedness". This is a product decision expressed as a number, which is exactly where product decisions should live — visible, adjustable, and arguable.
Weights as the governance surface
Once the shape is fixed, the weights become the natural governance lever. Adjusting changes what the system rewards without touching the catalogue, the contracts, or anyone's accumulated history.
This also opens the door to local weights rather than one global set — the benefit-of-the-doubt approach from the composite indicator literature, where each participant is evaluated under the weighting most favourable to them, subject to shared constraints. It removes the argument about whose contribution type the platform secretly prefers, at the cost of losing a single common ordering.
Evolution
A catalogue that can change without lying
The part that bites in production. A scoring system that cannot evolve its own inputs is not one you can run for ten years.
The action catalogue
Points are assigned against an explicit catalogue mapping each qualifying action to a point value at a given time:
Making this an artefact rather than an implementation detail is most of the value. It is inspectable, it is arguable, and it is the thing governance actually votes on.
Adding and retiring actions
Catalogues change. New behaviours become valuable; old ones stop being. Both operations have to renormalise the weights in a defined way, or every change silently reprices everyone's history.
Adding a new action with intended weight :
Removing an existing action (labelled first without loss of generality):
Both preserve the relative weighting among surviving actions and keep the weights summing to one. It is a small piece of arithmetic and it is the difference between a catalogue that can be maintained and one that accumulates distortion every time it is touched.
Recency and decay
Point values are dynamic. The same action can be worth more later, which is how the system expresses that recent contribution matters more than historic:
Rather than decaying accumulated balances directly — which is visible, unpopular, and feels like confiscation — the equivalent effect is achieved by inflating new distributions against a discount factor per reputation area:
References
- Cherchye, L., Moesen, W., Rogge, N. & Van Puyenbroeck, T. (2007). An Introduction to 'Benefit of the Doubt' Composite Indicators. Social Indicators Research.
- OECD / JRC (2008). Handbook on Constructing Composite Indicators: Methodology and User Guide.