{
  "x402Version": 2,
  "id": 14507,
  "slug": "14507",
  "resource": "https://vaunt-dispatch-production.up.railway.app/agent/x402/evidence",
  "description": "Vaunt verified trade evidence: the $0.05 evaluation plus the asset's last 5 closed real-money trades (outcome, banded return, hold bucket, trigger band, MFE/MAE, 7-day delay), the news book month by month, execution cost measured on our fills (slippage, fee, latency) and a liquidity snapshot. Empirical evidence for or against a crypto or tokenized-equity trade from a live Hyperliquid engine. No entry/stop/target.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf4b1093a9498523e18c484989df5157012abb85f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "asset": "SOL",
            "direction": "LONG",
            "horizon_h": 4
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "asset": "xyz:NVDA",
            "basis": [
              "110 triggers on 17 days: +0.84% mean, 64% win at 24h; regime BULL aligned",
              "Vaunt closed 4 real-money trade(s) on it: 0.87% mean, 75% win"
            ],
            "direction": "LONG",
            "evidence": {
              "class_base_rate": {
                "independent_days": 21,
                "mean_24h_pct": 0.8,
                "mean_4h_pct": 0.28,
                "n": 8723,
                "win_4h_pct": 56
              },
              "comparables": {
                "avg_mae_pct": -1.59,
                "avg_mfe_pct": 2.6,
                "independent_days": 17,
                "mean_24h_pct": 0.84,
                "mean_4h_pct": 0.23,
                "n": 110,
                "win_24h_pct": 64,
                "win_4h_pct": 61
              },
              "vaunt_closed_trades_on_asset": {
                "mean_return_pct": 0.87,
                "n": 4,
                "win_pct": 75
              },
              "vaunt_holding_now": {
                "age_minutes": 1395,
                "strategy": "news_bounce",
                "yes": true
              }
            },
            "evidence_bundle": {
              "closed_trades_on_asset": [
                {
                  "context": {
                    "day_volume_usd": 22700000,
                    "mae_pct": -1,
                    "mfe_pct": 9,
                    "news_verdict": "corroborated",
                    "recent_outlier": false,
                    "trigger_drop_band": "5-10%"
                  },
                  "exit_class": "rule",
                  "hold": "1-4h",
                  "opened_day": "2026-09-01",
                  "outcome": "win",
                  "regime_at_entry": "BULL",
                  "return_pct_band": 7.5,
                  "strategy": "news_bounce"
                }
              ],
              "execution_on_asset": {
                "fills": 38,
                "latency_ms_p50": 1380,
                "slippage_bps_p50": 1.2,
                "slippage_bps_p90": 5.9,
                "taker_fee_bps_mean": 4.5
              },
              "liquidity": {
                "as_of": "2026-09-09",
                "depth_within_1pct_usd": 4164926,
                "funding_apr_pct": 8.7,
                "perp_spread_pct": 0.01,
                "round_trip_cost_pct": 0.11
              },
              "news_book_by_month": [
                {
                  "independent_days": 9,
                  "mean_return_pct": 1.02,
                  "month": "2026-09",
                  "n_trades": 401,
                  "win_pct": 62
                }
              ]
            },
            "horizon_h": 24,
            "primary_risk": null,
            "regime": {
              "band": "BULL",
              "strength": 0.79
            },
            "state": {
              "day_volume_usd": 50964553,
              "dist_200d_pct": 11.3,
              "posture": "normal",
              "recent_outlier": false
            },
            "support": "STRONG",
            "what_is_not_here": "entry, invalidation and exit geometry — the priced tier"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "asset": {
                    "description": "Ticker as listed on Hyperliquid, e.g. SOL, HYPE, BTC, or xyz:NVDA for tokenized equities",
                    "type": "string"
                  },
                  "direction": {
                    "enum": [
                      "LONG",
                      "SHORT"
                    ],
                    "type": "string"
                  },
                  "horizon_h": {
                    "default": 4,
                    "description": "Evaluation horizon in hours",
                    "enum": [
                      4,
                      24
                    ],
                    "type": "integer"
                  }
                },
                "required": [
                  "asset",
                  "direction"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "vaunt-dispatch-production.up.railway.app",
  "lastUpdated": "2026-09-10T16:46:12.099Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T16:46:11.858Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vaunt-dispatch-production.up.railway.app",
    "manifest_name": "vaunt-dispatch-production.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}