Agent Commerce Gate — bind a settlement receipt to a prior decision — per call
Agent Commerce Gate — bind a settlement receipt to a prior decision — per call
Answeringour last check, 2026-09-24
1 of 1checks answered this week
293 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://contextiq.trango-compute.com/api/v1/policy-check/receipt/x402-v2
| Category | Everything else |
|---|---|
| Provider host | contextiq.trango-compute.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 293 ms |
Example input (from the provider)
{
"method": "POST",
"schema": {
"properties": {
"checkId": {
"description": "The checkId returned by a prior Policy Check decision",
"type": "string"
},
"transaction": {
"description": "The on-chain transaction hash of the settlement to verify",
"type": "string"
}
},
"required": [
"checkId",
"transaction"
],
"type": "object"
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"checkId": {
"type": "string"
},
"receipt": {
"properties": {
"matchesExpectedPayment": {
"description": "Whether the on-chain transfer matches the payTo and amount from the original decision",
"type": "boolean"
},
"status": {
"description": "confirmed, reverted, not_found, or error",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}