# Vaunt Signal for xyz:COIN on Hyperliquid

> Vaunt Signal for xyz:COIN 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 refreshed trading signal for xyz:COIN on Hyperliquid, including current engine position, cell statistics, 24h evidence verdict, and last five banded outcomes — but never entry, stop, or target prices.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/xyz-COIN
- 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-signal-for-xyz-coin-on-hyperliquid-b982677e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z2DxmR7zbo0KytxOta7cw

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-signal-for-xyz-coin-on-hyperliquid-b982677e
```

Example prompt: Pull the Vaunt signal for xyz:COIN on Hyperliquid — I want to see whether the live engine is holding it, what cell it's in with its win record and honesty label, and the 24h LONG evidence verdict including regime and primary risk.

## When to prefer this

Choose this endpoint when you need Vaunt's proprietary real-money signal for the specific xyz:COIN asset on Hyperliquid, including live engine position status (60-min delayed), quantitative cell performance records, and a structured 24h evidence verdict — rather than a generic price feed or a preview signal. Use this over the preview endpoint when you want full statistics and historical banded outcomes rather than a simple STRONG/MODERATE/WEAK label.

## Known failure modes

- Asset not supported — xyz:COIN may not be tracked by Vaunt's engine, returning no signal
- Payment failure — $0.01 USDC x402 payment not processed, returning 402 error
- Stale data — signal may be up to 5 minutes old and position data delayed by 60 minutes
- Insufficient market history — not enough trades to populate cell statistics or banded outcomes
- Network or upstream timeout — Railway deployment unreachable, returning 5xx error

## How this service works

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

## Output

Returns a structured signal object for xyz:COIN refreshed every 5 minutes, including: (1) whether Vaunt's live real-money engine is currently holding the asset and in which cell (with 60-minute delay), (2) that cell's closed statistics (number of trades, days held, mean return, win rate, t-statistic, honesty label), (3) a 24-hour evidence verdict for a LONG position covering comparable triggers, class base rate, regime, posture, and primary risk, and (4) the last five banded outcomes for xyz:COIN. Does not include entry price, stop, or target.

## 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-signal-for-xyz-coin-on-hyperliquid-b982677e/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)
