Documentation Index
Fetch the complete documentation index at: https://kleros-mintlify-changelog-2026-05-12-1778458371.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What is Kleros V2?
Kleros is a decentralized dispute resolution protocol. Think of it as a court system for smart contracts when parties disagree, Kleros provides a trustless way to reach an enforceable ruling. V2 brings major upgrades: cross-chain support, modular dispute resolution, and improved scalability by operating on Arbitrum.Why Integrate?
Trustless Enforcement
No central authority. Rulings are cryptoeconomically secured by staked jurors.
Flexible Resolution
Binary yes/no, multiple choice, or nuanced rulings your contract defines the options.
Cross-Chain Ready
Disputes can originate from Ethereum mainnet or other chains via the gateway system.
Battle-Tested
Over $50M in value secured through Kleros arbitration since 2018.
Use Cases
| Application | Example |
|---|---|
| Escrow | Release funds only when both parties agree, or let jurors decide |
| Insurance | Decentralized claims processing |
| Curation | Token-curated registries with dispute resolution |
| Oracles | Human-powered verification for subjective data |
| DAOs | Governance dispute resolution |
How It Works (30-second version)
- Your contract implements
IArbitrableV2interface - When a dispute arises, call
createDispute()with arbitration fees - Random jurors are drawn (weighted by staked PNK)
- Jurors vote, with appeals possible
- Final ruling is passed back to your contract via
rule()
Next Steps
Quick Start
Get your first integration running in minutes
Architecture
Understand the protocol components