> ## Documentation Index
> Fetch the complete documentation index at: https://kleros-mintlify-6ebc7975.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kleros Products

> Developer reference for every Kleros product with V1 and V2 covered together, including integration guides, contract addresses, and code examples.

## Overview

This section documents every Kleros product, with V1 and V2 covered together on each product's page.

**V1 products include full integration guides and code examples. V2 products document technical specifications, contract interfaces, and architecture.**

All products use Kleros Court as the arbitration backend. Disputes raised through any product follow the same resolution flow: juror drawing, evidence submission, voting, appeal, and ruling enforcement.

***

## Products

<CardGroup cols={2}>
  <Card title="Court" icon="scale-balanced" href="/developers/products/court/overview">
    The core dispute resolution interface. V1 on Ethereum / Gnosis Chain, V2 on Arbitrum.
  </Card>

  <Card title="Curate" icon="list-check" href="/developers/products/curate/overview">
    Community-governed registries. Classic and Light Curate (V1) plus Curate V2.
  </Card>

  <Card title="Escrow" icon="handshake" href="/developers/products/escrow/overview">
    Secure transactions with Kleros arbitration. V1 on Ethereum, V2 on Arbitrum.
  </Card>

  <Card title="Proof of Humanity" icon="fingerprint" href="/developers/products/poh/overview">
    Sybil-resistant registry of verified unique humans. V1 on Ethereum, V2 on Gnosis Chain.
  </Card>

  <Card title="Reality" icon="crystal-ball" href="/developers/products/reality/overview">
    Reality.eth + Kleros oracle with SafeSnap integration for DAO governance.
  </Card>

  <Card title="Foresight" icon="chart-line" href="/developers/products/foresight/overview">
    Prediction-market-based decision making with Kleros dispute resolution.
  </Card>

  <Card title="Governor" icon="landmark" href="/developers/products/governor/overview">
    On-chain governance execution with dispute resolution for contested actions.
  </Card>

  <Card title="Scout" icon="shield-check" href="/developers/products/scout/overview">
    Community-curated safety information for contracts, tokens, and dApps.
  </Card>

  <Card title="Dispute Resolver" icon="gavel" href="/developers/products/dispute-resolver/overview">
    V1 tool for creating disputes in Court without a custom arbitrable contract.
  </Card>
</CardGroup>

***

## Shared Infrastructure

All Kleros V2 products share these components:

| Component                   | Role                                                         |
| --------------------------- | ------------------------------------------------------------ |
| **KlerosCore**              | Central arbitrator contract on Arbitrum One                  |
| **SortitionModule**         | Stake-weighted random juror selection                        |
| **DisputeKitClassic**       | Default voting and appeal logic                              |
| **DisputeTemplateRegistry** | Stores dispute display metadata for Court UI                 |
| **Vea**                     | Cross-chain message bridge for relaying disputes and rulings |

For the full architecture, see the [Architecture guide](/developers/architecture).
