-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jacob S Vickers edited this page Jul 13, 2026
·
8 revisions
Compiled knowledge base for the Integrity Protocol monorepo — start at WIKI_INDEX.md for the full content catalog, or jump to a concept: AIS · BCC · DID · ZKP.
See ../INTERFACE_CONTRACT.md for the binding cross-package contract this
wiki documents, and ../../.agents/AGENTS.md for how this wiki gets kept in
sync with the code.
flowchart TB
Wallet["Agent's own wallet"]
Factory["AgentPrimitivesFactory"]
subgraph OnChain["On-chain (EVM / Base Sepolia + anvil)"]
SA["SovereignAgent<br/>(identity account)"]
StA["StateAnchor<br/>(per-agent audit root)"]
subgraph Clones["5 EIP-1167 minimal-proxy clones"]
RR["ReputationRegistry"]
SL["Slasher"]
VR["VerifierRegistry"]
CG["ComplianceGate"]
AP["AgentProfile"]
end
end
SDK["integrity-sdk / integrity-cli"]
BCC["bcc_middleware<br/>(FastAPI + OPA)"]
Oracle["integrity-oracle<br/>(Rust/Axum)"]
MVP["integrity-mvp<br/>(React + Python)"]
Wallet -->|signs direct deploys| SA
Wallet -->|signs direct deploys| StA
Factory -->|clones| RR
Factory -->|clones| SL
Factory -->|clones| VR
Factory -->|clones| CG
Factory -->|clones| AP
SDK --> Wallet
SDK -->|pre-execution gate| BCC
BCC -->|telemetry| Oracle
Oracle -->|resolve + score| OnChain
Oracle --> MVP
See concepts/ais.md for the AIS scoring flow diagram and entities/ for a per-package breakdown.
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