零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Wed
03.11
2026
Project avatar
News
https://x.com/RobinSalen/status/2031388330412355997
Robin Salen Plonky3 STARK

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Wed
03.11
2026
beginner
What is Plonky3?
Plonky3 is a framework for building zero knowledge proof systems. It is often used for zkVMs and scalable proofs, focusing on fast proving and recursion.
answer
intermediate
What is the advantage of an N-ary Merkle tree over a binary Merkle tree?
An N-ary Merkle tree allows each node to have multiple children, which reduces the tree height. This leads to shorter Merkle paths and smaller proofs.
answer
expert
What is the purpose of a Merkle cap in proof systems?
A Merkle cap is a small set of nodes near the top of a Merkle tree. In recursive proofs or batch verification, verifying up to the cap reduces proof size and verification cost.
answer