# Vibe Airforce Top Picks Lite

> Vibe Airforce Top Picks Lite is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a single top smart money token pick for a specified blockchain (Base or Solana), including token identity, tier classification, investment thesis, and market narrative.

## Facts

- Endpoint: GET https://api.vibe.airforce/api/x402/alpha/top-picks-lite
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-airforce-top-picks-lite-f2b51e85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AsiKC_cqH8iAmtlnmG6OX

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-airforce-top-picks-lite-f2b51e85
```

Example prompt: What's the top smart money token pick on Base right now — give me the tier and the thesis so I know if it's worth acting on.

## When to prefer this

Use this endpoint when you need a fast, lightweight single-token alpha signal for Base or Solana without the overhead of multi-dimensional scores. Prefer this over the full Top Picks endpoint when you only need one actionable pick with a thesis and narrative, not a scored leaderboard. Ideal for quick automated trading signals, daily briefings, or when minimizing cost per call matters.

## Known failure modes

- Invalid chain parameter (not 'base' or 'solana') — returns 400 bad request
- Payment not provided or insufficient — returns 402 Payment Required
- No top pick available for the requested chain at this time — returns empty or null result
- Rate limit exceeded — returns 429
- Service unavailable or data feed stale — returns 503

## How this service works

Single-chain top smart money pick — token, tier, thesis, and market narrative. No sub-scores. Use ?chain=base or ?chain=solana.

## Output

Returns the single highest-conviction smart money token pick for the requested chain (Base or Solana), including the token name/address, its tier classification, a one-sentence investment thesis, and a current market narrative explaining the smart money conviction.

## Example request

```json
{
 "chain": "base"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Blockchain to query: 'base' or 'solana'"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-airforce-top-picks-lite-f2b51e85/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)
