Duon Labs Logo
INTRODUCING
Voyons

MARKET SIMULATIONS
AS A SERVICE.

Run 10,000+ ensemble simulations per second. The infrastructure powering next-generation forecasting.

FOR TRADERS

Test every position before execution. Quantify risk with calibrated probabilities.

FOR PLATFORMS

Integrate AI forecasting features. Power your users with institutional tools.

Mathematical Formulas
IMPLEMENTATION EXAMPLES

VOYONS IN ACTION

From institutional trading desks to consumer crypto apps. See how different organizations leverage Voyons' simulation infrastructure.

PRE-TRADE ANALYSIS

Test position outcomes across 10,000+ market scenarios before execution. No assumptions, pure ensemble modeling.

PORTFOLIO STRESS TESTING

Simulate portfolio performance under extreme market conditions. Institutional-grade risk analysis at API scale.

MULTI-ASSET SIMULATION

Run correlated simulations across entire portfolios. Model complex market dynamics with heterogeneous data inputs.

REGIME SIMULATION

Model market regime transitions and volatility expansions. Test strategies across all possible market conditions.

AI-POWERED ANALYTICS

Surface actionable insights from complex simulations. Perfect for platform features like "AI Trade Assistant".

REAL-TIME FORECASTING

Powers live market scanners and signal generators. Updates every few seconds across hundreds of assets.

START WITH SELF-SERVICE

Test simulations, explore integration options, access documentation. Usage-based pricing perfect for startups and experiments.

GET API ACCESS Free tier available. No credit card required.
Go Board
TECHNICAL SPECIFICATIONS

POWER UNDER THE HOOD

AI-NATIVE ARCHITECTURE

Deep learning models trained on millions of market scenarios. Captures non-linear dynamics traditional models miss.

MULTI-MODAL DATA FUSION

Integrate OHLCV, on-chain metrics, order flow, and your proprietary signals. Heterogeneous data processed at scale.

ENSEMBLE SIMULATIONS AT SCALE

GPU-accelerated ensemble modeling running 10,000+ scenarios per second. Test every possible market path before trading.

ASSUMPTION-FREE MODELING

No parametric constraints or distribution assumptions. Pure empirical simulation based on market reality.

CALIBRATED PROBABILITIES

Proper scoring rules ensure well-calibrated outputs.

FLEXIBLE INTEGRATION

REST API, Python SDK, or custom infrastructure. Designed to fit your existing quant stack seamlessly.

FOR CRYPTO PLATFORMS

POWER YOUR PLATFORM WITH AI FORECASTING

Integrate Voyons to offer institutional-grade ensemble simulations to your users. White-label our infrastructure or build custom experiences.

Why Platforms Choose Voyons

INSTANT AI FEATURES

Add live forecasting to your platform in days. From market scanners to signal generators - proven in production.

DIFFERENTIATE & MONETIZE

Offer premium features competitors can't match. Create new revenue streams with advanced analytics tiers.

PROVEN INFRASTRUCTURE

Battle-tested by institutional clients. Scales to millions of simulations. Enterprise SLAs included.

ENTERPRISE INTEGRATION

Institutional-Grade Infrastructure

SEAMLESS API INTEGRATION

Direct access to ensemble simulation engine. Production-ready infrastructure. Enterprise SLA guarantees.

CUSTOM MODEL DEPLOYMENT

Dedicated compute clusters. Models fine-tuned on your specific datasets and requirements.

WHITE-LABEL EXPERIENCE

Complete branding control. Custom domains. Your users experience premium AI under your brand.

Transform your platform with institutional-grade forecasting infrastructure. Focus on your core business while we power the AI.

USAGE-BASED PRICING

Start small with pay-as-you-go. Scale to millions of ensemble simulations. Transparent pricing per API call.

ENTERPRISE PLANS

Dedicated infrastructure, custom models, priority support. Annual contracts tailored to your needs.

WHITE-LABEL OPTIONS

Full branding control and integration support.

Asset List
APPLICATIONS

WHO USES VOYONS

From consumer apps to institutional trading desks. One powerful infrastructure.

For Institutional Traders & Funds

PRE-TRADE VALIDATION

  • Test every trade across 10,000+ scenarios
  • Quantify downside risk before execution
  • Validate position sizing with confidence intervals

STRATEGY BACKTESTING 2.0

  • Ensemble-based backtesting beyond historical data
  • Test strategies in never-seen market conditions
  • Calibrated results you can trust

RISK & COMPLIANCE

  • Institutional-grade risk metrics
  • Stress test portfolios for compliance
  • Audit trail for every simulation

For Crypto Platforms & Infrastructure

SMART ORDER ROUTING

  • Simulate execution paths before routing
  • Optimize for slippage and market impact
  • API-first infrastructure for real-time decisions

ADVANCED ANALYTICS FEATURES

  • Offer institutional-grade simulations to users
  • Differentiate with AI-powered trade analysis
  • White-label simulation infrastructure

MARKET MAKING & LIQUIDITY

  • Simulate order book dynamics
  • Test market making strategies at scale
  • Optimize inventory risk in real-time
DEVELOPER RESOURCES

FLEXIBLE INTEGRATION

BASIC FORECASTING

# Install: pip install duonlabs
import os
import duonlabs

client = duonlabs.DuonLabs(token=os.environ['DUONLABS_TOKEN'])

# Generate forecast
forecast = client.forecast(
    pair='BTC/USDT',
    frequency='8h',
    model='voyons-tiny'
)

# Compute probabilities
p_green = forecast.probability(
    lambda c: c['close'][0] > c['open'][0]
)

# Extract scenarios
worst_case = forecast.lowest('low')
            

CUSTOM DATA INTEGRATION

# Use with custom data
import ccxt
import numpy as np

binance = ccxt.binance()
pair, frequency = 'SOL/USDT', '5m'
candles = binance.fetch_ohlcv(pair, frequency, limit=120)

forecast = client.forecast(
    pair=pair,
    frequency=frequency,
    candles=candles,
    n_steps=20,
    n_scenarios=256
)

# Advanced analytics
exp_return = forecast.expectation(
    lambda c: (c["close"][-1] - forecast.cutoff_close) / forecast.cutoff_close
)
            

INTEGRATION CAPABILITIES

ADVANCED ANALYTICS

Calculate probabilities for any market scenario. Extract best/worst cases and analyze tail events from thousands of ensemble scenarios.

PRODUCTION READY

Full-featured Python SDK with REST API, flexible integration capabilities, and production-ready infrastructure.

ENTERPRISE SCALE

Dedicated infrastructure with priority support. Custom models and expectation value computation. Annual contracts available.

ENTERPRISE

SCALED INFRASTRUCTURE

DEDICATED RESOURCES

Isolated compute clusters. Custom model training pipelines. Your data never touches shared infrastructure.

TAILORED MODELS

Models fine-tuned on your proprietary datasets. Feature engineering aligned with your specific use cases.

DIRECT SUPPORT

Engineering team access. Architecture reviews and performance optimization.

READY TO SCALE?

Join financial institutions already using our enterprise platform for mission-critical forecasting and risk management.

Dedicated infrastructure & SLA
Custom model development
White-glove onboarding

GET STARTED

The simulation infrastructure behind live forecasting apps, trading platforms, and institutional desks.