零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Sun
02.15
2026
Project avatar
OSS
https://github.com/wizicer/anonymous_predicting_market
icerdesgin Prediction Market DKG

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Sun
02.15
2026
beginner
How does the “dark market” hide betting direction during the betting phase?
Users encode the direction in the parity of an elliptic curve point and apply threshold ElGamal encryption with a zero-knowledge proof. On-chain observers see only ciphertext and commitments, keeping direction hidden until settlement.
answer
intermediate
Why use off-chain batch decryption instead of per-bet on-chain decryption?
Per-bet on-chain decryption is expensive. The system decrypts all bets off-chain and submits a single batch-opening ZK proof to verify aggregated results, greatly reducing gas costs.
answer
expert
How does encoding direction in elliptic curve point parity enhance ciphertext indistinguishability?
Embedding direction in the parity of a random elliptic curve point ensures the ciphertext appears statistically indistinguishable from random noise. Attackers cannot infer “yes” or “no” from structural patterns.
answer