SERVICE / DETAILother

TrustAgent

GET trust-agent.io/v1/verify/quick

SONAR SCORE0.708
LIVE PRICE0.002000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

23 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY4170msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Is this counterparty safe to transact with — to pay, or to accept payment from? Screens the address against the OFAC sanctions list, then SYBIL-FILTERS its ERC-8004 reputation: reviewers are clustered by first funding source and capped at one vote per cluster, so manufactured feedback from wallets funded out of one purse counts once. Returns an explainable 0-100 trust score with a proceed / hold / block recommendation, and reports insufficient_data rather than guessing when the evidence is not there. Free alternative: GET /v1/verify. Trial: 3 free calls/wallet/24h — https://trust-agent.io/v1/trial.

Resource: trust-agent.io/v1/verify/quick

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB

Payment methods: · Last validation: 2026-09-13 23:17:26.855+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "address"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "OPTIONAL. agent | contract | defi_protocol | unregistered_address | unknown."
          },
          "chain": {
            "type": "string",
            "description": "OPTIONAL. Only \"base\" is served; any other value is refused rather than answered from the wrong chain. Defaults to base."
          },
          "address": {
            "type": "string",
            "description": "REQUIRED. EVM address, ERC-8004 agentId, or eip155:<chainId>:<registry>/<agentId>."
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "properties": {
          "flags": {
            "description": "array of {code, severity, title, detail}"
          },
          "riskBand": {
            "description": "minimal | low | moderate | elevated | severe | unknown"
          },
          "overrides": {
            "description": "hard caps applied after weighting, each with from/cap/reason"
          },
          "components": {
            "description": "per-rule scoring breakdown; the score is reconstructable from these plus overrides"
          },
          "confidence": {
            "description": "0-1, how much evidence backs the score"
          },
          "trustScore": {
            "description": "0-100, higher is safer; null when no rule could be evaluated"
          },
          "recommendation": {
            "description": "proceed | proceed_with_caution | hold | block | insufficient_data. insufficient_data means no judgment was possible — treat it as unknown, not as risky."
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "2000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.