How do Verifier Node Work
Last updated
Last updated
Verifier Node is one key component in the Lumoz architecture, responsible for verifying the ZKPs generated by Compute Node. It ensures the correctness and validity of the proofs submitted to the chain, safeguarding the trust and security of the system. Through optimized verification processes, Verifier Node efficiently processes proofs, reducing operational costs and gas consumption. Below is an overview of the workflow of Verifier nodes:
Proof Submission: Proofs generated by Compute Node are submitted to Lumoz Chain to initiate verification tasks.
Proof Verification: Lumoz Chain sends verification tasks to multiple Verifier nodes, which independently execute distributed verification.
Collective Decision-Making: At least two-thirds of the verification nodes confirm the validity of the proof, ensuring the authority and consistency of the verification results.
Verification Result Handling: Valid proofs and their results are transmitted back to the Lumoz Proof Contract on the blockchain by Lumoz AVS Oracle, and task results are recorded and responded to Lumoz Chain via Task Manager Contract.
Through this carefully designed verification mechanism, the Lumoz Protocol not only ensures the security of Rollup transactions but also guarantees the accuracy and integrity of AI service data processing. We are committed to building a decentralized computing environment that supports efficient transaction verification and ensures the quality of AI data processing, providing a solid infrastructure for a wide range of applications.