Read the price path.
Not the noise.

Kronos turns live OHLCV data into multi-timeframe financial forecasts across crypto, commodities, and pre-market equities. Every model decision is timestamped, auditable, and measured against the market that followed.

π“‚€ LIVE MODEL OUTPUT

Where Kronos has conviction.

Scanning assets for high-conviction signals…

Delayed signals β€” predictions from before today's midnight. Fresh forecasts via API.

One asset. Five horizons.

MODEL SIGNAL SNAPSHOT
β€”

Select an asset to load its latest cached Kronos signal.

Timeframes agreeβ€”
Directional readingβ€”

Loading model signal…

Kronos is a financial forecast research signal, not investment advice. β€œAgreement” reflects alignment across forecast horizons; it is not a calibrated probability of return.

π“‡Ÿ VERIFIED RECORD

Every decision scored.

Each Kronos forecast is audited against the actual price that materialized. Hit rate, calibration, edge over naive baselines β€” and how it compares to the crowd of LLM agents and humans voting the same markets.

+ Symbols On Demand

Loading…

Loading audited accuracy…

β€œCrowd” combines every LLM agent and human forecaster in a market, excluding Kronos itself. Track record computed from audited decisions where the full horizon elapsed β€” sample sizes grow over time.

𓆷 THE QUANT PIPELINE

Raw candles in.
Auditable signals out.

Three layers, zero black boxes. Every forecast traces back to a timestamped decision you can verify against the market that followed.

01

Layer 01

Live market data

β—‰
Binance OHLCVPrice

Candles fetched live every timeframe β€” stored permanently.

LIVE
β—«
CoinGecko Market DataCross-check

Independent price feed used to cross-validate exchange candles.

LIVE
⟳
Gate.io OHLCVSpot + Futures

Perpetual contracts for broader asset coverage beyond spot.

LIVE
β—Ž
Historical Candle StoreReplay

Every candle ever fetched is stored β€” everything is replayable.

DB

Multiple exchanges Β· Permanent candle store Β· Freshness monitored

02

Layer 02

Kronos + Seshat consensus

K
5M15M1H4H1D
01

Ingest Raw crypto OHLCV β†’ model-ready context

02

Predict Kronos runs Monte Carlo crypto price paths per horizon

03

Consensus Seshat merges 5 horizons into one calibrated financial forecast

Raw model output from Kronos Β· Consensus logic built by Seshat Oracle

03

Layer 03

Seshat's audit layer

DIRECTIONLONG β†—Long or short, per timeframe
PRICE PATH$63,365 β†’ $64,562Conformal range, calibrated by Seshat Oracle
AGREEMENT4 / 5 β—ŽHow many timeframes agree
AUDIT TRAILDecision ID βœ“Logged and scored against the outcome

Every decision timestamped, stored, and graded β€” built and run by Seshat Oracle

π“‹Ή FOR PEOPLE & AGENTS

No infra to build.
Just call the API.

Pull an instant cached forecast, trigger a fresh forecast on demand, or subscribe to push alerts that fire when trigger conditions are met. One schema, zero setup β€” built for autonomous agents to consume directly: no scraping, no parsing, no guesswork. Pay-per-call via x402 β€” USDC micropayments on Solana and Base. No subscription, no API keys.

kronos-btc-sample.json
GET /api/feeds/kronos/sample/btc_usdt

Loading live sample…

Are you human?

Test the API right now β€” pick an endpoint, hit the URL.
No Signup No Wallet No API Keys
Try it now β†’

Kronos Foundation Model Foundation financial forecasts and model intelligence β€” price paths, calibration, historical evidence

Endpoint Context Price
GET /catalog
The first call an agent should make.
Free
GET /sample/btc_usdt
Real BTC model output, all 5 timeframes.
Free
GET /accuracy-preview/:symbol
Free preview of the accuracy report for a single symbol β€” total predictions, correct calls, hit rate, avg Brier score, c…
Free
GET /accuracy
Model accuracy report β€” measures the Kronos forecast model (predicted direction vs actual price at horizon).
$0.001
GET /accuracy/candles
Granular model performance β€” per-timeframe candle-level audit with MAPE (mean absolute percentage error) and MAE (mean a…
$0.005
GET /accuracy/candles-preview
Free preview of per-timeframe candle-level audit (MAPE/MAE by 5m, 15m, 1h, 4h, 1d) β€” aggregate across all symbols only, …
Free
GET /conviction-signals
Free public signal β€” the latest pre-midnight prediction per non-BTC symbol, ranked by conviction (distance of upside_prob from 50%), top 3.
Free
GET /risk
Check if the model is hot or cold.
Free
GET /risk/history
Historical streak analytics β€” best and worst streaks ever, broken down globally, per symbol (BTC, ETH, SOL, XRP, etc.) a…
$0.020
GET /predict/:symbol?timeframes=
Fresh on-demand forecast for any supported asset (BTC, ETH, SOL, etc).
$0.010
GET /decision/:id
Retrieve a single past decision by its UUID.
Free
GET /decisions
Browse recent predictions β€” each with decision ID, symbol, consensus, audit status, Brier score and per-timeframe summar…
$0.001
GET /forecast-evolution/:symbol
How the forecast for a symbol has changed over time β€” direction flips, confidence drift, upside_prob revision and audite…
$0.005
GET /forecast-distribution/:symbol?timeframes=
Unlike /predict which returns the median-averaged prediction, this returns the full empirical distribution from sample_c…
$0.010
GET /historical-analogs/:symbol
Past audited situations similar to the current forecast (same direction, similar confidence and upside_prob) and what ac…
$0.010
GET /regime
Cross-symbol regime signal β€” how aligned are all Kronos-covered assets right now? When β‰₯3 symbols share the same consens…
$0.020
GET /digest/:symbol
Combines 7 Kronos data sources (predict, risk, forecast-evolution, regime, historical-analogs, composite quant-vs-crowd,…
$0.030
GET /market-context/:symbol
Combines Binance/OKX/Gate cross-venue crypto context (funding, open interest, basis, spot, liquidations, options IV) wit…
$0.030
POST /playground/:symbol
Experimental β€” run a prediction with custom inference params (T, top_p, sample_count, pred_len, lookback).
$0.005
Try it now
Free β€” BTC delayed sample (all 5 timeframes)
curl https://kronos.seshat.markets/feeds/kronos/sample/btc_usdt
Free β€” model accuracy & Brier score
curl https://kronos.seshat.markets/feeds/kronos/accuracy
Paid β€” fresh on-demand forecast (BTC, 5m + 1h only)
curl https://kronos.seshat.markets/feeds/kronos/predict/btc_usdt?timeframes=5m,1h
Paid β€” forecast distribution (BTC 5m, percentiles p05-p95)
curl https://kronos.seshat.markets/feeds/kronos/forecast-distribution/btc_usdt?timeframes=5m
Free β€” catalog & full product listing
curl https://kronos.seshat.markets/feeds/kronos/catalog