Cleared Index
← Index

Dispute Resolution

Arbitration Protocol

When an agent pays an endpoint and gets a bad response, there should be recourse. Cleared Arbitration is accountability — not adjudication. We verify against our own methodology, not mediate commercial disputes.

How it works

1

Agent encounters bad response

Endpoint returned error, wrong data, or violated its own manifest after passing a Cleared Check.

2

File dispute with evidence

Submit the certified hash from your check + evidence of what went wrong. Filing fee: $0.10.

3

Cleared re-checks

We re-run the full methodology against the endpoint. Compare current state to the attestation at check-time.

4

Resolution

Upheld → operator score penalized, dispute logged publicly. Dismissed → no penalty, still logged for transparency.

5

Public record

All disputes and resolutions are queryable via API. Trust is earned through transparency.

Score penalties

Filing fee: $0.10
bad response5 pts
endpoint down10 pts
price mismatch10 pts
schema violation15 pts
fraud50 pts

API

POST /api/cleared/arbitration
{
"origin": "https://api.example.com",
"certifiedHash": "abc123...",
"reason": "bad_response",
"evidence": "Returned 500 with empty body...",
"filedBy": "agent@example.com"
}

Query disputes: GET /api/cleared/arbitration?origin=https://example.com

Disclosure

Cleared Arbitration is accountability, not adjudication. We verify endpoint behavior against our published methodology. We do not mediate commercial disputes, enforce refunds, or act as a financial intermediary. Dispute records are public. Score penalties are reversible if the operator corrects the issue and passes a re-check.