You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launches, graduations, lifetime volume, trades, holders, and a graduation
rate. §26 calls this "a reputation layer that is market-driven without
requiring a privileged creator allocation" — so every figure is derived from
what the chain did, and there is deliberately no field here an operator
could write.
THE RATE IS PER MILLE, NOT A FLOAT
2 of 3 as a float is 0.6666666666666666, which every consumer then decides
how to round — differently, so two screens disagree about the same creator.
§424 keeps financial quantities out of JS floating point; a ratio that gets
rendered next to them belongs on the same side of that line.
Zero for a creator with no launches, not a division by zero and not "100%".
A creator who has launched nothing has not graduated nothing successfully,
and either reading is a claim about a record that does not exist.
`totalHolders` sums per-market holder counts, so a wallet holding three of a
creator's tokens counts three times. That is deliberate — it measures reach
across markets, not distinct people — and the field says holders, not people.
0 commit comments