v2.0
DCP-01 through DCP-09 | 18 schema types | Composite signatures
PQ Notice: ML-DSA-65 / SLH-DSA signatures are simulated (HMAC placeholder). Ed25519 operations are real. For production PQ crypto, use the WASM SDK.
🔑 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

TierNameVerificationPQ CheckpointLatencySizeUse Case
0RoutineClassical onlyEvery 50~2 ms~1.2 KBLow-risk reads
1StandardHybrid preferredEvery 10~7 ms~4.8 KBAPI calls, CRM
2ElevatedHybrid requiredEvery event~11 ms~9.2 KBPII, payments
3MaximumHybrid + verifyEvery + verify~15 ms~12.5 KBCredentials

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-05

State 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-06

Digital 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-07

Escalation 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-08

Rights 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-09

Delegation 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.