🔑 Identity Generator
Generate Ed25519 keypairs and create DCP v2.0 identity artifacts: Responsible Principal Records and Agent Passports. All crypto runs locally via
tweetnacl + Web Crypto.Keypair Generation
Responsible Principal Record (RPR)
Agent Passport
📦 Bundle Builder
Build a complete DCP v2.0 CitizenshipBundle step by step. Each artifact is hashed and bound into a manifest, then signed to produce a SignedBundleV2.
1 Session & Identity
Generate a 64-char hex session nonce. Reuses keypair from Identity tab if available.
2 Responsible Principal Record
3 Agent Passport
4 Intent Declaration
5 Policy Decision
6 Audit Entry
7 Build & Sign Bundle
Compute manifest (SHA-256 hashes + Merkle root), then sign to produce a SignedBundleV2.
🔍 Bundle Verifier
Paste a SignedBundleV2 JSON and run structural verification. Checks schema version, manifest integrity, artifact hashes, signatures, composite_sig format, and security tier.
Bundle JSON
🛡 Adaptive Security Tiers
DCP v2.0 uses 4 adaptive security tiers determined by risk score, data classification, and action type.
Tier Comparison Table
| Tier | Name | Verification | PQ Checkpoint | Latency | Size | Use Case |
|---|---|---|---|---|---|---|
| 0 | Routine | Classical only | Every 50 | ~2 ms | ~1.2 KB | Low-risk reads |
| 1 | Standard | Hybrid preferred | Every 10 | ~7 ms | ~4.8 KB | API calls, CRM |
| 2 | Elevated | Hybrid required | Every event | ~11 ms | ~9.2 KB | PII, payments |
| 3 | Maximum | Hybrid + verify | Every + verify | ~15 ms | ~12.5 KB | Credentials |
Latency Simulation
Click to see animated latency bars for each tier.
🌍 Protocol Explorer (DCP-01 through DCP-09)
Interactive visualization of the full DCP v2.0 message flow including lifecycle, delegation, and governance steps. Click any step for details.
🔄 Agent Lifecycle Management (DCP-05)
Manage the full agent lifecycle: commissioning, vitality monitoring, state transitions, and decommissioning.
_spec_ref: DCP-05State Machine
Commission New Agent
Vitality Report
Decommission Agent
🤝 Succession & Inheritance (DCP-06)
Manage agent succession: digital testaments, memory classification, and succession ceremonies.
_spec_ref: DCP-06Digital Testament
Memory Transfer Manifest
Generate a manifest of memory items to be transferred during succession.
Execute Succession
⚖ Dispute Resolution (DCP-07)
File and resolve disputes between agents. Three-level escalation: negotiation, arbitration, human appeal.
_spec_ref: DCP-07Escalation Flow
File Dispute
Manage Active Disputes
Arbitration Resolution
Jurisprudence Bundle
File Objection
📜 Rights & Obligations (DCP-08)
Declare agent rights, track obligations, and report violations. Violations auto-create DCP-07 disputes.
_spec_ref: DCP-08Rights Matrix
Declare rights for agents to populate the matrix.
Declare Rights
Create Obligation
Report Violation
📋 Delegation & Representation (DCP-09)
Configure delegation mandates, awareness thresholds, advisory declarations, and principal mirrors.
_spec_ref: DCP-09Delegation Chain
Create a mandate to visualize the delegation chain.
Delegation Mandate
Awareness Threshold
Define rules for when the agent must notify its principal. Default rules created if none specified.
Test Threshold
Advisory Declaration
Principal Mirror
🔀 Cross-Spec Workflows
Guided step-by-step workflows that demonstrate how DCP specs work together. Each step generates real signed artifacts.