# Agent Trust Utilities – USDC Proof & x402 Usage Analysis Catalog

> Agent Trust Utilities – USDC Proof & x402 Usage Analysis Catalog is a paid API for AI agents from pixels-police-coordinator-ranked.trycloudflare.com, paid per call via x402, price unknown, status unknown (last checked 2026-09-21).

Returns a free machine-readable catalog describing two paid agent utilities: Base USDC settlement proof and x402 resource repeat-demand vs one-shot usage analysis.

## Facts

- Endpoint: GET https://pixels-police-coordinator-ranked.trycloudflare.com/v1/base/usdc-proof/quote
- Price: price unknown
- Payment: x402
- Status: unknown
- Last checked: 2026-09-21
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-trust-utilities-usdc-proof-x402-usage-analysis-catalog-05e04452
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UJ7k9kD5HXOUA3aUc7VJ8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-trust-utilities-usdc-proof-x402-usage-analysis-catalog-05e04452
```

Example prompt: Can you pull up the catalog of available agent utilities for Base USDC settlement proof and x402 usage analysis, so I can see what paid services are on offer and how they're described?

## When to prefer this

Choose this endpoint when an AI agent needs to discover available paid utilities for Base USDC settlement proofs or x402 usage analysis before deciding which paid service to call. It is free to call and returns structured metadata, making it ideal as a pre-flight discovery step in agent workflows that involve x402 payment verification or usage pattern analysis on Base.

## Known failure modes

- Service unavailable if the Cloudflare tunnel (trycloudflare.com) is inactive or expired, returning a 502 or connection error
- Empty or malformed catalog if the upstream provider has not populated the service registry
- Stale catalog data if the provider has not updated the registry to reflect current utility offerings
- Rate limiting or blocking if the endpoint is called excessively from a single agent

## How this service works

Free machine-readable catalog for two paid agent utilities: Base USDC settlement proof and x402 resource repeat-demand versus one-shot usage analysis.

## Output

A machine-readable JSON catalog listing two paid agent utility services: (1) Base USDC settlement proof — details on how to obtain cryptographic or on-chain proof of a USDC payment settlement; and (2) x402 resource repeat-demand vs one-shot usage analysis — metadata describing how to determine whether an x402-gated resource is accessed repeatedly or as a single use. Each entry includes pricing, endpoint descriptions, and relevant metadata for agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-trust-utilities-usdc-proof-x402-usage-analysis-catalog-05e04452/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pixels-police-coordinator-ranked.trycloudflare.com](https://www.zero.xyz/host/pixels-police-coordinator-ranked.trycloudflare.com/llms.txt)
