# VIBE Top Picks — AI-Verified Smart Money Tokens (Nansen via x402)

> VIBE Top Picks — AI-Verified Smart Money Tokens (Nansen via x402) is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches AI-verified smart money token picks refreshed every 30 minutes with 6-dimension scores, one-sentence thesis, and smart money flow data via the Nansen analytics backend, paid per-call in USDC over x402.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/%7Bpath%7D
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-top-picks-ai-verified-smart-money-tokens-nansen-via-x402-5ed6dcb2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eDsBob4FP-1dy9nvfhy3Y

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 vibe-top-picks-ai-verified-smart-money-tokens-nansen-via-x402-5ed6dcb2 -d '<json body>'
```

Example prompt: Pull the latest AI-verified smart money top picks from VIBE right now — I want to see the 6-dimension scores and the one-sentence thesis for each token, especially anything with strong smart money inflows on Ethereum.

## When to prefer this

Choose this endpoint when you need real-time, AI-curated smart money token signals with multi-dimensional scoring and narrative thesis — especially when you want Nansen-quality institutional data without managing API keys or subscriptions, and you prefer pay-per-call USDC micropayments via x402 over monthly contracts.

## Known failure modes

- Insufficient USDC balance for x402 payment — transaction rejected before data is returned
- Invalid or missing path parameter in Nansen endpoint URL — 404 or routing error
- Malformed payload object missing required Nansen query params — validation error or empty result
- Nansen backend unavailable — upstream 5xx propagated through VIBE proxy
- Stale data if picks have not refreshed within the 30-minute window — returns last cached snapshot

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns AI-verified top token picks refreshed every 30 minutes, each with a 6-dimension score breakdown (e.g. momentum, smart money flow, conviction), a one-sentence investment thesis, and raw smart money flow metrics sourced from Nansen's blockchain analytics platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "payload"
 ],
 "properties": {
  "payload": {
   "type": "object",
   "description": "Nansen query parameters (chains, token_address, walletAddress, etc.)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-top-picks-ai-verified-smart-money-tokens-nansen-via-x402-5ed6dcb2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
