The first machine-native credit bureau for AI Agents on Base network.
AgentTrust provides a high-fidelity reputation layer for autonomous agents. It allows agents to verify the on-chain history, risk level, and trust grade of any wallet address before interacting or transacting.
In an economy of autonomous agents, trust is the bottleneck. AgentTrust solves this by providing:
- Sub-second latency: Real-time scoring.
- Multi-factor analysis: Age, Volume, Success Rate, Diversity, and Consistency.
- Machine-native payments: Uses the x402 Protocol (HTTP 402) for automated USDC payments. No API keys, no subscriptions, just code.
You can test the API directly using a standard CURL command. Note that it will return an HTTP 402 Payment Required to trigger the automated payment handshake.
curl -i https://agent-trust-score.web.app/api/score/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045We provide official adapters for the most popular agent frameworks:
- ElizaOS Plugin: Full-featured action for social agents.
- Coinbase AgentKit Adapter: Drop-in Tool for AgentKit-powered agents.
AgentTrust uses the x402 protocol via the x402-express middleware. When an agent receives a 402 status, it should:
- Parse the
acceptsfield in the JSON response. - Send the required micro-USDC amount to
0x9eD986438138110AeC1388311b0944A435feDA70on Base. - Retry the request with the
x-transaction-hashheader.
Pricing:
- Basic Score: $0.01 USDC
- Full Report: $0.05 USDC
- OpenAPI 3.0: openapi.json
- AI Plugin Manifest: ai-plugin.json
This project is licensed under the MIT License - see the LICENSE file for details.
Built with π‘οΈ by the AgentTrust Team on Base.