ACE Runtime - A ZKP-Native Blockchain Runtime with Sub-Second Cryptographic Finality
Jian Sheng Wang

TL;DR
ACE Runtime introduces a ZKP-native blockchain architecture that achieves sub-second cryptographic finality by replacing per transaction signatures with lightweight attestations and aggregated zero knowledge proofs, improving efficiency and post-quantum readiness.
Contribution
The paper presents ACE Runtime, a novel blockchain system utilizing identity separation and aggregated ZKP finality, enabling faster verification and better scalability compared to traditional signature-based methods.
Findings
Low CPU overhead in prototype implementation
Constant per block verification cost projected by analysis
Improved bandwidth efficiency over signature-based designs
Abstract
Existing high performance blockchains verify one signature per transaction on the critical path, which creates O(N) verification cost, high hardware pressure, and difficult post quantum migration. This paper presents ACE Runtime, a ZKP native execution layer built on identity authorization separation. We replace per transaction signature checks with lightweight HMAC attestations in the hot path, then generate one aggregated zero knowledge finality certificate per block in an asynchronous prove stage. The system is organized as an Attest Execute Prove pipeline with two tier finality: soft finality from BFT voting and hard finality from proof verification. Under standard cryptographic assumptions, we provide formal arguments for attestation unforgeability and hard finality irreversibility. We also define a two phase timeout and backup proving path with witness availability gossip for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Cryptography and Data Security · Blockchain Technology Applications and Security
