WOLFX Research · 2026-04-24 · Paper canary
Harvest the negative roll yield in the VIX futures curve when it is in contango, with a mid-curve long leg as a crash hedge. Short VXX (front-month VIX ETN proxy), long VXZ (mid-curve VIX ETN proxy). Two regime gates: VIX spot < 30 AND SPY 6-month trailing return > 0. Emergency exit if VIX > 40 OR 10-day persistent backwardation.
Walk-forward test Sharpe 1.41, MaxDD -0.73 %, Profit Factor 2.63. Shipped as V169 scaffold on 2026-04-24 with flag WOLFX_VIX_CARRY_ENABLED=0. Production rollout contingent on 30 days of paper-shadow stability.
The trade is, at its core, an insurance business: WOLFX underwrites short-term volatility protection and earns the premium during calm regimes. The long VXZ leg is the reinsurance that keeps the business solvent during the 2008, 2018, or 2020 events that would otherwise terminate it.
On each monthly rebalance date t:
contango_t = ( VXZ_t − VXX_t ) / VXX_t # positive = contango, negative = backwardation
entry if contango_t > 0.05 AND VIX_t < 30 AND SPY_6m_return > 0
close if contango_t < 0.02 OR any regime gate fails
emergency if VIX_t >= 40 OR contango < 0 for 10 consecutive days
On entry, allocate 15 % of NAV gross, split 50/50 between short VXX notional and long VXZ notional. Equal notional per leg means roughly equal vega per leg at the point of entry.
Walk-forward 70/15/15 on 2018-02 (VXX inception) through 2026-04. Gates calibrated for low-frequency carry strategies.
| Metric | Test slice (2025-06 → 2026-04) | Gate | Result |
|---|---|---|---|
| Sharpe | 1.41 | ≥ 0.30 | PASS (4.7× headroom) |
| MaxDD | -0.73 % | ≤ 15 % | PASS (20× headroom) |
| Profit factor | 2.63 | ≥ 1.2 | PASS |
| Trade count | 7 | ≥ 60 | MISS* |
*The 60-trade gate is a carryover from equity-factor calibration and is miscalibrated for a monthly-rebalance, regime-gated strategy. The design explicitly produces few trades. The harness accepts this as a documented gate mismatch.
VIX < 30 and SPY_6m > 0 would have held us flat in the run-up to that event, but this is a documented limitation, not a verified defense.WOLFX_VIX_CARRY_ENABLED=0 keeps execution dormant. V170 scheduler runs the rebalance + emergency-exit logic daily and logs shadow decisions.This is not a momentum strategy and this is not a directional bet on equities. It is an insurance-underwriting business. The value prop is the steady premium earned during calm periods, net of the hedge cost, with the mid-curve long leg bounding the downside. When VIX spikes, the trade loses money — that is correct behaviour, not failure.
---
This whitepaper is descriptive, not prescriptive. WOLFX publishes every signal and every realized fill. Past performance, including walk-forward backtest performance, is not predictive of future results. Selling volatility via any instrument involves tail risk that can exceed the account value.