VerityLayer check · verification

Claim adjudication

Judge which of several conflicting claims the evidence actually supports.

What it does

Hand it competing claims and the evidence; it returns which claim is best supported, the index of the winner, and a confidence — an independent referee for contradictions.

verdictbest_supported_indexconfidencereasonsmissing_evidence
TierPrice (USDC/Base)Depth
quick$0.03fast
standard$0.25web-grounded
pro$0.35web-grounded
curl -X POST https://suite.veritylayer.dev/arbiter/quick \
  -H "content-type: application/json" \
  -d '{"claims": "…", "evidence": "…"}'
# unpaid → HTTP 402 (x402 challenge); pay $0.03 USDC on Base and retry
Every verdict is signed. This check returns an Ed25519-signed receipt — portable proof of exactly what VerityLayer said. See it, and break one yourself →
← all VerityLayer checks