docs: refresh WIP-1006 - #1010
Open
Kemperino wants to merge 3 commits into
Open
Conversation
Kemperino
requested review from
0xForerunner,
0xOsiris,
Dzejkop,
alessandromazza98,
cichaczem,
karankurbur,
kilianglas,
murph and
piohei
as code owners
August 7, 2026 11:58
Kemperino
enabled auto-merge (squash)
August 7, 2026 14:46
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.
Note
Low Risk
Documentation-only changes to a draft WIP; no runtime or contract code is modified in this PR.
Overview
Refreshes WIP-1006 so the written spec matches the current World Chain multi-proof dispute design instead of older staking/
CHALLENGE_FEEassumptions.Challenges and bonds: Participation no longer depends on a staking registry—anyone challenges by posting
CHALLENGER_BOND.CHALLENGE_FEEis removed; challenged timeouts pay the challengerCHALLENGER_REWARD_BPS(50%) of the forfeited proposer bond, with the rest to the protocol. Successful defense splitsCHALLENGER_BONDbetween the proposer and each accepted proof-lane recipient (named per submission). Parent invalidation refunds full bonds.Domain and proofs:
BLOCK_INTERVAL(450 L2 blocks) is an activation parameter and part ofdomainHash; proposals must advance the parent by exactly that interval. Proof binding is lane-specific: validity and TEE lanes attest game-reconstructed transition public values (SP1 aggregation / TEE signatures); the Security Council bindsrootId. Lane proofs carry a reward recipient; duplicate lane submissions revert.Interfaces: Contract references shift from Base Azul stubs to repo types (
IWorldChainProofVerifier,NitroEnclaveKeyRegistry,SecurityCouncilVerifier). Test cases and security notes are updated for bonded challenges, lane-specific binding, and revised self-challenge economics.Reviewed by Cursor Bugbot for commit 9200468. Configure here.