VerityLayer check · verification

Decision support

Pick the best option under constraints, judged against evidence.

What it does

Give it options, constraints, and evidence; it returns the best choice, a verdict, and a confidence — a calibrated second opinion at a decision point.

verdictchoiceconfidencereasonsmissing_info
TierPrice (USDC/Base)Depth
quick$0.02fast
standard$0.06fast
pro$0.15fast
curl -X POST https://suite.veritylayer.dev/compass/quick \
  -H "content-type: application/json" \
  -d '{"options": "…", "constraints": "…"}'
# unpaid → HTTP 402 (x402 challenge); pay $0.02 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