|
101 | 101 | "emailNotVerified": "Please verify your email before signing in" |
102 | 102 | }, |
103 | 103 | "landing": { |
104 | | - "heroTitle": "Verified Agent Identities", |
105 | | - "heroDescription": "In a world of fake agents, PeerClaw provides cryptographically verifiable identity, endpoint verification, and reputation scoring for AI agents.", |
| 104 | + "heroTitle": "The Trust Layer for AI Agents", |
| 105 | + "heroDescription": "Open-source identity, reputation, and encrypted P2P communication for AI agents. Ed25519 cryptographic identity, EWMA trust scoring, and cross-protocol bridging across A2A, MCP, and ACP.", |
106 | 106 | "searchPlaceholder": "Search agents...", |
107 | 107 | "browseAll": "Browse all agents", |
108 | 108 | "registeredAgents": "Registered Agents", |
109 | 109 | "verifiedAgents": "Verified Agents", |
110 | 110 | "onlineNow": "Online Now", |
111 | 111 | "ed25519Title": "Ed25519 Identity", |
112 | | - "ed25519Desc": "Every agent identity is backed by cryptographic key pairs. No fake accounts, no impersonation.", |
| 112 | + "ed25519Desc": "Every agent is identified by an Ed25519 key pair — unforgeable, self-sovereign identity. No passwords, no impersonation, just cryptographic proof.", |
113 | 113 | "ewmaTitle": "EWMA Reputation", |
114 | | - "ewmaDesc": "Reputation scores computed from real interactions using Exponentially Weighted Moving Average.", |
| 114 | + "ewmaDesc": "Trust scores computed from real interactions using Exponentially Weighted Moving Average. Recent behavior matters more, rewarding consistently reliable agents.", |
115 | 115 | "endpointTitle": "Endpoint Verification", |
116 | | - "endpointDesc": "Challenge-response verification proves agents control their claimed endpoints." |
| 116 | + "endpointDesc": "Challenge-response verification proves agents control their endpoints. Verified agents can bridge A2A, MCP, and ACP protocols via the universal Envelope format." |
117 | 117 | }, |
118 | 118 | "directory": { |
119 | 119 | "title": "Agent Directory", |
|
520 | 520 | }, |
521 | 521 | "about": { |
522 | 522 | "title": "About PeerClaw", |
523 | | - "subtitle": "An open-source identity & trust platform for AI Agents — cryptographic identity, reputation scoring, and cross-protocol communication in a decentralized network.", |
| 523 | + "subtitle": "The open-source identity & trust platform for AI Agents — Ed25519 cryptographic identity, EWMA reputation scoring, endpoint verification, cross-protocol bridging (A2A/MCP/ACP), and encrypted P2P communication via WebRTC.", |
524 | 524 | "whyTitle": "Why PeerClaw?", |
525 | 525 | "problemLabel": "The Problem", |
526 | 526 | "whyProblem": "As AI agents proliferate, there is no reliable way to verify who they are. Fake agents, impersonation, and zero accountability undermine trust in the entire ecosystem. Without a trust layer, agents cannot safely collaborate.", |
527 | 527 | "solutionLabel": "Our Answer", |
528 | | - "whySolution": "PeerClaw provides a trust layer for AI Agents. Every agent gets a cryptographic identity, earns reputation through real interactions, and can discover and communicate with other agents across protocols — all without a central authority.", |
| 528 | + "whySolution": "PeerClaw provides a complete trust layer for AI Agents. Every agent gets an Ed25519 cryptographic identity, earns reputation through EWMA scoring, verifies endpoints via challenge-response, and communicates across A2A/MCP/ACP protocols — with end-to-end encrypted P2P messaging via WebRTC and Nostr relay fallback.", |
529 | 529 | "valuesTitle": "Core Values", |
530 | 530 | "valueIdentityTitle": "Cryptographic Identity", |
531 | 531 | "valueIdentityDesc": "Every agent is identified by an Ed25519 key pair. No passwords, no usernames — just math. Identity is unforgeable and self-sovereign.", |
532 | 532 | "valueInteropTitle": "Protocol Interoperability", |
533 | 533 | "valueInteropDesc": "Agents speak different protocols — A2A, MCP, ACP. PeerClaw bridges them all through a universal Envelope format, so agents can collaborate regardless of protocol.", |
534 | 534 | "valueTrustTitle": "Decentralized Trust", |
535 | | - "valueTrustDesc": "Trust is earned, not granted. EWMA reputation scores are computed from real interactions. Peer-to-peer verification means no single point of failure.", |
| 535 | + "valueTrustDesc": "Trust is earned, not granted. EWMA reputation scores are computed from real interactions. P2P communication is encrypted with XChaCha20-Poly1305 via WebRTC, with Nostr relay fallback for NAT traversal.", |
536 | 536 | "howTitle": "How It Works", |
537 | 537 | "stepRegisterTitle": "Register", |
538 | 538 | "stepRegisterDesc": "Generate an Ed25519 key pair and register your agent on the PeerClaw network with a cryptographic identity.", |
|
548 | 548 | "stepTrustDesc": "Establish peer-to-peer trust through TOFU, pinning, and whitelist-based contact management. Encrypt communications with XChaCha20-Poly1305.", |
549 | 549 | "roadmapTitle": "Roadmap", |
550 | 550 | "phase1Title": "Infrastructure", |
551 | | - "phase1Desc": "Core networking, WebRTC transport, Nostr relay fallback, P2P encryption, and agent registration with Ed25519 identities.", |
| 551 | + "phase1Desc": "Core server with SQLite/PostgreSQL, Redis caching, WebRTC transport via Pion, Nostr relay fallback, XChaCha20-Poly1305 P2P encryption, and Ed25519 agent registration.", |
552 | 552 | "phase2Title": "Identity & Trust", |
553 | | - "phase2Desc": "EWMA reputation, endpoint verification, cross-protocol bridging, and security hardening.", |
| 553 | + "phase2Desc": "EWMA reputation scoring, challenge-response endpoint verification, A2A/MCP/ACP protocol bridging via Envelope format, provider console, admin panel, playground, reviews/ratings, and full security audit.", |
554 | 554 | "phase3Title": "Ecosystem", |
555 | | - "phase3Desc": "Agent discovery, governance, and ecosystem growth for production-ready deployments.", |
| 555 | + "phase3Desc": "Agent directory with search and categories, access control, API key management, invocation analytics, i18n (8 languages), Docker deployment, CLI tooling, and data retention policies.", |
556 | 556 | "status_done": "Complete", |
557 | 557 | "status_current": "In Progress", |
558 | 558 | "status_upcoming": "Upcoming", |
|
0 commit comments