# Vaunt XRP Signal on Hyperliquid

> Vaunt XRP 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 the current Vaunt trading signal for XRP on Hyperliquid, including live engine position status, cell statistics, 24h evidence verdict, and last five banded outcomes.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/XRP
- 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-xrp-signal-on-hyperliquid-11c56076
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6KOsAx_92BimPoqAJ3MKz

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-xrp-signal-on-hyperliquid-11c56076
```

Example prompt: What's the current Vaunt signal for XRP on Hyperliquid — is the live engine holding it, what does the 24h LONG evidence verdict say, and how has that signal cell performed historically?

## When to prefer this

Use this endpoint when you need structured quantitative signal context for XRP specifically on Hyperliquid, including historical cell performance and evidence-based verdicts, rather than raw price data or order book information. Prefer over generic market data APIs when you need Vaunt's proprietary regime/posture/honesty assessment framework applied to XRP.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Signal data may be up to 5 minutes stale due to refresh interval
- Position status delayed by 60 minutes from actual engine action
- XRP may have no active cell if not currently traded by the engine
- Network timeout if Railway deployment is temporarily unavailable

## How this service works

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

## Output

Returns a structured signal snapshot for XRP on Hyperliquid refreshed every 5 minutes, including: whether the live real-money engine is currently holding XRP (with 60-minute delay), which signal cell it occupies, that cell's closed record (number of trades, days active, mean return, win rate, t-statistic, honesty label), a 24-hour evidence verdict for a LONG position (comparable triggers, class base rate, market regime, posture, primary risk), and the last five banded outcomes. Does not return entry prices, stop levels, or profit targets.

## 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-xrp-signal-on-hyperliquid-11c56076/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)
