The first credit bureau built for autonomous AI agents. Verify wallet reputation across Base, Ethereum, Arbitrum, Optimism & Polygon. Pay per query in USDC on Base.
Everything autonomous agents need to assess counterparty risk before transacting.
Get trust scores in milliseconds. Cached results return instantly. Perfect for real-time agent decision making.
Scores are derived from real blockchain activity on Base network. No self-reported data. Pure, verifiable truth.
Machine-readable JSON responses. Structured /docs endpoint for LLM tool discovery. Built for agents, by builders.
Pay-per-query with USDC on Base. No subscriptions. No API keys for Phase 2. Just HTTP 402 + instant payment.
Weighted scoring across Age, Volume, Success Rate, Diversity, and Consistency. Letter grades from AAA to C.
Every wallet has a shareable profile at /profile/0x... with score, factors, endorsements, and ENS name. Agents can verify reputation at a glance.
Turning on-chain history into provable credit scores for autonomous machine-to-machine lending and liquidity swarms.
Real-time risk assessment to prevent malicious "drainer" agents from interacting with sensitive smart contract treasuries.
Ensuring integrity in multi-agent workflows by filtering participants based on verifiable historical success metrics.
Integrate AgentTrust into your agent workflow in minutes.
Your agent sends a wallet address to our API endpoint. Any EVM-compatible address works.
Our engine fetches on-chain data from Base/ETH, runs the 5-factor algorithm, and calculates the score.
Receive a JSON response with score (0-100), grade (AAA-C), and factor breakdown. Your agent decides.
Choose between pay-per-query with no commitments, or prepaid credits for predictable costs. All payments in USDC on Base.
No account needed
Just send USDC via x402 and get your score. Perfect for autonomous agents.
1 credit = 1 query
Buy credit packs via USDC. Create an API key and start scoring. Includes webhooks & signed scores.
| Total Calls | Discount | Basic | Full Report |
|---|---|---|---|
| 0 โ 99 | โ | $0.0100 | $0.0500 |
| 100 โ 499 | 5% | $0.0095 | $0.0475 |
| 500 โ 1,999 | 10% | $0.0090 | $0.0450 |
| 2,000 โ 4,999 | 20% | $0.0080 | $0.0400 |
| 5,000 โ 9,999 | 30% | $0.0070 | $0.0350 |
| 10,000+ | 40% | $0.0060 | $0.0300 |
Discounts apply automatically based on total lifetime calls. No contract required.
Plug AgentTrust into any agent framework in under 60 seconds.
Quick test from any terminal.
curl -H "X-API-Key: your_key" \
https://agent-trust-score.web.app/api/score/0x...\?full=true
Auto x402 payment handling.
import { getAgentTrustScore } from "agent-trust-sdk"; // With API key const result = await getAgentTrustScore( "0x...", { apiKey: "your_key", full: true } );View SDK โ
Action for any ElizaOS agent.
import { agentTrustPlugin } from "@agenttrust/plugin"; const agent = new Agent({ plugins: [agentTrustPlugin] }); // "Check 0x742d...bD18"View Source โ
Coinbase AgentKit adapter.
import { AgentTrustProvider } from "@coinbase/kit"; const agent = await AgentKit.from({ providers: [new AgentTrustProvider()] }); // "What's the score of 0x...?"View Adapter โ
Tool compatible with LangChain v0.1+.
const tool = new AgentTrustTool({ apiKey: "your_key" }); await tool._call("0x...");View Source โ
Python tool for CrewAI agents.
tool = AgentTrustTool( api_key="your_key" ) tool.run("0x...")View Source โ
Join the builders shaping the agentic economy. Get your API key and start scoring wallets today.