🤖 AI Summary
Proof-of-Work (PoW) is secure but energy-intensive and computationally wasteful; existing Proof-of-Useful-Work (PoUW) schemes fail to cryptographically bind chain integrity and miner identity to puzzle solutions, introducing security vulnerabilities. Method: We propose the first PoUW mechanism that natively embeds zk-SNARK proof generation into the consensus layer: outsourced zero-knowledge proofs serve as “useful work,” transforming computational effort into verifiable cryptographic evidence; we further design a decentralized proof marketplace protocol enabling on-chain task assignment, verification, and incentive settlement. Contribution/Results: Our scheme strictly satisfies core PoW security properties—Sybil resistance, identity binding, and verifiable difficulty—while, for the first time, generating externally meaningful, trust-minimized computation during consensus. Empirical evaluation demonstrates both feasibility and economic sustainability of PoUW, establishing a secure, efficient, and socially valuable alternative to traditional PoW.
📝 Abstract
Proof of Work (PoW) is widely regarded as the most secure permissionless blockchain consensus protocol. However, its reliance on computationally intensive yet externally useless puzzles results in excessive electric energy wasting. To alleviate this, Proof of Useful Work (PoUW) has been explored as an alternative to secure blockchain platforms while also producing real-world value. Despite this promise, existing PoUW proposals often fail to embed the integrity of the chain and identity of the miner into the puzzle solutions, not meeting necessary requirements for PoW and thus rendering them vulnerable. In this work, we propose a PoUW consensus protocol that computes client-outsourced zk-SNARKs proofs as a byproduct, which are at the same time used to secure the consensus protocol. We further leverage this mechanism to design a decentralized marketplace for outsourcing zk-SNARK proof generation, which is, to the best of our knowledge, the first such marketplace operating at the consensus layer, while meeting all necessary properties of PoW.