Delegated Proving
Zero-knowledge proof generation is computationally expensive. Delegated proving lets you send the proving work to a specialized service while keeping the transaction data private.
The flow works like this:
- Your agent or application prepares the transition inputs locally
- The proving request is sent to a delegated prover
- The prover generates the proof and returns it
- Your agent submits the complete transaction (inputs + proof) to the network
This is especially important for lightweight agents running on cloud instances, edge devices, or within sandboxed environments where local proof generation would be impractical.