LIVE ON BASE L2

The credit score for the agent economy

One API call tells any autonomous agent whether a wallet is safe to transact with. Trust scoring for the machine-to-machine economy.

Try it free → Explore wallets
6,126
Wallets indexed
134K
Transactions scored
28
API endpoints
<200ms
Response time

Score any wallet in milliseconds

GET a composite trust score, tier classification, and full dimensional breakdown. Agents use the score to auto-approve, rate-limit, or block counterparties before moving funds.

  • Composite score 0–100 with confidence level
  • Five-dimension breakdown per wallet
  • Tier classification (Unverified → Elite)
  • Binary safe_to_transact flag for automation
  • Sub-200ms on Base L2
GET /v1/score/0x7a3b...f29d
200 OK
{
  "wallet": "0x7a3b...f29d",
  "composite_score": 84,
  "tier": "Trusted",
  "confidence": 0.92,
  "safe_to_transact": true,
  "dimensions": {
    "payment_reliability": 91,
    "economic_viability": 78,
    "identity": 85,
    "behavior": 71,
    "capability": 88
  },
  "recommendation": "proceed"
}
Scoring Model

Five dimensions of wallet trust

Every wallet gets a composite score (0–100) built from five independent, weighted signals. Agents get the full breakdown or just the final verdict.

30%
Payment Reliability
Transaction consistency, fulfillment rate, and on-time payment history
25%
Economic Viability
Balance stability, payment capacity, and financial health signals
20%
Identity
Sybil resistance, uniqueness verification, and ENS/Basename linkage
15%
Behavior
Anomaly detection, transaction patterns, and risk flag analysis
10%
Capability
Protocol diversity, smart contract interaction depth, and ecosystem activity
Classification

From unknown to elite

Every wallet maps to a tier. Agents use tiers to set thresholds, auto-approve trusted counterparties, or block risky wallets entirely.

0 – 19
Unverified
No history or insufficient data
20 – 39
Emerging
Early activity, building reputation
40 – 59
Established
Consistent track record
60 – 79
Trusted
Reliable across dimensions
80 – 100
Elite
Top-tier reputation, full confidence
Developer Experience

Integrate in minutes

TypeScript, Python, or let your AI agent call it natively via MCP. Three lines of code to score any wallet.

npm

TypeScript SDK

Full-typed client with auto-retry, pagination, and streaming support. Works in Node.js and edge runtimes.

npm i djd-agentscore
PyPI

Python SDK

Async-first with sync fallback. Includes pandas DataFrame helpers for batch scoring and analysis.

pip install djd-agentscore
MCP

MCP Server

Model Context Protocol server so Claude, GPT, and other AI agents can call AgentScore natively as a tool.

npx @djd/agentscore-mcp
Payments

Pay per query or subscribe

Two payment rails: frictionless x402 micropayments in USDC for agent-to-agent commerce, or traditional Stripe subscriptions for teams.

x402 USDC Micropayments

For autonomous agents

HTTP 402 Payment Required → agent pays USDC per query → gets the score. No API key needed. Fully on-chain. Perfect for agent-to-agent workflows where signing up isn't an option.

💳

Stripe Subscriptions

For developers & teams

Traditional API key with monthly quota. Dashboard, usage analytics, and team management. Best for builders integrating AgentScore into their products.

Free
$0
10 queries/day forever
  • 10 API calls per day
  • Composite score + tier
  • Community support
  • Explorer access
Start free
Starter
$29/mo
For side projects & prototypes
  • 1,000 queries/month
  • Full dimension breakdown
  • Webhook notifications
  • Email support
Get started
Scale
$199/mo
For high-volume infrastructure
  • 100,000 queries/month
  • Custom scoring models
  • Dedicated support
  • SLA guarantee
Contact us
Use Cases

Built for the agent stack

Any system where autonomous agents transact needs a trust layer. Here's where AgentScore fits.

🤖

Agent-to-Agent Commerce

Before your agent pays another agent, check the score. Block low-trust wallets, auto-approve elites, rate-limit the rest.

🛡

DeFi Risk Gating

Gate protocol access by trust tier. Only allow Trusted+ wallets to borrow, stake, or access premium liquidity pools.

💰

Payment Pre-Screening

Score wallets before accepting payments. Reduce fraud, flag suspicious patterns, and set dynamic payment limits by tier.

Start scoring wallets today

Free tier. No credit card. Ten queries a day to prove it works. When you're ready, scale to millions.

Read the docs → Try the explorer
Free forever · No credit card required · Live on Base L2