Powered by x402 · eip155:8453
🪪 ERC-8004 · agent #57556

Base Capital

x402 onchain risk intelligence for AI trading agents on Base

A pay-per-call API that returns a 0–100 safety score for any Base token — liquidity, LP depth, ownership, pair age and holder-concentration checks. Built for autonomous agents, usable by anyone.

Try it live

Free preview — paste a Base token address or pick one below.

WETH cbBTC DEGEN AERO BRETT
Results appear here.

Endpoint

GET /v1/risk/:token
Returns score, rating, flags and raw market + onchain data as JSON.

$0.01USDC per call · eip155:8453

How it works

Agent hits the endpoint, x402 settles a micro-payment in USDC (gasless EIP-3009), and the score comes back in one round-trip. No accounts, no API keys.

Call it from an agent

import { wrapFetchWithPayment } from "@x402/fetch"

const pay = wrapFetchWithPayment(fetch, signer)
const res = await pay(
  "https://base-capital.vercel.app/v1/risk/0x4200000000000000000000000000000000000006"
)
const risk = await res.json()
// { score: 100, rating: "low", flags: [], data: { … } }

Use it in Claude or any MCP agent

Add our MCP server and your agent gets three tools out of the box: risk_check and trending_signal (paid) plus preview (free). Payments settle automatically in USDC — no keys, no signup.

// claude_desktop_config.json
{
  "mcpServers": {
    "base-capital": {
      "command": "npx",
      "args": ["-y", "tsx", "/path/to/base-capital/mcp/server.ts"],
      "env": { "PRIVATE_KEY": "0x…", "BASE_CAPITAL_URL": "https://base-capital.vercel.app" }
    }
  }
}

🤖 Autonomous Risk Agent

Scores its watchlist every hour, publishes a SHA256-signed verdict log, and exposes a paid agent-to-agent feed at GET /v1/signal/trending.

Loading agent feed…

🔗 On-chain reputation · RiskStake

The agent stakes USDC behind every verdict on Base mainnet — wrong calls are slashed to the treasury, correct calls are returned in full. Trustless and verifiable: view the contract on BaseScan.

Loading on-chain stats…
GitHub · Machine-readable manifest · x402 · Base Dashboard
Heuristic risk scoring — not financial advice. Always DYOR.