Yes. Some of it. Here's exactly what happened, what it means, and what it doesn't.
Scroll to begin ↓Kaspa launched November 7, 2021. For roughly the first six months, detailed transaction history became inaccessible on block explorers. Balances were never affected. The UTXO set — who owns what — was always cryptographically intact. What was lost was the ability to browse individual transactions from that period.
The FUD conflates auditability of distribution (who mined what) with auditability of supply (is the total correct). They're different things.
This means the 75% of recovered data isn't taken on trust. It's mathematically verified against headers that have been on every node since day one.
But what about the worst case — could one person have mined all the early Kaspa?
Even if a single entity mined 100% of blocks in the missing window, the recovered data proves this didn't happen. The 75% of recovered blocks show diverse mining activity — different miners, different addresses, distributed across the network. And the remaining 25% can't contain a different story, because the UTXO commitment chain constrains what's possible. The math at each checkpoint has to add up. You can't hide a secret mining operation inside a cryptographic commitment that every node already validated.
--archival could lose historical data if they went offline for an extended period and re-synced using pruning proofs. This edge case wasn't caught early enough.IsHeaderOnly flag and assumed no transaction data was available — even when the full block existed in LevelDB and was retrievable.Small team building something no one had built before. The first-ever blockDAG. Moving fast, prioritizing the protocol. Archival tooling didn't keep pace with the rest of the stack.
The data existed in LevelDB on nodes that preserved their data directories. The problem was always retrieval, not deletion.
Community members dug through old hard drives, found preserved node data, and submitted it. Block by block, the history has been pieced back together. You can't recover data that was deliberately erased network-wide.
Yes. A production network should not lose browsable history for its highest-emission period. It was an engineering failure and a real transparency shortcoming.
No. The UTXO set is math. Every node verifies it independently. The supply is provably correct. The genesis started at zero. The emission schedule is deterministic. No coins were created outside the rules.
The UTXO set is math, not trust, and it has always been valid.
The missing data is a transparency shortcoming, not a supply integrity issue. You don't need security camera footage to count the cash in the vault.