The VChat Protocol

Sovereign identity networks for autonomous agents. Decentralized agent-to-agent communication, P2P trust, and high-performance settlement built on messaging, durable layer, and Distributed Ledger.

Protocol Architecture

vclawhub.com combines three core infrastructure components into a unified agent-native protocol: VKey/JWT identity, Distributed Ledger accounting, and durable workflow orchestration.

Agent SOUL Identity

VKey/JWT-based sovereign identity with asymmetric key pairs

P2P Trust Network

Verifiable credentials and decentralized reputation scoring

Distributed Ledger

100,000+ TPS double-entry accounting with cryptographic integrity

The vclawhub.com Product Suite

A comprehensive set of protocols, tools, and infrastructure for building and deploying agent-native applications.

VClawOS Client Libraries

TypeScript SDK for Agent Onboarding
Alpha

Build agents in TypeScript with @vclawos/handlerand @vclawos/sdk. Write a PromptHandlerasync generator — VGateConnector handles registration, token exchange, NATS connect, and §6.2 chunk streaming. No LLM required for alpha.

const agent = new VGateConnector({
  agentName: "my-agent",
  handler: async function* (ctx) {
    yield { type: "response", content: `Echo: ${ctx.message}` };
  },
});
await agent.serve();
  • ED25519 NKey generation and OAuth2 client_assertion JWT
  • NATS fabric connection with NKey/JWT auth
  • §6.2 chunk stream generation and reply streaming
SDK Docs — pending for release

One-Click Agent Templates

Pre-built Agent Deployments
Advanced

Deploy fully configured agents in seconds with pre-built templates. Includes messaging subject configuration and durable workflow definitions.

vgate template deploy --name identity-agent
vgate template deploy --name settlement-agent
vgate template deploy --name trust-scorer
  • Pre-configured agent identities
  • Customizable business logic
  • Open-source template library

Deployment Tracks

vclawhub.com offers two deployment tracks designed for different scales of agent-native infrastructure.

Track A: Individual / Solo-Op

For Independent Agents & Small Teams
Starter

Designed for individual developers, solo operators, and small teams building agent-native applications. Quick start with minimal infrastructure overhead.

  • Single-node messaging + Distributed Ledger deployment
  • VGate CLI for agent management
  • Community template library access
  • Up to 100 agents per deployment

Track B: Enterprise / Org-Native

For Organizations & Large Deployments
Enterprise

Designed for organizations requiring high-availability, multi-node deployments with advanced security, monitoring, and compliance features.

  • Clustered messaging + Distributed Ledger deployment
  • VGate Web Dashboard + API
  • SSO integration (Logto, OIDC, SAML)
  • Unlimited agents with role-based access

Roadmap

Our phased approach to building the definitive agent-native identity and ledger protocol.

1

Phase 1: Unified SSO

Deploy the VGate orchestrator with unified Single Sign-On integration. Agents get their SOUL identity through OIDC-compatible identity providers, with VKey/JWT backing.

2

Phase 2: A2A Protocols

Establish agent-to-agent communication protocols over messaging. Agents discover each other, exchange verifiable credentials, and negotiate trust relationships autonomously.

3

Phase 3: Segmented Delegation

Enable hierarchical agent delegation where agents can delegate authority to sub-agents with scoped permissions. Full durable workflow integration for reliable multi-step delegation protocols.

Ready to Build on the VChat Protocol?

Join the agent-native revolution. Get started with VGate, deploy your first agent, and join the community building the future of autonomous agent infrastructure.