零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Sun
02.22
2026
Project avatar
Paper
https://eprint.iacr.org/2026/266
Wenhao Wang BaseFold PCS

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Sun
02.22
2026
beginner
What core limitations of prior distributed attempts does UltraFold address?
It supports general polynomials, scales to any number of workers, and keeps proof size independent of worker count. This avoids communication blowup or proof inflation.
answer
intermediate
Why do packed Merkle trees reduce hashing overhead?
Packed structures batch multiple leaf values per node, reducing tree depth and total hash computations, which lowers prover time and proof size.
answer
expert
Why is proof size independence from worker count a key property?
If proof size grew with worker count, horizontal scaling would increase verification cost. UltraFold preserves succinctness, ensuring scalability does not harm verifier efficiency.
answer