Open
Conversation
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
parul-2718
pushed a commit
to parul-2718/Kleros-mintlify-docs
that referenced
this pull request
Mar 15, 2026
…tation files Addresses all factually wrong, missing, and incomplete/misleading issues identified in the Kleros V2 documentation audit: - court/architecture.mdx: Add all four live dispute kits, ICourtEligibility per-court eligibility with SBT addresses, arbitrable whitelist flag, force-unstake governance powers, two distinct pause mechanisms (Paused vs ArbitrationPaused) (kleros#1,#8,#9,#10,#16,#33,#48) - governance/snapshot.mdx: Fix voting power = staked PNK via KlerosCoreSnapshotProxy (not wallet balance) (kleros#2,#13) - concepts/tokenomics.mdx: PNK held in SortitionModule not KlerosCore; add ERC-20 fees with RatesConverter address; add LeftoverPNK events (kleros#3,#4,#35) - developers/overview.mdx: Remove unverifiable $50M claim; add ERC-20 fees mention (kleros#3,#30) - reference/contracts/kleros-core.mdx: Full currentRuling() signature (ruling,tied,overridden); add round data structure section (#5,#22) - court/court-hierarchy.mdx: General Court hiddenVotes=true callout; fix alpha formula operates on minStake not total staked (#7,#26) - reference/contracts/gateways.mdx: Add version 0.8.0; fee sync risk warning with feeForJuror mapping; disputeHash derivation formula; deprecatedVeaOutbox grace period (#20,#32,#39) - concepts/sortition.mdx: Document minStakingTime=1800s, maxDrawingTime=1800s, rngLookahead=20 blocks; clarify alreadyDrawn mapping vs multiple vote IDs (#34,#38) - court/how-it-works.mdx: Coherence is binary in DisputeKitClassic (10000 or 0); draw() requires automation bots; round snapshots court params at creation; tied votes default to ruling 0 (#18,#19,#21,#36,#37) - developers/arbitrable-apps/arbitrable-guide.mdx: extraData encodes three values (courtID, minJurors, disputeKitID) (#17) - developers/arbitrable-apps/arbitrable-production.mdx: NON_PAYABLE_AMOUNT guard rejects ETH when ERC-20 fee token is used (#40) - reference/architecture/vea-overview.mdx: Document deprecatedVeaOutbox + expiration for graceful bridge upgrades (#23) - court/appeals.mdx: Correct terminology from challenger/winner to loser/winner of current ruling (#27) - products/proof-of-humanity.mdx: Explain WHY PoH uses V1 (predates V2); clarify V1 is not deprecated (#28) - products/scout.mdx: Clarify V2 registry migration has no confirmed timeline or KIP (#29) https://claude.ai/code/session_018CnSWSY4RCHVGT8RcFWhMK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a broken quick link in the Kleros Court overview page that was pointing to a non-existent
/developers/sdkpage. Updated the link to point to the existing/developers/overviewpage instead.Changes
/developers/overview