Arbiter

AGENT_STACK_DIAGNOSTIC @ 3.0.0

Agent-stack self-check (cost leaks, retry storms, fake-green)

Send your agent system's telemetry as an arbiter.agentops.telemetry.v1 bundle (per service: status, token spend, API calls, retries, duplicate work ids, stalled seconds, validation loops, completed and failed outcomes; plus events) and get outcome-linked findings from six fixed rules: DUPLICATE_WORK, RETRY_STORM (25+ retries), FAKE_GREEN (HEALTHY while failures outnumber completions), TOKEN_SPEND_LEAK (over 5 USD per completed outcome), STALL (900+ seconds) and CHECKING_LOOP (10+ repeat validations), each with severity, your own evidence ids and a concrete remediation. A self-check over the numbers you report, not an observability platform. Example request: {"telemetry":{"schema":"arbiter.agentops.telemetry.v1","generatedAt":"2026-09-24T00:00:00Z","system":{"name":"my-agents"},"services":[{"serviceId":"planner","status":"HEALTHY","tokenSpendUsd":42,"apiCalls":900,"repeatValidationLoops":0,"retryCount":40,"duplicateWorkIds":[],"stalledSeconds":0,"outcomes":{"completed":3,"failed":9}}],"events":[]}}.

From $0.001 per call

What you get

Send your agent system's telemetry as an arbiter.agentops.telemetry.v1 bundle (per service: status, token spend, API calls, retries, duplicate work ids, stalled seconds, validation loops, completed and failed… Price: from $0.001 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.

Terms

Product
AGENT_STACK_DIAGNOSTIC @ 3.0.0
Category
Risk
Family
Arbiter Verify
Source
Your request only, computed by Arbiter's own registered program (no third-party data, no network)
Price
From $0.001 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
Pays with
x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
Freshness
Cacheable Snapshot
Latency
Fast

Buy it with x402 or the API

POST https://arbiterverse.com/api/x402/AGENT_STACK_DIAGNOSTIC with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.

A working example request:

{
  "request": {
    "telemetry": {
      "schema": "arbiter.agentops.telemetry.v1",
      "generatedAt": "2026-09-24T00:00:00Z",
      "system": {
        "name": "my-agents"
      },
      "services": [
        {
          "serviceId": "planner",
          "status": "HEALTHY",
          "tokenSpendUsd": 42,
          "apiCalls": 900,
          "repeatValidationLoops": 0,
          "retryCount": 40,
          "duplicateWorkIds": [],
          "stalledSeconds": 0,
          "outcomes": {
            "completed": 3,
            "failed": 9
          }
        }
      ],
      "events": []
    }
  }
}

Schema and errors: /docs/AGENT_STACK_DIAGNOSTIC.json and /openapi.json. All services.