Zero-Knowledge Crypto Wheel
Proving a computation ran without showing what went into it.
Press Spin. Every coin on the wheel has the same chance.
Your cryptocurrencies
The zero-knowledge crypto wheel picks one of twenty tokens built around proof systems at random. A zero-knowledge proof lets one party convince another that a computation ran correctly without revealing what went into it.
Proving without showing
A zero-knowledge proof lets one party convince another that a computation ran correctly without revealing the inputs. The classic illustration is proving you know a password without saying it, but the commercially important version is duller and much more useful: proving that a large batch of work was done correctly, in a form that can be checked far more cheaply than redoing it.
That asymmetry between doing and verifying is the whole business model. Execute ten thousand transactions somewhere cheap, produce one proof, and let an expensive chain check the proof instead of re-running the work. The cryptography is deep; the economic argument is simple arithmetic.
Not the same as privacy
This is the confusion worth clearing up, and the name causes it. The words "zero knowledge" suggest concealment, and the technique can certainly be used that way — the privacy wheel is full of protocols that do. But most projects on this wheel use proofs for compression, and everything they process stays entirely public.
A rollup proving its batch was valid is not hiding anything from anyone. It is using the same mathematics for a completely different purpose. Reading the label as a privacy claim will mislead you about most of the twenty names here.
Where the difficulty actually is
Generating proofs is computationally brutal, which is why so much of the engineering effort in this category goes into making it cheaper rather than into new capabilities. Specialised hardware, better proof systems and aggressive batching are the competitive frontier.
Whether any particular project has an edge there is a question about benchmarks and cryptographic research, not about a ticker. The wheel picked one of twenty at random and cannot read a paper.
What is on this wheel
| Rank | Ticker | Name |
|---|---|---|
| 11 | ZEC | Zcash |
| 49 | WLD | Worldcoin |
| 67 | LIT | Lighter |
| 94 | NIGHT | Midnight |
| 116 | IMX | Immutable |
| 127 | STRK | Starknet |
| 177 | ZK | ZKsync |
| 186 | ZEN | Horizen |
| 188 | NEX | Nexus |
| 274 | MINA | Mina |
| 315 | U | Union |
| 324 | LINEA | Linea |
| 380 | ALT | Altlayer |
| 394 | CELO | Celo |
| 395 | NOCK | Nockchain |
| 402 | CCD | Concordium |
| 417 | ARRR | Pirate Chain |
| 421 | AZTEC | Aztec |
| 433 | DUSK | Dusk |
| 438 | ON | Orochi Network |
Market data provided by CoinMarketCap — CoinMarketCap. Rank, ticker and name only; this site stores no prices.
This list is a judgement about what belongs in the category, not a market-cap ranking, so it carries no date. See how the lists are chosen.
Questions
Which coins are on the zero-knowledge wheel?
All 20 of them are printed under the wheel: ZEC, WLD, LIT, NIGHT, IMX, STRK, ZK, ZEN, NEX, MINA, U, LINEA, ALT, CELO, NOCK, CCD, ARRR, AZTEC, DUSK and ON. Stablecoins and wrapped tokens are left off, and you can replace the whole list in Custom mode.
Is zero-knowledge the same as privacy?
Not necessarily, and conflating them is the usual mistake. Most projects here use proofs for compression — proving a batch of transactions was valid so a chain need not re-execute them. That is a scaling use, and everything stays public.
Why does the maths matter commercially?
Because verifying a proof is far cheaper than redoing the work it attests to. That asymmetry is what makes the approach economically interesting, and it is the same property whether the goal is scaling or concealment.