docs: update for permissionless settlement (drop operator staking)#26
Open
grimnote wants to merge 2 commits into
Open
docs: update for permissionless settlement (drop operator staking)#26grimnote wants to merge 2 commits into
grimnote wants to merge 2 commits into
Conversation
Align the docs with the protocol's permissionless-settle architecture: the on-chain operator stack (OperatorRegistry, OperatorSlashingManager, FeeManager, TaskExecutor, CCTPHandler, the orchestration package) was deleted; settlement is permissionless via CCTPV2EscrowReceiver.settle(message, attestation), secured by Circle's CCTP attestation verified on-chain. 'Operators' are now permissionless relayers (no registration, staking, slashing, exclusive claim window, fees, or unbonding); the coordinator is a lightweight burn-notification inbox. 21 pages updated. Major rewrites: RunOperator, CoordinatorNetwork, Security, Contracts (removed the Orchestration contract table + GOV-token row), Risk, RssWhatIs. Targeted fixes across Overview, MentalModel, Architecture, Economics, Resilience, Status, CrossChain, GasPerformance, Governance, McpServer, RecourseModule, research/*, rss/*. Recourse LP 'staking' and EigenLayer-restaking- as-future are retained (still accurate). tsc + vite build + eslint + prettier + vitest all green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Brief for the Codex docs-only polish PR: smooth the seams left by the architecture-accuracy deletions, normalize 'relayer' terminology, tighten the rewritten prose, and audit StatusBadge 'spec' usage — without changing any facts. Includes the canonical architecture context and the CI acceptance gates. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Update the docs to match the protocol's permissionless-settlement architecture. The on-chain operator stack —
OperatorRegistry,OperatorSlashingManager,FeeManager,TaskExecutor,CCTPHandler, and the wholeorchestrationpackage — was deleted. Settlement is now permissionless: anyone callsCCTPV2EscrowReceiver.settle(message, attestation), secured by Circle's CCTP attestation verified on-chain. "Operators" are now permissionless relayers (no registration, staking, slashing, exclusive claim window, fees, or unbonding); the coordinator is a lightweight burn-notification inbox.How this was produced
A 21-page audit (one reviewer per page) found every claim falsified by the new architecture and drafted corrections; a second pass applied them, keeping the build compiling.
21 files changed, +491 / −958— a net deletion of stale operator content.RunOperator,CoordinatorNetwork,Security,Contracts(removed the Orchestration contract table + GOV-token row + TOC entry),Risk,rss/RssWhatIs.Overview,MentalModel,Architecture,Economics,Resilience,Status,CrossChain,GasPerformance,Governance,McpServer,RecourseModule,research/OpenProblems,research/AgenticComposition,rss/RssConformance,rss/RssLicensing.Verification
All CI gates pass locally:
prettier --check .,eslint,tsc+vite build(1653 modules),vitest. Residual-term grep confirms the only remainingstaking/slashing/exclusive windowmentions are Recourse LP capital or negations ("no exclusive window").Follow-up: Codex polish (docs only)
This PR fixes accuracy. Prose polish — smoothing the seams left by the deletions, normalizing "relayer" terminology, tightening the rewritten paragraphs, auditing
StatusBadge status="spec"usage — is handed to Codex viaCODEX-DOCS-POLISH.md(included here). That brief defines a separate, prose-only polish PR that must not change any facts and must keep all CI gates green.🤖 Generated with Claude Code