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.

When disputes are created cross-chain (e.g., Arbitrable on Ethereum, KlerosCore on Arbitrum), evidence can be submitted from the foreign chain. The evidence events are emitted on the foreign chain and indexed by the court frontend.

Mechanism

Evidence submission for cross-chain disputes follows the same format as same-chain evidence, but the events are emitted on the foreign chain where the Arbitrable contract lives. The court frontend indexes evidence events from both the home chain and supported foreign chains.

Submitting Evidence Cross-Chain

// On the foreign chain, through the Arbitrable contract
arbitrableContract.submitEvidence(disputeID, evidenceURI);
The evidence URI points to IPFS-hosted evidence JSON following the standard Evidence Format.