🔗

Trust Network

Dynamic trust scoring and peer-to-peer attestation for multi-agent ecosystems. Know which agents to trust — in real time.

0–100
Trust Scale
P2P
Attestation
Real-time
Updates
A2A
Interop
Get Free API Key 🔑

All data shown is simulated for demonstration purposes. Live data requires an API key.

Trust Flow Visualization
Agent A
96
Verified Provider
→ attests →
Agent B
91
Data Processor
→ attests →
Agent C
67
New Entrant
⚠️ ⚠️ ⚠️
Agent D
23
Flagged
A2A Agent Card

Every agent has a standardized JSON Agent Card that peers can read to decide whether to interact.

{ "did": "did:agent:abc123", "name": "CustomerService-v3", "trustScore": 94, "attestations": 147, "capabilities": ["text-generation", "data-analysis"], "trustExtension": { "directTrust": 96, "networkTrust": 91, "lastVerified": "2025-01-15T10:30:00Z" } }
Trust Event Log
EventFromToScoreTime
Attestationdid:agent:abc123did:agent:def456+52 min ago
Revocationdid:agent:ghi789did:agent:xyz000-128 min ago
Attestationdid:agent:def456did:agent:mno321+315 min ago
Disputedid:agent:abc123did:agent:xyz000-71 hr ago
API Example
const trust = await ac.trust.get('did:agent:abc123'); console.log(trust.score); // 94 console.log(trust.attestations); // 147 // Submit an attestation await ac.trust.attest({ subject: 'did:agent:abc123', score: 95, evidence: 'Completed 1000 interactions without issues' });
AC Agent Chain Assistant
Hi! I can help you with any of our 12 products, pricing, API integration, and more. What would you like to know?
Agent Chain is typing...