# Vaunt BTC Signal on Hyperliquid

> Vaunt BTC Signal on Hyperliquid is a paid API for AI agents from vaunt-dispatch-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a live BTC trading signal from Vaunt's real-money engine on Hyperliquid, including current position status, cell statistics, 24h LONG evidence verdict, and last five banded outcomes — refreshed every 5 minutes.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/BTC
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vaunt-btc-signal-on-hyperliquid-95cc4dd7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TZE2PTcHoUinChMTruDl9

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 vaunt-btc-signal-on-hyperliquid-95cc4dd7
```

Example prompt: Pull the latest Vaunt signal for BTC on Hyperliquid — I want to know if their live real-money engine is holding it right now, what cell it's in, the cell's historical win rate and t-stat, the current 24h LONG evidence verdict including regime and primary risk, and how the last five banded outcomes looked.

## When to prefer this

Choose this endpoint when you need Vaunt's proprietary statistical signal and live real-money engine status for BTC specifically on Hyperliquid, including cell-level historical track record and a structured evidence verdict. Prefer this over generic market data feeds when you want context about whether a live systematic strategy is actually positioned, and what the statistical honesty and edge quality of the current setup looks like — without needing entry, stop, or target levels.

## Known failure modes

- Payment not received or x402 authentication fails — endpoint returns 402 Payment Required
- Signal data temporarily unavailable due to upstream Hyperliquid connectivity issues
- Stale data if refresh cycle is delayed beyond 5-minute window
- No position data available if engine has not traded BTC recently

## How this service works

Vaunt signal for BTC on Hyperliquid, refreshed every 5 minutes: whether a live real-money engine is holding it now (60-min delay) and in which cell, that cell's closed record (trades, days, mean, win, t, honesty label), the 24h evidence verdict for a LONG (comparable triggers, class base rate, regime, posture, primary risk) and the last five banded outcomes on BTC. Results, never entry/stop/target.

## Output

A structured signal object refreshed every 5 minutes containing: (1) whether Vaunt's live real-money engine is currently holding BTC and in which cell (with 60-minute delay), (2) that cell's closed performance record including trade count, holding days, mean return, win rate, t-statistic, and an honesty label, (3) a 24-hour evidence verdict for a LONG trade covering comparable triggers, class base rate, current regime, posture, and primary risk, and (4) the last five banded outcomes for BTC. No entry price, stop, or target is provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vaunt-btc-signal-on-hyperliquid-95cc4dd7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vaunt-dispatch-production.up.railway.app](https://www.zero.xyz/host/vaunt-dispatch-production.up.railway.app/llms.txt)
