Program Flow Overview
Last updated
Last updated
This section describes the complete lifecycle of an AI inference within the Hubic Protocol — from model registration to zk-proof execution, verification, and reward distribution — all coordinated by Ethereum smart contracts.
This modular pipeline ensures:
Fully verifiable execution logic (via zk-proofs)
Transparent, slashing-secured task delegation
Native support for RWA tokenization and revenue distribution
🧬 Core Flow Diagram:
🔗 Components Covered:
Model Registration (One-Time): Upload and register zk-compatible models.
Inference Request (User Job): Users trigger tasks using registered models.
Execution Phase (Off-Chain): Executor runs circuit and generates zk-proof.
Verification Phase: Proof is validated on-chain.
Rewards & Settlement: Payment distribution via Ethereum smart contracts.
Optional Extensions: Private inference, batch jobs, DAO gating.
Key Takeaways: Summary of verifiability, automation, and RWA alignment.