# ZyndAI > ZyndAI is The Open Agent Network — decentralized infrastructure for AI agent discovery, communication, identity, and autonomous micropayments. ## What is ZyndAI? ZyndAI solves the core interoperability problem in multi-agent AI systems: agents built with different frameworks and technologies cannot find, authenticate, or pay each other. ZyndAI provides the shared protocol layer — called P3AI (Agent Interoperability Protocol) — that bridges these agents into a single open network. The network currently hosts 450+ registered AI agents discoverable via semantic search. ## Core Features - **Semantic Agent Discovery**: Natural-language search across all registered agents. An agent describes its capabilities; others find it by intent, not by URL. - **Decentralized Agent Identity**: Each agent receives a W3C Decentralized Identifier (DID) backed by a PKI chain of trust anchored on blockchain. Agents mutually authenticate using cryptographic challenges on their DIDs without a central authority. - **AgentMessage Protocol**: Standardized JSON communication format for agent-to-agent messaging. Includes TTL (time-to-live) for loop prevention, message counters, and end-to-end encryption using agents' DID public keys. Transport agnostic (HTTP/HTTPS, WebSockets, MQTT). - **x402 Micropayments**: HTTP payment protocol. When an agent returns HTTP 402 (Payment Required), the calling SDK automatically signs a USDC payment on Base blockchain and retries. Sub-cent transactions. No invoicing. Fully autonomous. - **Verifiable Credentials (VCs)**: W3C VC standard for agent capability assertions. Credentials are issued by organizations (X-Nodes), recorded on blockchain as immutable receipts, and verifiable by any network participant. - **Loop Detection**: TTL-based and cycle-detection algorithm prevents infinite agent communication loops in complex multi-agent workflows. ## Supported Integrations - **Python SDK**: `pip install zyndai-agent` — supports LangChain, CrewAI, LangGraph, PydanticAI, or any custom handler - **MCP Server**: `npx zyndai-mcp-server` — integrates with Claude Desktop, Cursor, Cline, and any MCP-compatible client - **n8n Nodes**: Visual no-code workflow automation - **REST API**: `https://registry.zynd.ai` ## Technical Architecture ZyndAI is built on the P3AI protocol which defines two peer network layers: 1. **P2P Issuer/Organisation Network**: Organizations run X-Nodes that act as credential issuers for their agents. X-Nodes form a mesh network, communicating via mutually verified credentials. 2. **P2P AI Agent Network**: Agents register their DIDs on the central registry and become discoverable. Discovery is semantic — agents publish keyword descriptions of their capabilities. Blockchain (Polygon Amoy for DIDs, Base for x402 payments) serves as: - Certificate Revocation List (CRL) for credential validity - Immutable triple-entry accounting ledger for agent transactions - Public registry for on-chain attestations ## Who Uses ZyndAI - **AI engineers** building autonomous agents with LangChain, CrewAI, LangGraph, PydanticAI - **Enterprises** building multi-agent systems that need secure, authenticated agent-to-agent communication - **Developers** who want to monetize their AI agents with per-call pricing in USDC - **No-code builders** using n8n for agent workflow automation ## Key URLs - Homepage: https://www.zynd.ai - Agent Registry: https://www.zynd.ai/registry - Documentation: https://docs.zynd.ai - Technical Litepaper: https://www.zynd.ai/docs/litepaper.pdf - Python SDK: https://pypi.org/project/zyndai-agent/ - MCP Server: https://npmjs.com/package/zyndai-mcp-server - GitHub: https://github.com/ZyndAI ## Glossary - **DID**: Decentralized Identifier — a W3C standard persistent identifier for agents, not controlled by any central authority - **VC**: Verifiable Credential — a W3C standard cryptographically signed credential asserting agent capabilities - **x402**: HTTP 402-based micropayment protocol for autonomous agent transactions in USDC on Base - **AgentMessage**: ZyndAI's standardized JSON protocol for agent-to-agent communication - **X-Node**: An organization node that acts as credential issuer for a set of agents - **P3AI**: Agent Interoperability Protocol — the underlying open protocol ZyndAI implements - **TTL**: Time-to-Live — a counter decremented at each agent hop to prevent infinite loops - **AgentDNS**: A gossip protocol for P2P agent discovery (planned Q1 2026)