What is percentile ranking?
The single most important idea for reading Moonboard numbers correctly - and the one most often misread.
The definition
A percentile rank reports what share of a comparison set falls below a given value. Nothing else.
If 340 of 400 tracked assets have lower turnover than a given asset, that asset's turnover percentile is 85. The number describes its position in a queue, not the size of anything it holds.
Why it is used
Because the underlying quantities are unusable in raw form. Crypto data is heavy-tailed: the largest asset might have a thousand times the interactions of the median, and one asset can shift a mean by more than the other several hundred combined.
Percentiles solve this in one step. They are immune to outliers — the largest value gets rank 100 whether it is twice the runner-up or ten thousand times it. They require no distributional assumption. And they put every metric on a shared 0–100 scale, which makes different quantities comparable at a glance.
What it costs: magnitude
The strength is also the weakness. Percentiles preserve order and discard distance.
Same percentile, entirely different situations. In one the leader is a dramatic outlier; in the other it is marginally ahead. A percentile cannot tell you which case you are in.
Z-scores take the opposite trade: they keep magnitude and pay for it with sensitivity to outliers. COR is the one Moonboard metric that makes that choice.
The property that surprises people
A percentile can change when the asset does not.
The rank is computed against the current comparison set. If other assets' values fall, an unchanged asset moves up. If the set gains new members above it, it moves down. Both happen without any new information about the asset itself.
This is not a flaw in the implementation; it is what a relative measure means. But it does mean a percentile time series mixes two signals — the asset's trajectory and the universe's — and separating them requires the raw values, not the ranks.
Where Moonboard uses it
| Metric | Scale | Relative to the universe? |
|---|---|---|
| Moonboard Score | Absolute | No — fixed thresholds throughout |
| OPS | Percentile | Yes |
| LMR | Percentile | Yes |
| SMI | Percentile | Yes |
| SDE | Percentile | Yes |
| COR | Centred z-score | Yes — both position and scale |
| WSD | Centred | Yes — both legs are percentiles |
Six of the seven depend on the universe. Only the Moonboard Score can be compared across time and across different asset sets without qualification.
Reading percentile metrics well
- Never read a percentile as a quantity. An LMR of 90 says nine in ten assets trade less actively. It says nothing about how much trades.
- Ask what the universe is. "Top decile" across 400 mixed assets is a different claim from "top decile" across 40 large caps.
- Treat small movements as noise. A shift from 71 to 74 is usually the field rearranging, not the asset changing.
- Check the raw fields for anything important. The rank is a summary; the underlying values are the evidence.
Reproducing a percentile from a past date requires reconstructing the entire universe as it stood then — every asset that was tracked, with the values it had, including assets that have since been delisted. That is a substantially harder problem than storing one asset's history, and it is the main reason no backtests are published here. See research notes.
Related
- What is a z-score?The alternative, and what it trades away
- Methodology overviewWhere each normalisation is applied
- LMRThe clearest single example
- Data sourcesHow the universe is composed