# VIBE Polymarket Token Compare — AI Smart Money Analysis

> VIBE Polymarket Token Compare — AI Smart Money Analysis is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Compares and analyzes a Polymarket prediction market condition using AI-verified smart money token data, 6-dimension scores, and a one-sentence investment thesis.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/pmxt/compare
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-polymarket-token-compare-ai-smart-money-analysis-ee88ee8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YBHrX41LnfgXxehYteXW6

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-polymarket-token-compare-ai-smart-money-analysis-ee88ee8f -d '<json body>'
```

Example prompt: Use VIBE to compare and score the tokens for Polymarket condition 0x1234abc... — I want the AI thesis and smart money flow breakdown for each option.

## When to prefer this

Use this endpoint when you need AI-curated smart money intelligence specifically tied to a Polymarket prediction market condition — ideal when you want to cross-reference on-chain smart money flows with prediction market outcomes and need a multi-dimensional token score plus a concise thesis without setting up API keys or accounts.

## Known failure modes

- Invalid or unknown condition_id returns an error or empty result
- Polymarket condition has no associated tokens, resulting in no comparison data
- Payment failure via x402 USDC on Base blocks the request
- Stale data if smart money refresh cycle hasn't completed (up to 30 min lag)
- Condition ID format mismatch causes a validation error

## 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 6-dimension scores for tokens associated with the given Polymarket condition, a one-sentence investment thesis per token, and smart money flow data indicating which sophisticated wallets are buying or selling, refreshed every 30 minutes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "condition_id"
 ],
 "properties": {
  "condition_id": {
   "type": "string",
   "description": "Polymarket condition ID"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-polymarket-token-compare-ai-smart-money-analysis-ee88ee8f/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)
