AGENT_VERDICT @ 1.0.0
Agent verdict: did the work meet your criteria (signed, per criterion)
Did the agent actually do what you paid it to do? Send its completed work and your criteria; get PASS, FAIL or INCONCLUSIVE per criterion with evidence (the rule applied, a fixed reason code and the digest of the exact bytes judged), an optional grade (A-F or 0-100, weighted, withheld when too much is inconclusive), an overall ACCEPT, REJECT or NO_VERDICT, and a statement a third party can verify: it binds the program, your request and the result by their roots and is signed with Arbiter's receipt signing key once commissioned (until then it is marked unsigned and still replayable). Criteria come from a closed deterministic menu (hashes, sizes, contains, JSON schema and paths, numbers, arrays, x402 validity, claim consistency); the work is data and is never executed, echoed or stored. Example request: {"deliverable":{"kind":"json","value":{"status":"done","tests":{"passed":12,"failed":0}}},"criteria":[{"id":"r1","requirement":"Status is done","check":"json_path_equals","path":"status","value":"done"},{"id":"r2","requirement":"No failing tests","check":"numeric_range","path":"tests.failed","max":0}],"grading":{"scale":"A_F"}}.
From $0.04 per call
What you get
Did the agent actually do what you paid it to do? Price: from $0.04 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.
Terms
- Product
- AGENT_VERDICT @ 1.0.0
- Category
- Verification
- Family
- Arbiter Verify
- Source
- Your request only, computed by Arbiter's own registered program (no third-party data, no network)
- Price
- From $0.04 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
- Pays with
- x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
- Freshness
- Cacheable Snapshot
- Latency
- Fast
Buy it with x402 or the API
POST https://arbiterverse.com/api/x402/AGENT_VERDICT with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.
A working example request:
{
"request": {
"deliverable": {
"kind": "json",
"value": {
"status": "done",
"tests": {
"passed": 12,
"failed": 0
}
}
},
"criteria": [
{
"id": "r1",
"requirement": "Status is done",
"check": "json_path_equals",
"path": "status",
"value": "done"
},
{
"id": "r2",
"requirement": "No failing tests",
"check": "numeric_range",
"path": "tests.failed",
"max": 0
}
],
"grading": {
"scale": "A_F"
}
}
}
Schema and errors: /docs/AGENT_VERDICT.json and /openapi.json. All services.