# VIBE Top Picks — AI-Verified Smart Money Tokens (Non-Tokenized DeFi)

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

Returns AI-verified top crypto token picks with 6-dimension scores, one-sentence thesis, and smart money flow data, refreshed every 30 minutes, filterable by EVM network and protocols.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/defi/nontokenized
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-top-picks-ai-verified-smart-money-tokens-non-tokenized-defi-5cca3f2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8kUyRLhbovh-8QOMVI7wG

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-non-tokenized-defi-5cca3f2b -d '<json body>'
```

Example prompt: Pull the latest VIBE AI-verified top token picks for the Ethereum network — I want the 6-dimension scores, the one-sentence thesis, and smart money flow data for each pick.

## When to prefer this

Use this endpoint when you need a curated, AI-scored shortlist of tokens with smart money conviction signals rather than raw on-chain data or broad market screeners. Ideal for agents that want actionable, pre-analyzed token picks with multi-dimensional scoring and human-readable thesis statements, without needing to aggregate Nansen data manually.

## Known failure modes

- Invalid or unsupported EVM network name returns error or empty results
- Unknown protocol filter returns empty picks list
- Payment of 0.005 USDC not fulfilled via x402 results in 402 Payment Required
- API rate limiting if called too frequently
- Stale data if called within the same 30-minute refresh window

## 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

A list of top crypto tokens that smart money wallets are moving into, each with a 6-dimension analytical score, a one-sentence AI-generated investment thesis, and accompanying smart money flow data — refreshed every 30 minutes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "network": {
   "type": "string",
   "description": "EVM network"
  },
  "protocols": {
   "type": "array",
   "description": "Filter to specific protocols"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Non-tokenized DeFi positions (staking, lending, LP) without receipt tokens"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-top-picks-ai-verified-smart-money-tokens-non-tokenized-defi-5cca3f2b/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)
