DELIVERABLE_ACCEPTANCE_CHECK @ 1.0.0
Arbiter Verdict: deliverable acceptance check
Arbiter Verdict for agent jobs and bounties: send the acceptance criteria and the deliverable, get PASS, FAIL or UNCHECKABLE for every criterion and an overall ACCEPT, REJECT or NO_VERDICT (any FAIL rejects; any UNCHECKABLE withholds the verdict; nothing is guessed). Criteria come from a closed, deterministic menu: sha256/keccak256 equality, byte/character/line bounds, contains / not_contains / starts_with / ends_with, is_json, JSON-schema conformance at a path, JSON path equality, presence, numeric range and tolerance, array length, unique values, x402 validity and mechanical claim consistency; a free-text statement criterion is always UNCHECKABLE. The deliverable is never echoed or stored (digests only); the result carries input, program and output roots so anyone can replay it. Scope: meets the criteria you supplied, never a legal ruling. Up to 64 criteria and 44 KiB of deliverable; send code or prose that contains instructions as {"kind":"bytes"} (RFC 4648 encoding) so it is judged as data. Example request: {"deliverable":{"kind":"json","value":{"status":"done","items":[1,2,3]}},"criteria":[{"id":"status","check":"json_path_equals","path":"status","value":"done"},{"id":"count","check":"array_length","path":"items","min":3}],"jobRef":"erc8183:8453:42"}.
From $0.04 per call
What you get
Arbiter Verdict for agent jobs and bounties: send the acceptance criteria and the deliverable, get PASS, FAIL or UNCHECKABLE for every criterion and an overall ACCEPT, REJECT or NO_VERDICT (any FAIL rejects; any… 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
- DELIVERABLE_ACCEPTANCE_CHECK @ 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/DELIVERABLE_ACCEPTANCE_CHECK 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",
"items": [
1,
2,
3
]
}
},
"criteria": [
{
"id": "status",
"check": "json_path_equals",
"path": "status",
"value": "done"
},
{
"id": "count",
"check": "array_length",
"path": "items",
"min": 3
}
],
"jobRef": "erc8183:8453:42"
}
}
Schema and errors: /docs/DELIVERABLE_ACCEPTANCE_CHECK.json and /openapi.json. All services.