零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Sat
03.21
2026
Project avatar
Paper
https://eprint.iacr.org/2026/532
Dan Carmon Circle STARK Flat AIR

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Sat
03.21
2026
beginner
What is S-two and how does it differ from traditional STARKs?
S-two is a circle STARK-based proof system over a Mersenne prime field. Compared to traditional STARKs, it uses flat AIR and multi-table structures, improving proof of proximity efficiency for zkVMs.
answer
intermediate
Why do multi-table designs introduce soundness challenges?
Multi-table designs split constraints across traces, risking inconsistency and increasing soundness error. S-two introduces cross-domain correlated agreement to enforce consistency, combined with batch evaluation to maintain correctness.
answer
expert
How does cross-domain correlated agreement reduce soundness error?
It enforces consistency across functions over different domains, restricting adversarial solutions. Combined with circle FRI, it achieves soundness close to the Johnson bound of Reed-Solomon codes, controlling errors in multi-table proofs.
answer