-
Notifications
You must be signed in to change notification settings - Fork 1
cross chain spec
title: Cross-Chain Reputation Sync [PLANNED] created: 2026-07-09 updated: 2026-07-09 type: concept tags: [layer-2] confidence: low source_files:
- contracts/src/oracle/CCIPReputationBridge.sol
- README.md
[PLANNED] — not built, not deployed, not wired in. The root
README.md's "Decentralization path" lists cross-chain reputation
(syncing AIS across Base/Arbitrum/Ethereum) as a real future
step, not a current capability. This page replaces the old wiki's
cross-chain-spec.md, which described a "Canonical Reputation Registry" +
"Satellite Synchronizers" design assuming the pre-rewrite singleton
ReputationRegistry model — that model is gone (see
agent primitives), so the old design doesn't apply
as written.
contracts/src/oracle/CCIPReputationBridge.sol exists in the codebase but
is explicitly unwired: it predates the per-agent clone model and still
assumes one global, immutable ReputationRegistry — its
registry.getAgent(agent)/registry.updateScoreByBridge(agent, baseScore)
calls no longer resolve to "the" registry for an arbitrary agent, now that
every agent has its own ReputationRegistry clone (see
Interface Contract §6.5).
It is not deployed by Deploy.s.sol and not referenced by
AgentPrimitivesFactory. Before any cross-chain sync work starts, this
contract needs reworking to resolve each agent's own ReputationRegistry
clone via XibalbaAgentRegistry on every read/write — don't build against
it as it stands today.
Not built, but the shape a working version would have to address: per-agent clone resolution (above) instead of a single hub registry; a bridge-agnostic messaging layer (CCIP, the contract's namesake, or an alternative) rather than vendor lock-in; a minimum confirmation delay to mitigate bridge-reorg risk before a synced score is trusted on the destination chain. None of this has an implementation to point at.
Related: AIS, agent primitives, contracts.
Generated from INTEGRITY-LATEST/docs/wiki. Edit the canonical repository files, not this mirror.
- A2A Negotiation Protocol [PLANNED]
- AIS API — Versioned Wire Spec
- Agent Integrity Score (AIS)
- Agent Primitives (Self-Sovereign Identity)
- Behavioral Commitment Chain (BCC)
- ComplianceGate & Integrity Health
- Cross-Chain Reputation Sync [PLANNED]
- Decentralized Identifier (DID)
- Identity Ceiling & Verification Ladder [BUILT]
- Integrity Market (Prediction Markets, Binary Options, A2A Capital Allocation)
- Integrity Protocol Specification
- Local Metrology (Client-Side AIS Signal Derivation)
- Merkle Batching & Anchoring Convention
- Observability & PHI Safety Pipeline
- On-Chain Governance
- Persistent Memory Bridge
- Persistent Memory, Genesis Root & Lineage [PARTIALLY BUILT]
- Smart BAA (On-Chain Business Associate Agreement Escrow)
- Telemetry Ingestion Pipeline
- Testing Strategy
- The Four Foundational Primitives
- Xibalba Agent Operating Model
- ZK-ML Model-Inference Verification [PLANNED]
- Zero-Knowledge Proving Pipeline