Juror Tutorial (V2)
This tutorial walks you through participating as a juror on Kleros Court V2 at v2.kleros.builders, the next-generation court on Arbitrum. No signup or personal information is required.What You Need
- A Web3 wallet: Rabby (recommended, auto-detects networks) or MetaMask
- PNK tokens on Arbitrum
- ETH on Arbitrum for transaction fees (keep roughly 20-30% of your budget as an ETH buffer)
Set up Arbitrum One
Kleros V2 runs on Arbitrum One (Chain ID 42161), a Layer 2 that keeps Ethereum’s security with much lower fees. Rabby detects and switches networks automatically. In MetaMask, add the network manually (RPChttps://arb1.arbitrum.io/rpc, currency ETH, explorer arbiscan.io) or use chainlist.org.
Get PNK on Arbitrum
- Directly in the Court interface: use the “Get PNK” option
- DEXs: swap ETH for PNK on Uniswap while connected to Arbitrum
- Centralized exchanges: see the listings on CoinGecko, then bridge to Arbitrum
- If you hold PNK on Ethereum, bridge it via bridge.arbitrum.io
Understanding Courts and Parameters
Courts form a hierarchy: the General Court (ID 1) is the root, with specialized courts beneath it (Blockchain, Curation, English Language, and others) and the Forking Court (ID 0) reserved for protocol disputes. Staking in a specialized court automatically stakes you in all its parent courts. Beginner-friendly courts include the General Court and the English Language Court. Specialized courts such as Blockchain Technical, Curation, Insurance, and the Corte de Disputas de Consumo y Vecinidad (inside Corte General en Español, which serves enterprise cases like Lemon and MetLife) expect specific expertise. Each court page shows the parameters that matter to you:
One-pager: Court Hierarchy and Parameters (infographic to be added)
Staking Your PNK
Open the Court and connect
Choose your court

Approve PNK
Set your stake
Verify


One-pager: Staking Flow in V2 (infographic to be added)
- Your PNK transfers to the KlerosCore contract while staked (in V1 it stayed in your wallet). You can unstake anytime unless it is locked in an active case.
- You can stake in at most 4 courts (a gas-efficiency limit), so plan your court selection.
- Timing matters: the court cycles through Staking, Generating, and Drawing phases. Stake changes made during the Generating or Drawing phases are recorded but only take effect in the next Staking phase. The UI shows whether your stake is “Current” or “Delayed.”
Getting Selected
Selection is random but stake-weighted: your probability per draw is your stake divided by the court’s total stake (5,000 PNK in a court with 100,000 PNK staked gives you a 5% chance per draw). You can be drawn multiple times for the same case; each draw is one vote, and all your votes must be for the same choice. When drawn:- A portion of your stake is locked as collateral
- The case appears in My Cases
- You are notified in the interface (and by email if you enabled notifications in Settings, which is strongly recommended for deadline reminders)
Handling Your First Dispute

One-pager: Handling Your First Dispute (infographic to be added)
Get drawn
Open the case in My Cases
Read the court policy first
Examine all submitted evidence
Consider all voting options
Cast your vote (or commit if hidden votes)
Write your justification
Wait for the appeal period
Claim rewards after execution
Voting in visible courts
- Select your choice
- Click Vote
- Confirm the transaction
- Your vote is immediately visible
Voting in hidden courts (commit-reveal)
- Select your choice
- Write your justification
- Click Commit (submits a hash of your vote)
- Wait for the reveal phase
- Return and click Reveal
- Your vote is now visible
Common mistakes
Rewards and Penalties
You earn rewards for voting coherently with the final outcome:- Arbitration fees (ETH or whitelisted ERC-20s) paid by the disputing parties, divided among coherent jurors:
jurorReward = (totalFees / numberOfCoherentVotes) × degreeOfCoherence - PNK redistribution from incoherent jurors:
pnkReward = (totalPenalties / numberOfCoherentVotes) × degreeOfCoherence

One-pager: Juror Rewards and Coherence (infographic to be added)
Appeals and Court Jumps
- Appeal funding follows
feeForJuror × ((nbVotes × 2) + 1): the winning side must fund 1× the appeal cost and the challenging side 2×. With 3 jurors at 0.05 ETH, that is 0.35 ETH for the winner and 0.70 ETH for the challenger. - The challenger can only fund during the first half of the appeal period; the winner has the entire period.
- Each appeal round increases the juror count (
n×2 + 1). When the count reaches the court’sjurorsForCourtJumpthreshold (for example, 511), the dispute escalates to the parent court, and juror numbers adjust to the new court’s parameters. You may be drawn for jumped cases; expect them to be more complex.

One-pager: Appeals and Court Jumps (infographic to be added)