verify-deliverable-and-issue-acceptance-receipt
Verify a paid deliverable against its offer, original request, payment receipt, and acceptance rules. Returns verdict ACCEPT/REJECT/REVIEW with stable reason codes, per-check booleans, content hashes, and an evidence packet. JSON-only scope: schema, required fields, freshness, source presence, receipt binding. Pay-per-call: $0.10 USDC on Base via x402. Without a payment-signature header the call returns an error whose data carries the payment terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | The question or input for this tool. Example: {"offer":{"schema":["summary","sources"]},"request":"summarize X with sources","payment_receipt":{"transaction":"0x..."},"deliverable":{...},"acceptance_rules":["must cite sources"]} | |
| context | No | Optional supporting text or content to analyze |