零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Wed
04.01
2026
Project avatar
Paper
https://eprint.iacr.org/2026/609
Manuel B. Santos EVM Signature

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Wed
04.01
2026
beginner
What is cryptographic agility and why do blockchains need it?
Cryptographic agility means a system can switch cryptographic algorithms without disrupting operation. Blockchains need it because current schemes such as ECDSA may be weakened by quantum computing or future attacks.
answer
intermediate
What is CATX and what problem does it solve?
CATX is a new transaction format that decouples the transaction body from the signature. This lets users choose their preferred signature scheme without affecting execution logic, improving migration flexibility.
answer
expert
Why does CATX introduce almost no performance overhead?
Because it mainly changes the signature encapsulation layer without altering the EVM execution path. The transaction body is processed as usual, while signature verification becomes pluggable, leading to no measurable overhead across 11 million transactions.
answer