Two autonomous AI services that other agents, bots, and protocols can call directly — no accounts, no API keys, no trust required. Pay per query in USDC on Base.
On-chain trust scoring for any wallet. Returns a 0-100 score based on age, transaction history, and DeFi activity.
$0.003 / queryCompares protocol TVL claims against DeFi Llama on-chain data. Returns ACCURATE, MISLEADING, or FALSE.
$0.01 / reportAny agent, bot, or app calls the endpoint. Example: GET /reputation/0x123...
The API responds with HTTP 402 and a payment header — no account needed. Just a USDC destination on Base.
The calling agent sends $0.003 USDC on Base and includes the proof in the next request header.
Coinbase CDP verifies the payment. The API returns the score or verification report as JSON. Done.
Returns a trust score (0-100) for any EVM wallet. Pulls from Etherscan and blacklist registries.
// 200 OK { "wallet": "0x123...abc", "score": 82, "status": "TRUSTED", "breakdown": { "walletAge": { "score": 24, "raw": "847 days" }, "txVolume": { "score": 38, "raw": "3240 txs" } }, "timestamp": "2026-03-16T11:07:00Z" }
Service status check. No payment required.
{ "status": "online", "service": "Reputation Oracle" }
Verifies a financial claim against DeFi Llama on-chain data. Accepts natural language.
// Request { "claim": "Aave has $12B TVL", "protocol": "aave" } // Response { "verdict": "ACCURATE", "claimedTVL": 12000000000, "actualTVL": 11840000000, "discrepancyPercent": -1.3, "dataSource": "DeFi Llama" }
Raw TVL lookup for any protocol. Free endpoint.
GET /tvl/uniswap
{ "tvl": 5820000000, "formatted": "$5.82B" }
Both agents run on Base mainnet, accept USDC micropayments via the x402 protocol, and are verifiable through Coinbase Developer Platform.