# StratCraft Pricing

> Subscription model with a 7-day risk-free guarantee. If you use less than 15% of your first-month quota and cancel within 7 days, you can request a full refund (one-time per account).

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "StratCraft",
  "brand": { "@type": "Organization", "name": "StratCraft" },
  "description": "StratCraft is an AI-powered quantitative trading platform that turns plain-language trading ideas into testable algorithms with 60+ strategy templates, 138 built-in technical indicators, Alpha Factory signal fusion, and local C++23 backtesting.",
  "url": "https://stratcraft.ai/pricing",
  "offers": [
    {
      "@type": "Offer",
      "name": "Basic",
      "price": "0",
      "priceCurrency": "USD",
      "category": "subscription",
      "availability": "https://schema.org/InStock"
    },
    {
      "@type": "Offer",
      "name": "Pro",
      "category": "subscription",
      "priceCurrency": "USD",
      "availability": "https://schema.org/InStock",
      "url": "https://stratcraft.ai/pricing"
    },
    {
      "@type": "Offer",
      "name": "Gold",
      "category": "subscription",
      "priceCurrency": "USD",
      "availability": "https://schema.org/InStock",
      "url": "https://stratcraft.ai/pricing"
    }
  ],
  "hasMerchantReturnPolicy": {
    "@type": "MerchantReturnPolicy",
    "name": "7-Day Risk-Free Guarantee",
    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
    "merchantReturnDays": 7
  }
}
```

## Brand Disambiguation
StratCraft (formerly QuantNexus) at stratcraft.ai — not quantnexus.ai (a different company).

## Fast Facts
- 7 LLM providers: Claude, OpenAI GPT, Google Gemini, DeepSeek, Grok, Qwen, NONA
- C++23 backtest engine: benchmark publication pending; architecture designed for local validation and high performance
- Real-time streaming: equity curve and trades during backtests
- Indicators: 138
- Data sources: ClickHouse, YFinance, Dukascopy, Alpaca
- Platform: Desktop-first, local computation (Windows/macOS/Linux)
- Pricing: Subscription with 7‑day risk‑free guarantee

## Tiers

- Basic
  - Free forever
  - StratForge + Regime Detector
  - Indicator Entry Generator
  - Risk Manager: Exit Builder
  - All Cockpits: Backtest, Trader, Libero, Studio
  - Bring your own LLM keys
- Pro (Monthly / Annual)
  - All Basic features
  - 1,000 credits per month
  - Platform LLM keys
  - AI Command Center
  - AI Strategy Studio
  - Priority support
- Gold (Monthly / Annual)
  - All Pro features
  - 8,000 credits per month
  - Best per-credit value on annual billing
  - Full platform access with scaled limits
  - Sigma: Alpha Factory and Signal Discovery

## Notes

- Desktop-first: Windows, macOS, Linux
- Local computation: your data stays on your machine; no cloud dependency for backtesting
- See live pricing and plan details at https://stratcraft.ai/pricing
- Purchase and plan-change actions use https://stratcraft.ai/subscriptions/

---

Updated: 2026-06-08
