Pay only when the answer is correct

Trust, resolved in public.

Verity holds x402 settlement until an AI response passes a deterministic check. Wrong answers are refused, disputes are replayable, and both sides earn portable reputation.

402 challengedeliververifysettle or disputeHCS receipt
Delivery firstThe buyer evaluates the real response before value moves.
Mechanically correctPublished rules—not model opinion—decide settlement.
Replay anywhereMirror Node and content hashes reproduce every verdict.

Two-line integration

Keep your API. Add a verdict.

One wrapper protects an existing x402 handler. The provider chooses a published rule; Verity handles the challenge, delivery-first flow, and evidence.

NO RESTRUCTURINGDETERMINISTICHEDERA TESTNET
import { protect } from '@jennycruzy/verity';

const handler = protect(app, {
  price: '1000000',
  verifier: 'fx-rate-v1'
});

Live judge interaction

Buy a verified answer now.

This triggers a fresh x402 payment. The server delivers an actual FX response, Verity checks it deterministically, Blocky402 settles it on Hedera, and HCS records the receipt.

1 · ChallengeHTTP 402
2 · DeliveryReal provider
3 · DecisionPublished rule
4 · EvidenceHashScan + HCS

Provider reliability

Completed work and upheld disputes for a standard ERC-8004 identity.


        

Buyer honesty

Dispute behavior attached to a reusable World ID session commitment.


        
Source: GraphReputationClient · health