All Kleros subgraphs are deployed on The Graph. Use these endpoints to query Kleros data via GraphQL.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.
V2 Subgraphs (Arbitrum)
Core Subgraph (KlerosCore, courts, disputes, jurors, stakes)
| Environment | Network | Studio Page |
|---|---|---|
| Mainnet | Arbitrum One | kleros-v2-coreneo |
| Testnet | Arbitrum Sepolia | kleros-v2-core-testnet |
| Devnet | Arbitrum Sepolia | kleros-v2-core-devnet |
SUBGRAPH_ID (deployment hash) from the Studio pages linked above — it is shown on the subgraph’s Overview tab.
Dispute Template Registry Subgraph
| Environment | Network | Studio Page |
|---|---|---|
| Mainnet | Arbitrum One | kleros-v2-drt |
| Testnet | Arbitrum Sepolia | kleros-v2-drt-arbisep-testnet |
V2 Product Subgraphs
Escrow V2
| Environment | Network | Subgraph ID |
|---|---|---|
| Mainnet | Arbitrum One | 96vpnRJbRVkzF6usMNYMMoziSZEfSwGEDpXNi2h9WBSW |
| Devnet | Arbitrum Sepolia | 3aZxYcZpZL5BuVhuUupqVrCV8VeNyZEvjmPXibyPHDFQ |
Curate V2
Curate V2 subgraph is under active development. Check the curate-v2 repository for the latest deployment.V1 Subgraphs (Legacy)
These index V1 Kleros products still in active use.Curate V1
| Network | Endpoint |
|---|---|
| Ethereum Mainnet | https://thegraph.com/hosted-service/subgraph/kleros/curate |
| Gnosis Chain | https://thegraph.com/hosted-service/subgraph/kleros/legacy-curate-xdai |
Proof of Humanity V1
| Network | Endpoint |
|---|---|
| Ethereum Mainnet | https://thegraph.com/hosted-service/subgraph/kleros/proof-of-humanity-mainnet |
isRegistered(address) on 0xC5E9dDebb09Cd64DfaCab4011A0D5cEDaf7c9BDb on Ethereum Mainnet.
Other V1 Products
For Escrow V1, Linguo, Tokens, and other legacy apps, see the Kleros subgraph list on GitHub.Querying Subgraphs
All subgraphs expose a GraphQL API. Query them with any GraphQL client:Addresses in subgraph responses are always lowercase hex (no EIP-55 checksum). Always lowercase addresses in your query variables, or the subgraph will return no results.
Query Examples
Common GraphQL queries for disputes, courts, and jurors
Subgraph Overview
Architecture and local development setup