Kleros is a decentralized arbitration protocol — a "court" that resolves the subjective disputes smart contracts cannot decide on their own: was a freelance deliverable actually delivered, is a token listing legitimate, did an insured event really occur. Its name and design borrow from the Athenian kleroterion, the stone machine that selected citizen jurors by lot. Where a price-feed oracle like Chainlink reports objective data, Kleros adjudicates judgment calls — and it does so as a DAO, where the same token that pays jurors also governs the protocol.
The court: stake PNK, get drawn by lot
Anyone can become a juror by staking PNK (pinakion) in a court. When a dispute arrives, the protocol draws jurors at random from the staked pool, weighted by stake: the more PNK you stake, the higher your probability of being drawn for any given case (buying a controlling share of the vote therefore costs progressively more as PNK grows scarce). Drawn jurors review the evidence submitted by both parties and vote on the ruling — typically Yes, No, or Refuse to Arbitrate — often through a commit-and-reveal scheme that hides each vote until all are cast, so jurors cannot simply copy one another.
Coherence: making honesty the focal point
Kleros never tells a juror what is "true." Instead it pays jurors to converge on what they expect other honest jurors to pick — a Schelling-point game drawn straight from coordination theory. After a ruling, jurors who voted coherently (with the majority) collect the arbitration fees plus PNK redistributed from the jurors who voted incoherently; incoherent jurors forfeit a portion of their staked PNK. A juror who votes randomly, or is bribed to vote against the evident truth, is more likely to land in the minority and lose money — so the profit-maximising move is to read the evidence and vote the honest answer. This is the same "vote for what you think others will honestly vote" logic that secures UMA's DVM, implemented as a persistent, subcourt-structured jury rather than a single dispute round.
The court tree and appeals
Courts form a tree: a General Court at the root, with specialized subcourts beneath it (e.g. curated-list, oracle, or commerce disputes), each with its own parameters, stake requirements, and juror pool. A dispute can be appealed: each appeal round draws a larger jury — roughly twice the previous size plus one — and both sides (or third-party crowdfunders, who are rewarded if their side wins) must fund the higher juror fees. Because winning an appeal requires corrupting an ever-larger, freshly-drawn jury, the cost of buying a wrong outcome rises with each round, while an honest litigant can always escalate. If the protocol itself were ever 51%-attacked, PNK's final backstop is a governance fork that removes the attacker's stake — a recourse an external token could not provide.
PNK as a governance token, and the wider stack
PNK's second job is governance. Holders propose Kleros Improvement Proposals (KIPs), debate them on the forum, and vote via Snapshot; approved parameter changes are executed on-chain by the Governor contract, so the DAO can add courts, retune stakes and fees, or alter the very token supply. On top of the court sit Kleros's products — Escrow (arbitrated P2P payments), Curate (token-curated registries whose entries are policed by the court), Proof of Humanity (a sybil-resistant registry of real people), and a general-purpose arbitrable-transaction oracle that any dApp or DAO can plug into for a credibly-neutral verdict.
How Caper approaches this
Kleros exists because collectives constantly face questions that no vote can settle honestly on its own — "did this actually happen?", "is this claim legitimate?" — and someone must adjudicate them without a trusted middleman. Caper does not run a court, and it would be dishonest to pretend it arbitrates disputes. Its answer to the deeper problem Kleros targets — what do you do when the group reaches a decision you consider illegitimate? — is not adjudication but exit. A caper member who believes the DAO is being run against their interests can redeem their proportional slice of the treasury and leave, because a member's vote weight is the same canonical share that governs their exit payout. Kleros makes defection costly by paying jurors to converge on the truth; Caper makes capture costly by guaranteeing that anyone outvoted can always walk away with their fair share intact. Both are Schelling-point designs — one coordinates jurors on an honest verdict, the other coordinates members on a proportional, non-dilutable claim.
References
- Clément Lesaege, Federico Ast & William George, Kleros Short Paper — the Schelling-point juror model, appeals, and coherence incentives.
- Clément Lesaege, William George & Federico Ast, Kleros Long Paper (Yellow Paper) — full cryptoeconomic specification.
- Kleros docs, PNK Token — 764,626,704 total supply, juror-staking and governance roles, 51%-attack resistance.
- Kleros docs, Court — drawing, evidence, Yes/No/Refuse-to-Arbitrate voting, and the court tree.
- Kleros docs, FAQ — appeals, appeal-fee crowdfunding, and coherent-vs-incoherent redistribution.
- Kleros blog, Governor Explainer; KIP-69 Parameter Updates (Apr 2024) — on-chain governance via KIPs and Snapshot.