VerityLayer check · verification

Math & figure check

Sanity-check the math and figures inside a piece of text.

What it does

Numbers that don’t add up are a quiet, common failure. This checks the arithmetic and figures in text and returns a verdict, confidence, and the specific findings.

verdictconfidencefindingsreasonscorrected_values
TierPrice (USDC/Base)Depth
quick$0.02fast
standard$0.06fast
pro$0.15fast
curl -X POST https://suite.veritylayer.dev/tally/quick \
  -H "content-type: application/json" \
  -d '{"text": "…", "context": "…"}'
# 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