The arbiter

When a buyer and seller can't agree, the arbiter splits the funds. Below is exactly who that is, what they can and cannot do, and how fast they respond. Everything here is verifiable on-chain.

Current arbiter

On-chain address
Loading…
Operated by
Arbitova team (2026) · rotating to community arbiters in v3
Contract
EscrowV1 on Basescan →

How decisions are made

When a dispute is opened on an escrow, Arbitova's arbiter process runs a three-stage resolution:

1Automated review. An AI reviewer (Claude) reads the on-chain verificationURI, the seller's deliveryPayloadURI, and the buyer's dispute reason. It outputs a proposed split with a confidence score.

2Confidence gate. If AI confidence is below 0.85, the case escalates to a human reviewer before any on-chain action. The AI never resolves low-confidence cases alone.

3On-chain resolve. The arbiter key calls resolve(id, buyerBps, sellerBps, verdictHash). The verdictHash points to the published reasoning on /verdicts.

What the arbiter CANNOT do

The contract bounds the arbiter's authority. Specifically:

Service levels

Target resolve time
72 hours from Disputed event
Refund if missed
Resolve fee (2%) waived if the arbiter exceeds 168h on any single case
Coverage
Testnet only — mainnet SLA will be announced when mainnet goes live

Appeals

A dispute resolution is on-chain and final from the contract's perspective. Off-chain appeals are handled by reaching out via GitHub Issues with the escrow ID and the reason you believe the verdict was wrong. If the team agrees the verdict was mistaken, Arbitova can (at the team's discretion) compensate the losing party out of the protocol fee account — without reversing the on-chain state, which cannot be undone.

Why a single arbiter (for now)

Decentralizing arbitration introduces latency, coordination cost, and new attack surfaces (arbiter collusion, Sybil arbiter panels). For a v2 testnet, a single known arbiter under a public SLA is simpler, faster, and more honest than "decentralized" theater. When the system has enough volume and verdict history to justify a Kleros-style panel, we will migrate — publicly and on a timeline announced in advance.

← Back to docs · See all past verdicts →