Validating, and why more operators matter
You will understand what a validator adds beyond mining, and why the number of independent operators is the honest measure of this network today.
What a validator does
It signals agreement about the tip, and it stakes to do so.
Validators take part in the advisory BFT layer: they sign what they believe the current tip is, which lets the network agree faster than a new block would. Entry requires a stake, and the signalling is advisory — it accelerates agreement without being able to overrule the proof of work underneath it.
Illustration to come
Real photograph of people raising hands in an ordinary room. Human and undramatic — agreement being expressed, not authority being exercised.
Every node checks anyway
Validation is not a privilege; it is what every node already does.
Even without stake, your node verifies every signature, every amount, every rule, and rejects a block that breaks one. That is the part that makes a network trustworthy: not that somebody blessed a block, but that thousands of machines independently refused to accept an invalid one.
Illustration to come
Real photograph of more than one person reading the same document separately, pens in hand. Ordinary office or home setting.
The honest number
How many independent operators are there right now?
This is the measure that matters, and this project publishes it rather than hiding it: the network page reports how many distinct producers appeared in recent blocks, and when that number is one, it says so in the RPC itself. A chain with a single producer is a chain that stops if that machine stops, however good its cryptography is.
Illustration to come
Real photograph of a room where one lamp provides all the light. Quiet, slightly precarious. It illustrates dependence on one source without any text.
What you add
One more machine, in one more place, run by one more person.
Decentralisation is not a setting; it is a count of independent people. Running a node from a different house, a different provider and a different country is the only thing that moves it, and it is why the mainnet gates require several producers in distinct failure domains before the lock comes off. Until then, every additional operator is the product improving.
Illustration to come
Real photograph of a physical map with pins in different places. Analogue and tactile — no glowing globe, no network graphic.
In short
- Validators stake to signal agreement about the tip; the signal is advisory, not decisive.
- Every node already validates every rule, whether or not it stakes.
- The count of independent producers is published, including when it is one.
- Mainnet stays locked until several producers exist in distinct failure domains.