# Vaunt ETH Signal on Hyperliquid

> Vaunt ETH 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 real-money trading signal for ETH on Hyperliquid, including current position status, cell performance record, 24h LONG verdict with evidence, and last five banded outcomes.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/ETH
- 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-eth-signal-on-hyperliquid-f7583dc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GZAKFi5slBUWPArJIfxMQ

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-eth-signal-on-hyperliquid-f7583dc4
```

Example prompt: What's Vaunt's current signal for ETH on Hyperliquid — is the live engine holding it right now, what cell is it in, and what does the 24h LONG evidence verdict say about regime and primary risk?

## When to prefer this

Use this endpoint when you need Vaunt's proprietary real-money-backed ETH signal on Hyperliquid, including statistical cell performance, regime context, and evidence verdicts rather than raw price data or generic TA indicators. Prefer this over generic market data APIs when you want to know what a live algorithmic engine is actually holding and why, with an honest track record label. Do not use this if you need entry prices, stop levels, or price targets — this endpoint provides results and context only.

## Known failure modes

- Signal data may be up to 5 minutes stale due to refresh cadence
- Position status has an additional 60-minute delay for live holdings
- No signal returned if ETH has insufficient historical data for the current cell
- Payment failure if USDC balance is insufficient for the $0.01 per-call fee
- HTTP 402 if x402 payment header is missing or rejected
- Service unavailability if Railway deployment is down

## How this service works

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

## Output

Returns a structured signal object for ETH including: whether Vaunt's live engine is currently holding ETH (with a 60-minute delay), the current cell identifier, that cell's closed performance record (number of trades, days held, mean return, win rate, t-statistic, honesty label), a 24h LONG evidence verdict covering comparable triggers, class base rate, market regime, posture, and primary risk, and the last five banded outcomes on ETH. No entry, stop, or target levels are 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-eth-signal-on-hyperliquid-f7583dc4/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)
