ToolAssay

Agent Commerce Gate — pre-payment counterparty risk check (identity + reputation

Agent Commerce Gate — pre-payment counterparty risk check (identity + reputation + payment challenge) — per call

Answeringour last check, 2026-09-24
1 of 1checks answered this week
746 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/x402-v2

CategoryEverything else
Provider hostcontextiq.trango-compute.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days11 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 746 ms

Example input (from the provider)

{
  "method": "POST",
  "schema": {
    "properties": {
      "agentId": {
        "description": "The counterparty's ERC-8004 agent ID",
        "type": "string"
      },
      "endpoint": {
        "description": "The x402 payment URL of the counterparty about to be paid",
        "type": "string"
      },
      "network": {
        "description": "Network the agent is registered on: ethereum, base, base-sepolia, arbitrum, polygon, avalanche, or bnb",
        "type": "string"
      }
    },
    "required": [
      "endpoint",
      "network"
    ],
    "type": "object"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "decision": {
      "description": "allow, warn, or block",
      "type": "string"
    },
    "maxScore": {
      "type": "number"
    },
    "reasons": {
      "items": {
        "properties": {
          "check": {
            "type": "string"
          },
          "detail": {
            "type": "string"
          },
          "maxPoints": {
            "type": "number"
          },
          "points": {
            "type": "number"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "score": {
      "type": "number"
    }
  },
  "type": "object"
}

This page as JSON