Post
Topic
Board Development & Technical Discussion
Merits 12 from 3 users
Re: ZK-proof on Bitcoin
by
RobinLinus
on 30/03/2023, 13:25:20 UTC
⭐ Merited by OmegaStarScream (4) ,BlackHatCoiner (4) ,o_e_l_e_o (4)
Hi, I am the project lead of ZeroSync. Happy to see our work discussed here. Would like to clarify a few things: 

- We are using STARKs, which is a form of zero-knowledge proof that requires no trusted setup. It is a *transparent* ZKP.
- "Zero-knowledge" is indeed misleading in a way. This technology was invented for privacy reasons but it turned out to be also very useful to compress a computation. We use it because it is a *succinct* ZKP.
- Using ZeroSync requires no global consensus. Every user can decide individually if they want to sync using a proof or the conventional way. You can even zerosync Bitcoin Core without any code modifications: Use an external tool to verify a UTXO set and then copy it into your chainstate folder.
- ZeroSync is not a company but a Swiss nonprofit creating FOSS software.

On our project website https://zerosync.org you can find more details.


Happy to answer any questions you have.