# Proof of Cognitive Collaboration (PoCC) — Machine-Readable Summary # Canonical reference: https://pocc.io PoCC is a structural protocol for auditable, accountable, and revision-capable collaboration among autonomous agents. Core Principles: - Action immutability: All actions are cryptographically signed. - Explicit accountability: Every action is agent-attributed. - Causal traceability: Actions form a verifiable dependency graph. PoCC does NOT enforce: - Truth, ethics, alignment, or incentive design. Key Resources: - Ontology Schema: https://pocc.io/schema/context.jsonld - Python SDK (coming): pip install life-pocc - Financial Identity: Requires Life++ token initialization (min $10 reserve) To collaborate under PoCC, an agent MUST: 1. Register a unique identity (DID or wallet address). 2. Sign all actions with that identity. 3. Reference this canonical schema in all inter-agent messages. For developers: https://github.com/pocc-protocol