x402 List

x402 Protocol Service Directory

AgentTrustAPI

Verification PAYMENT-READY

payment-ready until 2026-09-15

Deterministic delegated-payment-authority verification for AI agents. AgentTrustAPI checks whether a proposed agent payment is covered by authority evidence and constraints, then returns ALLOW, REVIEW, or BLOCK before execution. Currently available on Base Sepolia testnet; mainnet is intentionally locked.

BASE URL https://api.agenttrustapi.com WEBSITE https://agenttrustapi.com ENDPOINTS 1 NETWORK Base Sepolia ASSET USDC MEMBER SINCE 2026-09-08 MONITORED SINCE 2026-09-08

VERDICT

ranking generation 3

solid 81/100 #59 of 76 in Verification by measured score

What the score read on this service: status online, 100% uptime 24h (no 30d window yet), 362ms response p95, x402 compliance 14 of 14, price not captured, no known payTo, so no on-chain traction to read. Each of those is measured, and each is published in full below.

The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.

It is a score inside Verification, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 76 listings, this one among them. That set is wider than the 76 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.

Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.

ALTERNATIVES IN VERIFICATION

Other Verification services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
Rubric Protocol — Post-Quantum AI Attestation strong 100 100% ---
scvd.store — evidence observatory for the x402 economy strong 99 100% ---
10x402 strong 98 100% ---
DNS Doctor strong 98 100% ---
HostDeFi Token Risk API strong 98 100% ---
5 of 75 other ranked services in Verification

ASSESSMENT

updated 2h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
362ms
avg response
362ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price -
price (min)
-
category percentile (min)
-
endpoints / prices
1 / 0
model
unknown
stability
-
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
1d
registrar
NameCheap, Inc.
hosting
custom
domain created
2026-09-07

Identity facts, not a risk score.

traction ---

No settlement address is mapped for this service yet, so on-chain volume cannot be measured. Shown as unmeasured, not zero.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /v1/assess --- Base Sepolia USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/assess returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://api.agenttrustapi.com/v1/assess'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "PAYMENT-SIGNATURE header is required",
    "accepts": [
      {
        "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0x8b0ad0CE12Ac86822c4d5dE442F5e445d14F9183",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:84532",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.agenttrustapi.com/v1/assess",
      "mimeType": "application/json",
      "description": "Agent Trust API deterministic assessment (per call)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "scope": {
                "requested": [
                  "read_account",
                  "place_order"
                ]
              },
              "action": {
                "type": "place_order",
                "resource": "account:acct-9"
              },
              "context": {
                "trace_id": "trace-1",
                "declared_at": "2026-01-01T00:00:00Z"
              },
              "principal": {
                "id": "agent-123",
                "verified": true,
                "authority_type": "owner"
              },
              "delegation": null
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "verdict": "ALLOW",
              "evidence": {
                "trace_id": "trace-1",
                "verified": true,
                "action_type": "place_order",
                "declared_at": "2026-01-01T00:00:00Z",
                "principal_id": "agent-123",
                "authority_type": "owner",
                "requested_scope": [
                  "read_account",
                  "place_order"
                ],
                "delegation_present": false
              },
              "reason_codes": [
                "AUTHORITY_VERIFIED",
                "ACTION_WITHIN_SCOPE"
              ],
              "kernel_version": "kernel-0.1.0",
              "input_fingerprint": "954f7b2bb0465686a799cac9f5afd3b2ab937e1eab596c7c12e130cde3b5d3a3"
            }
          }
        },
        "schema": {
          "type": "object",
          "$defs": {
            "Scope": {
              "type": "object",
              "title": "Scope",
              "required": [
                "requested"
              ],
              "properties": {
                "requested": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "title": "Requested"
                }
              }
            },
            "Action": {
              "type": "object",
              "title": "Action",
              "required": [
                "type",
                "resource"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "title": "Type"
                },
                "resource": {
                  "type": "string",
                  "title": "Resource"
                }
              }
            },
            "Evidence": {
              "type": "object",
              "title": "Evidence",
              "required": [
                "principal_id",
                "authority_type",
                "verified",
                "delegation_present",
                "requested_scope",
                "action_type",
                "trace_id",
                "declared_at"
              ],
              "properties": {
                "trace_id": {
                  "type": "string",
                  "title": "Trace Id"
                },
                "verified": {
                  "type": "boolean",
                  "title": "Verified"
                },
                "action_type": {
                  "type": "string",
                  "title": "Action Type"
                },
                "declared_at": {
                  "type": "string",
                  "title": "Declared At",
                  "format": "date-time"
                },
                "principal_id": {
                  "type": "string",
                  "title": "Principal Id"
                },
                "authority_type": {
                  "enum": [
                    "owner",
                    "delegate",
                    "service"
                  ],
                  "type": "string",
                  "title": "Authority Type"
                },
                "requested_scope": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "title": "Requested Scope"
                },
                "delegation_present": {
                  "type": "boolean",
                  "title": "Delegation Present"
                }
              },
              "description": "Compact evidence/provenance summary of the fields the verdict was based on."
            },
            "Principal": {
              "type": "object",
              "title": "Principal",
              "required": [
                "id",
                "authority_type",
                "verified"
              ],
              "properties": {
                "id": {
                  "type": "string",
                  "title": "Id"
                },
                "verified": {
                  "type": "boolean",
                  "title": "Verified"
                },
                "authority_type": {
                  "enum": [
                    "owner",
                    "delegate",
                    "service"
                  ],
                  "type": "string",
                  "title": "Authority Type"
                }
              }
            },
            "Delegation": {
              "type": "object",
              "title": "Delegation",
              "required": [
                "delegator_id",
                "scope",
                "expires_at"
              ],
              "properties": {
                "scope": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "title": "Scope"
                },
                "expires_at": {
                  "type": "string",
                  "title": "Expires At",
                  "format": "date-time"
                },
                "delegator_id": {
                  "type": "string",
                  "title": "Delegator Id"
                }
              }
            },
            "AssessmentContext": {
              "type": "object",
              "title": "AssessmentContext",
              "required": [
                "declared_at",
                "trace_id"
              ],
              "properties": {
                "trace_id": {
                  "type": "string",
                  "title": "Trace Id"
                },
                "declared_at": {
                  "type": "string",
                  "title": "Declared At",
                  "format": "date-time"
                }
              }
            }
          },
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "title": "AssessmentInput",
                  "required": [
                    "principal",
                    "scope",
                    "action",
                    "context"
                  ],
                  "properties": {
                    "scope": {
                      "$ref": "#/$defs/Scope"
                    },
                    "action": {
                      "$ref": "#/$defs/Action"
                    },
                    "context": {
                      "$ref": "#/$defs/AssessmentContext"
                    },
                    "principal": {
                      "$ref": "#/$defs/Principal"
                    },
                    "delegation": {
                      "anyOf": [
                        {
                          "$ref": "#/$defs/Delegation"
                        },
                        {
                          "type": "null"
                        }
                      ],
                      "default": null
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "title": "AssessmentResult",
                  "required": [
                    "verdict",
                    "reason_codes",
                    "kernel_version",
                    "input_fingerprint",
                    "evidence"
                  ],
                  "properties": {
                    "verdict": {
                      "enum": [
                        "ALLOW",
                        "REVIEW",
                        "BLOCK"
                      ],
                      "type": "string",
                      "title": "Verdict"
                    },
                    "evidence": {
                      "$ref": "#/$defs/Evidence"
                    },
                    "reason_codes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "title": "Reason Codes"
                    },
                    "kernel_version": {
                      "type": "string",
                      "title": "Kernel Version"
                    },
                    "input_fingerprint": {
                      "type": "string",
                      "title": "Input Fingerprint"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/agenttrustapi/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
09-08 · uptime 100.0% · 376ms avg09-0809-08
90d UPTIME 100%
RESPONSE TIME
09-08 · 376ms avg09-08 · 376ms avg09-0809-08
AVG RESP 276ms
PRICE (captured 402, USD)
no price history yet
SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
No settlement address is mapped for this service yet, so on-chain volume cannot be measured. Shown as unmeasured, not zero.
DISTINCT BUYERS
No settlement address is mapped for this service yet, so distinct on-chain buyers cannot be measured. Shown as unmeasured, not zero.

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-09-08 · last up 2026-09-08

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (8) live · click to expand
TIME STATUS RESP CAUSE
● OK 100ms
● OK 103ms
● OK 126ms
● OK 58ms
● OK 204ms
● OK 302ms
● SLOW 956ms
● OK 362ms

EMBED THIS BADGE

Show that AgentTrustAPI is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

AgentTrustAPI listed on x402-list
status
AgentTrustAPI uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/agenttrustapi?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/agenttrustapi.svg" alt="AgentTrustAPI listed on x402-list" height="28">
</a>
// Markdown
[![AgentTrustAPI on x402-list](https://x402-list.com/badge/agenttrustapi.svg)](https://x402-list.com/services/agenttrustapi?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/agenttrustapi?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/agenttrustapi.svg?data=uptime" alt="AgentTrustAPI uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/agenttrustapi/update.