Skip to main content

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.

Status

Kleros Court V1 is deployed on Ethereum Mainnet, Gnosis Chain, and Polygon. It remains operational for existing integrations. New integrations should use Kleros V2 on Arbitrum One.

Architecture

V1 uses a single KlerosLiquid contract that combines arbitration, staking, juror drawing, voting, and appeal logic:
ContractRole
KlerosLiquidCore court contract handling disputes, juror selection, and ruling enforcement
PNKERC-20 token used for staking and juror incentives
PolicyRegistryStores court policies describing juror guidelines
Arbitrable ContractsImplement ERC-792 to interact with KlerosLiquid

V1 vs V2 Differences

FeatureV1V2
Home chainEthereum MainnetArbitrum One
Arbitration standardERC-792IArbitratorV2 (no appeal in interface)
Evidence standardERC-1497Dispute Templates + cross-chain evidence
Dispute kitsNone (monolithic)Modular (DisputeKitClassic, specialized kits)
VotingCommit-revealCommit-reveal (default); Shutter encryption available in testing
Cross-chainLimited (xDAI bridge)Vea bridge (Ethereum, Gnosis, extensible)
StakingDirect in KlerosLiquidSortitionModule (sortition tree)

V1 Deployment Addresses

Ethereum Mainnet

ContractAddress
KlerosLiquid0x988b3A538b618C7A603e1c11Ab82Cd16dbE28069
PNK0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d

Gnosis Chain

ContractAddress
xKlerosLiquidSee the kleros-v2 repository for current addresses

V1 Standards

V1 integrations use two ERC standards:
  • ERC-792: Arbitration Standard defining the IArbitrable and IArbitrator interfaces
  • ERC-1497: Evidence Standard defining MetaEvidence, Evidence, and Dispute events for sharing dispute context

Migration

If you have an existing V1 integration and want to migrate to V2, see the Migration Guide.