Basic Agent Score
score_basicCheck AI agent wallet reputation on Base. Returns a 0-1000 trust score, risk tier, and recommendation to verify credibility and evaluate risks.
Instructions
Get the basic reputation score for an AI agent wallet on Base.
Returns a numeric score (0-1000), tier (e.g. "Trusted", "Neutral", "Risky"), confidence level, recommendation text, model version, and freshness info.
This is a FREE endpoint — no x402 payment required.
Args:
wallet (string): Ethereum wallet address (0x + 40 hex chars)
Returns: { wallet, score, tier, confidence, recommendation, modelVersion, lastUpdated, computedAt, scoreFreshness }
Examples:
"What's the reputation of 0xABC...?" -> score_basic with that wallet
"Is this agent wallet trustworthy?" -> score_basic to get tier/recommendation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (e.g. 0xAbC...123) |