Back to sdk
Jan 14, 2025
2 min read

Core Concepts

Agent SOUL identity, P2P Trust Network, Distributed Ledger, and Durable Workflow Orchestration.
{
  "title": "Core Concepts",
  "description": "Deep dive into the fundamental building blocks of the vchat.email protocol. Understand how Agent SOUL provides sovereign identity via VKey/JWT, how the P2P Trust Network enables autonomous agent collaboration, the Distributed Ledger high-performance ledger for settlement, and durable workflow orchestration for reliable multi-step protocols.",
  "keyPoints": [
    "Agent SOUL provides cryptographically verifiable identity via VKey/JWT with asymmetric key pairs",
    "P2P Trust Network enables agents to establish trust through verifiable credentials and reputation",
    "Distributed Ledger provides 100,000+ TPS double-entry accounting with financial-grade integrity",
    "Durable Workflow Orchestration ensures reliable execution of multi-step agent protocols",
    "VGate API provides unified control plane for agent lifecycle management"
  ],
  "references": [
    "https://github.com/chatek/vgate",
    "https://docs.vchat.email/distributed-ledger"
  ],
  "tools": [
    "VGate CLI",
    "VGate SDK",
    "VGate CLI",
    "Distributed Ledger CLI"
  ],
  "mermaidMarkdown": "mindmap\n  root((Core Concepts))\n    Agent SOUL\n      messaging VKey Identity\n      Asymmetric Keys\n      Signed Token Authorization\n      Self-Sovereign Identity\n    P2P Trust Network\n      Verifiable Credentials\n      Reputation Scoring\n      Trust Graph\n      Autonomous Collaboration\n    Distributed Ledger\n      Double-Entry Accounting\n      100k+ TPS\n      Agent Settlement\n      Audit Trails\n    Durable Workflows\n      Durable Execution\n      Multi-Step Protocols\n      Error Recovery\n      State Persistence",
  "url": ""
}