# DeFi Intel Wallet Smart-Money Tracker

> DeFi Intel Wallet Smart-Money Tracker is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-14).

Profiles a Base-chain wallet's on-chain activity, scores it as 'smart money', and returns top holdings and ROI metrics.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/chain/wallet-smart-money-tracker
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-wallet-smart-money-tracker-63b14895
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uWenjKKbrKQI_KqU8jGEa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability defi-intel-wallet-smart-money-tracker-63b14895 -d '<json body>'
```

Example prompt: Can you profile this Base wallet 0x4e5F...A3c2 and tell me if it qualifies as smart money — I want to see its ROI, activity level, and top holdings?

## When to prefer this

Choose this endpoint when you specifically need to score or classify a wallet on the Base chain as smart money, complete with ROI and top holdings — not just a raw transaction history lookup. Prefer it over generic blockchain explorers when you need a pre-computed quality signal rather than raw on-chain data.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet with no on-chain activity on Base may return a null or zero score
- Rate limiting or payment failure returns a 402 response
- Network congestion on Base may cause data staleness or delayed response
- Non-Base chain addresses may not be supported and return an unsupported-chain error

## How this service works

Profile a wallet's activity and label it smart-money (ROI, activity, token set) on Base. Returns a score + top holdings. DO NOT use to solicit investments.

## Output

Returns a smart-money classification score, wallet ROI metrics, activity summary, and a list of top token holdings for the queried Base chain wallet address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-wallet-smart-money-tracker-63b14895/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
