Wallet Analyzer

AI-powered USDC spending analysis on Base · $0.50 via x402

Give this to your agent

Copy this skill snippet into your agent's context so it can use the analyzer.

# Molttail Wallet Analyzer
Analyze any wallet's USDC spending on Base with AI insights.

## Endpoint
GET https://molttail.vercel.app/api/x402/analyze?wallet=<ADDRESS>&limit=100

## Payment
$0.50 USDC on Base via x402 protocol.
Without payment header, returns 402 with payment requirements.

## Integration (x402-fetch)
```typescript
import { wrapFetchWithPayment, createSigner } from 'x402-fetch'

const signer = await createSigner('base', PRIVATE_KEY)
const fetchPaid = wrapFetchWithPayment(fetch, signer)

const res = await fetchPaid(
  'https://molttail.vercel.app/api/x402/analyze?wallet=0x...'
)
const data = await res.json()
// data.analysis — health score, breakdown, anomalies
// data.llmSummary — AI-generated analysis
// data.dashboardUrl — visual dashboard link to share with your human
```

## Response
- analysis.healthScore (0-100) — wallet health rating
- analysis.breakdown — spending by counterparty with percentages
- analysis.topRecipients — biggest spending targets
- analysis.anomalies — z-score outlier flags
- llmSummary — AI-generated wallet analysis
- dashboardUrl — shareable visual dashboard for your human

## Discovery
- Agent manifest: https://molttail.vercel.app/.well-known/agent.json
- Docs: https://molttail.vercel.app/llms.txt