DEV Community

Cover image for Replacing Trust with Proofs
Skye
Skye

Posted on

Replacing Trust with Proofs

ZKCG takes a different approach.

Instead of trusting an oracle, we verify the computation itself using zero-knowledge proofs.

Off-chain computation
        ↓
ZK proof generated
        ↓
Verifier checks proof
Enter fullscreen mode Exit fullscreen mode

Now the verifier only needs to check that:

the proof is valid

the computation followed the defined constraints

No trusted signer required.

Top comments (0)