> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clypt.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap Overview

> High-level timeline and priorities for ClyptQ platform development

## Current State

ClyptQ is live with **crypto trading** across 7 exchanges (Binance, Bybit, Gate.io, OKX, Coinbase, Kraken, Aster), supporting spot and futures markets with 1-minute to 1-day OHLCV data. The platform includes composable operators, tick-by-tick backtesting, backtest-to-live code parity, and a strategy marketplace with independent validation.

## Roadmap Timeline

```
2025 H1  ████████████████  ✓ Crypto OHLCV (multiple exchanges)
         ████████████████  ✓ Documentation & operator catalog
         ████████████████  ✓ Strategy marketplace v1

2025 H2  ████████████░░░░  ~ US Equities (Alpaca) — in progress
         ████░░░░░░░░░░░░  ~ US Equities (IBKR) — planned
         ████░░░░░░░░░░░░  ~ Forex (OANDA, Dukascopy) — planned
         ████████████░░░░  ~ Rust Phase 1 (TaggedArray + RollingBuffer) — planned
         ████░░░░░░░░░░░░  ~ On-chain data (Glassnode, CryptoQuant) — planned

2026 H1  ████████░░░░░░░░  Current
         ████████░░░░░░░░  Global equities + Futures + Commodities
         ████████░░░░░░░░  Rust Phase 2-3 (Graph engine + built-in operators)
         ████░░░░░░░░░░░░  Data marketplace v1 (news, fundamentals)
         ████░░░░░░░░░░░░  Workspace file explorer (ML/DL model artifact support)
         ████░░░░░░░░░░░░  Hedge fund competitions

2026 H2  ░░░░░░░░░░░░░░░░  Options trading
         ░░░░░░░░░░░░░░░░  Rust Phase 4 (Order matching + risk engine)
         ░░░░░░░░░░░░░░░░  Prediction markets
         ░░░░░░░░░░░░░░░░  Alternative data integrations

2027+    ░░░░░░░░░░░░░░░░  Rust Phase 5 (Data I/O)
         ░░░░░░░░░░░░░░░░  Enterprise data (Bloomberg, Refinitiv)
         ░░░░░░░░░░░░░░░░  B2B quant infrastructure
```

## Feature Categories

### Market Expansion

Expand from crypto-only to all tradable asset classes.

<CardGroup cols={2}>
  <Card title="Multi-Asset Expansion" icon="chart-line" href="/roadmap/us-stocks">
    Stocks, forex, ETFs, futures, commodities, options. 130+ data vendor and broker integrations planned (not yet implemented).
  </Card>

  <Card title="Data Marketplace" icon="database" href="/roadmap/data-marketplace">
    Third-party data as FIELD inputs. News, fundamentals, on-chain, alternative data via vendor licensing.
  </Card>
</CardGroup>

### Infrastructure

Performance and scalability improvements.

<CardGroup cols={2}>
  <Card title="Rust Core Engine" icon="bolt" href="/roadmap/rust-conversion">
    PyTorch-style architecture: Rust core with Python research interface.
  </Card>
</CardGroup>

### Community & Business

Ecosystem growth and revenue expansion.

<CardGroup cols={3}>
  <Card title="Competitions" icon="trophy" href="/roadmap/competitions">
    Hedge fund-style trading competitions for strategy discovery and builder acquisition.
  </Card>

  <Card title="Prediction Markets" icon="crystal-ball" href="/roadmap/prediction-markets">
    Extend the operator framework to prediction market platforms.
  </Card>

  <Card title="B2B Quant" icon="building" href="/roadmap/b2b-quant">
    Quant database infrastructure and LLM agent teams for institutional clients.
  </Card>
</CardGroup>

## Priorities

| Priority | Feature                  | Impact                                           |
| -------- | ------------------------ | ------------------------------------------------ |
| **P0**   | US Equities + Forex      | TAM expansion from crypto to traditional markets |
| **P0**   | Rust engine (Phase 1-2)  | Faster backtesting → better builder experience   |
| **P1**   | Data marketplace         | Revenue diversification + builder retention      |
| **P1**   | Competitions             | Builder acquisition + strategy discovery         |
| **P2**   | Global markets + futures | Full multi-asset coverage                        |
| **P2**   | Prediction markets       | New market vertical                              |
| **P3**   | B2B quant infrastructure | Enterprise revenue stream                        |
