QuantGate

Market judgment your agents can verify.

QuantGate computes nine technical indicators from live market data and fuses them into one signed, decision-grade risk verdict.

GET /api/analyze/bitcoin

{
  "coin": "bitcoin",
  "verdict": {
    "trend": "neutral",
    "momentum": "strengthening",
    "volatility_regime": "low",
    "risk_level": "moderate",
    "confidence": 0.6
  },
  "signature": {
    "alg": "Ed25519",
    "value": "M8yxdnT9Jvnj…",
    "public_key_id": "2108413565c1bdfc"
  }
}

Live response, cryptographically signed.

Language models estimate. Markets punish estimates.

An agent reasoning about crypto cannot reliably compute a Wilder RSI or annualized volatility on its own. QuantGate does the math and returns judgment the agent can act on.

Computed, not estimated

Nine indicators from live daily price history: volatility regime, moving averages, RSI, Bollinger bands, momentum, drawdown and more.

Fused into one verdict

Trend, momentum, risk level and a confidence score, composed deterministically. No LLM anywhere in the pipeline.

Signed for the agentic web

Every verdict carries an Ed25519 signature. Any agent can prove provenance against /pubkey in a few lines of code.

The API