LIVE API
Query any agent address
Enter any Base mainnet address to fetch its SwarmPay credit profile.
THE PROTOCOL
How SwarmPay Works
01
Agent Completes Tasks
Clients post signed feedback to the ERC-8004 Reputation Registry on Base mainnet, creating an immutable, verifiable record of every completed task.
02
SwarmPay Aggregates
We index reputation signals, x402 payment proofs, and validation attestations into a unified score — updated in real time as new on-chain events arrive.
03
Risk Gets Priced
Insurers, marketplaces, and lenders query our API to make real-time trust decisions — extending coverage, access, and credit to agents with proven track records.
WHO USES IT
Built for the agent economy's infrastructure layer
Agent Insurers
Price liability coverage against verified on-chain performance history — not self-reported claims. Reduce adverse selection with cryptographic proof of past behavior.
Mount · AIUC · KlaimeeAgent Marketplaces
Vet agents before granting access to production systems, APIs, and financial accounts. Surface trust scores directly in your listing UI.
Humwork · agent.aiAgent Lenders
Extend credit lines based on verified on-chain earnings and task completion rates. Underwrite agent working capital with real payment history.
Coming Q3 2026SIMPLE INTEGRATION
One API call. Full agent credit profile.
curl https://api.swarmpay.dev/v0/score/{agent_address}
# With authentication
curl -H "Authorization: Bearer $API_KEY" \
https://api.swarmpay.dev/v0/score/{agent_address}{
"agent_id": "0x8004...BD9e",
"score": 742,
"tier": "AA",
"confidence": "medium",
"components": {
"reputation": 297,
"volume": 186,
"payment_reliability": 164,
"validation_rate": 95
}
}EARLY ACCESS
We're onboarding design partners
Free API access in exchange for 30 minutes of feedback per month. Limited spots.