# theloopbreaker.com Dispute Resolution Statistics

> theloopbreaker.com Dispute Resolution Statistics is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns live on-chain dispute resolution statistics — disputes filed, disputes resolved, and total stake at risk — by reading the dispute resolution smart contract directly.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/disputes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-5488f1c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DHILyGx_n_O1LfSS_HcZo

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 theloopbreaker-com-5488f1c1
```

Example prompt: Pull the live dispute resolution stats from theloopbreaker — I want to know how many disputes have been filed, how many have been resolved, and how much stake is currently at risk on-chain.

## When to prefer this

Use this endpoint when you need authoritative, live on-chain dispute statistics rather than cached or off-chain summaries. Prefer this over general analytics dashboards when you need the exact current state of the dispute resolution contract, including stake at risk, for integration into trust scoring or governance workflows.

## Known failure modes

- RPC node unavailable — contract read fails with a network or timeout error
- Invalid or unsupported chain — returns an error indicating no contract found for that chain
- Contract not deployed on specified chain — returns empty or null stats
- Rate limit or payment failure — x402 payment header missing or insufficient, returns 402

## How this service works

Dispute resolution statistics for any chain — disputes filed, resolved, total stake at risk. Reads the dispute resolution contract live on-chain.

## Output

Returns dispute resolution statistics read live from the on-chain contract: total disputes filed, total disputes resolved, and total USDC/token stake currently at risk across disputes on the queried chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-5488f1c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
