# Vaunt HYPE Signal – Hyperliquid

> Vaunt HYPE Signal – 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 refreshed-every-5-minutes trading signal for HYPE on Hyperliquid, including live engine position status, cell performance stats, 24h LONG evidence verdict, and last five banded outcomes

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/HYPE
- 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-hype-signal-hyperliquid-35b6cf7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AyyonzC4HbBVP70L6Tm2S

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-hype-signal-hyperliquid-35b6cf7f
```

Example prompt: Pull the latest Vaunt signal for HYPE on Hyperliquid — I want to know if the live engine is holding it right now, the cell's win rate and honesty label, what the 24h evidence says about a long, and what the last five banded outcomes look like.

## When to prefer this

Use this endpoint when you specifically need a continuously refreshed, statistically grounded signal for HYPE on Hyperliquid — including whether a real-money engine is live in the trade, the cell's verified historical track record, and a structured 24h evidence verdict for a long. Prefer this over generic sentiment or price feeds when you need honest, quantitatively labeled trade evidence rather than raw indicators or entry recommendations.

## Known failure modes

- Rate limiting or payment failure if the $0.01 USDC x402 payment is not processed
- No position data if the engine has not traded HYPE recently
- Stale data possible within the 5-minute refresh window
- 60-minute delay on live engine position status may cause confusion about current state
- Asset-specific endpoint may return errors if HYPE market is halted or unavailable on Hyperliquid

## How this service works

Vaunt signal for HYPE 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 HYPE. Results, never entry/stop/target.

## Output

A structured snapshot refreshed every 5 minutes containing: (1) whether the live real-money engine holds HYPE (with 60-minute delay), and which cell it is in; (2) that cell's closed-trade statistics including trade count, days held, mean return, win rate, t-statistic, and honesty label; (3) a 24-hour evidence verdict for a LONG on HYPE covering comparable triggers, class base rate, market regime, posture, and primary risk; (4) the last five banded trade outcomes for HYPE. 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-hype-signal-hyperliquid-35b6cf7f/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)
