# JarvisClaw Prediction Resolve API

> JarvisClaw Prediction Resolve API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0011/call, status unknown (last checked 2026-09-13).

Resolves a prediction query through an AI gateway with smart routing, returning an AI-generated response settled via USDC micropayment

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/prediction/resolve
- Price: $0.0011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-prediction-resolve-api-f18584d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q6SCHe_pld6dOfgtwWtCp

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 jarvisclaw-prediction-resolve-api-f18584d7
```

Example prompt: Use JarvisClaw to resolve this prediction query for me: 'Will the Federal Reserve cut interest rates in Q3 2025?' — and pay the per-call fee automatically in USDC.

## When to prefer this

Choose this endpoint when you need AI prediction resolution with built-in Web3 micropayment settlement (USDC on Base or Solana), require OpenAI API compatibility, and want pay-per-call pricing without subscription overhead. Best for agents operating in crypto-native environments where x402 payment protocol is already supported.

## Known failure modes

- Insufficient USDC balance — payment fails and call is rejected
- Malformed query string — returns 400 bad request
- Gateway routing failure — no suitable backend model available
- Network latency or timeout on UAT environment
- Unsupported query type not handled by underlying model

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

An AI-generated resolved prediction or answer corresponding to the submitted query, delivered via an OpenAI-compatible response format, with the per-call fee of $0.045 USDC deducted automatically via x402 protocol on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-prediction-resolve-api-f18584d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
