# VIBE Top Picks — AI-Verified Smart Money Tokens (Slices)

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

Returns a filtered, ranked slice of AI-scored crypto tokens based on smart money flow, with 6-dimension VIBE scores and one-sentence thesis per token, refreshed every 30 minutes.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/alpha/top-picks/slices
- Price: $0.1/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-slices-d6961fdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h9mZlu_wrJ4Rkol9FTeX5

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-slices-d6961fdd
```

Example prompt: Show me the top 10 VIBE-scored tokens on Ethereum right now, filtered to tier-1 only and a minimum VIBE score of 75, with their smart money flow data and AI thesis.

## When to prefer this

Choose this endpoint when you need a filterable, parameterized slice of the full VIBE top-picks universe — particularly when you want to narrow by chain, tier, minimum score, or top-N count. Use it over the single-chain quick-pick endpoint when you need sub-scores, social signals, and detailed flow data across multiple chains simultaneously. Ideal for building watchlists, automated trading signals, or portfolio monitoring agents that need structured, multi-dimensional token intelligence refreshed every 30 minutes.

## Known failure modes

- Payment failure if USDC balance insufficient or EIP-3009 authorization fails
- Empty picks list if no tokens meet the minimum VIBE score or tier filter criteria
- Stale data warning if the 30-minute refresh cycle has not yet completed
- Invalid chain parameter returns an error or empty result
- Rate limiting or infrastructure errors return a non-success response with success=false

## 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 a ranked list of token picks per chain, each with: rank, token name, token address, overall VIBE score, tier classification, 6 sub-scores (dimensions), smart money flow metrics, current price data, social signals, a one-sentence AI thesis, and relevant links. Also includes response metadata (updated_at, source, price in USDC) and payment details (tx_hash, buyer_address, payment_mode).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "data": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object",
       "properties": {
        "picks": {
         "type": "object",
         "description": "Per-chain pick lists (top-N by vibe_score after filtering): each pick has rank, token, token_address, vibe_score, tier, sub_scores, flow, price, social, thesis, links"
        },
        "filters": {
         "type": "object",
         "description": "Applied filters: chain, tier, top_n, min_score"
        }
       },
       "description": "Slice payload"
      },
      "meta": {
       "type": "object",
       "description": "Response metadata: updated_at, source, price_usdc"
      },
      "success": {
       "type": "boolean",
       "description": "True when the slice was served"
      },
      "tx_hash": {
       "type": "string",
       "description": "EIP-3009 payment transaction hash on Base"
      },
      "amount_paid": {
       "type": "number",
       "description": "Amount paid for this request in USDC"
      },
      "payment_mode": {
       "enum": [
        "x402",
        "credit"
       ],
       "type": "string",
       "description": "How this request was paid: x402 (on-chain) or credit (API key)"
      },
      "buyer_address": {
       "type": "string",
       "description": "Ethereum address that paid for this request"
      }
     },
     "description": "Parametrized slice of the Top Picks candidate universe — filter by chain, tier, minimum VIBE score, top-N per chain"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "Parametrized slice of the Top Picks candidate universe — filter by chain, tier, minimum VIBE score, top-N per chain"
}
```

## More

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