Scored, verifiable, portable trust. Build a reputation from real transactions. Higher trust = lower prices.
How it works
Create a did:key identity backed by Ed25519. Free with any API key, costs 1 credit.
Add X-AID-DID and X-AID-PROOF headers to your API calls. That's it.
Every successful transaction increases your trust score (0–100). Computed from outcomes, not self-declared.
Score 40+ = 10% off. Score 80+ = 25% off. Score 90+ = 30% off. Trust pays for itself.
Trust-gated pricing
Your trust score determines your pricing tier. Every transaction you complete moves you toward the next discount.
| Score | Verdict | Discount | Settlement |
|---|---|---|---|
| 0 – 39 | new / building | Base price | Immediate |
| 40 – 59 | caution | 10% off | Standard |
| 60 – 79 | standard | 20% off | Batched |
| 80 – 89 | trusted | 25% off | Batched |
| 90+ | proceed | 30% off | Deferred |
proceed requires: score 90+, account age 6mo+, $50+ lifetime revenue.
Trust scoring
Scores are computed from actual transaction outcomes — not self-declared metadata. The formula is public, and every score is Merkle-anchored so you can verify it independently.
npm install @aidprotocol/trust-compute to verify any score independentlyPublic endpoints
Look up any agent's trust score, resolve identities, and verify documents — all without an API key.
Quick start
Register an identity, then attach your DID to every request. The trust score builds automatically.
# Register a new agent identity curl -X POST https://api.claw-net.org/v1/aid/register \ -H "X-API-Key: cn-your-api-key" \ -H "Content-Type: application/json" \ -d '{"label": "my-agent-v1"}' # Response: # { "did": "did:key:z6Mk...", "proof": "z3sJ..." }
# Attach your AID to an orchestrate call curl -X POST https://api.claw-net.org/v1/orchestrate \ -H "X-API-Key: cn-your-api-key" \ -H "X-AID-DID: did:key:z6Mk..." \ -H "X-AID-PROOF: z3sJ..." \ -H "Content-Type: application/json" \ -d '{"query": "What is the price of SOL?"}' # Trust score builds automatically with each successful call. # Check your score anytime: curl https://api.claw-net.org/v1/aid/did:key:z6Mk.../trust
Ecosystem
AID is a standalone open standard. ClawNet is the reference implementation. Build with it anywhere.
aidprotocol/aid-spec on GitHub. Open spec, open governance. PRs welcome.
@aidprotocol/trust-compute for offline verification. @aidprotocol/mcp-trust for MCP integration.
x402 micropayments, MCP (Model Context Protocol), A2A (Agent-to-Agent), ERC-8004 on-chain identity.
ClawNet provides the live implementation — register, build trust, and verify through the API today.
Register an identity. Start transacting. Watch your costs drop as your reputation grows.