Abstract

STRAT-04b is a single LightGBM lambdarank model trained on a tabular feature stack, deployed cross-sectionally over a fixed seven-coin inverse cluster. On the Pass-B cascade-strict OOS, it produces an annualised dollar Sharpe of +1.51 at 4 bps per leg, with mean per-bar PnL of +0.195 bps, compound return of +16.92 percent, and a maximum drawdown of just 5.41 percent over 8 041 bars. On Pass-A (the chronological tail), the same model loses badly — −4.24 Sharpe — and we have to deal honestly with that. We deploy it only as part of a portfolio with sleeves that hedge its Pass-A failure mode, never standalone.

+1.51
Pass B Sharpe @ 4 bps
5.41 %
Pass B max drawdown
−4.24
Pass A Sharpe

1 · The model

LightGBM[1] with the lambdarank objective[2]. The model is trained on the same tabular feature stack used across the program — the funding, open-interest, momentum, volatility, and order-book pressure features described in the architecture roster — and produces per-coin scores at each bar. The lambdarank objective optimises the cross-sectional rank at each bar rather than per-coin regression error, which makes it natively suited to a cross-sectional strategy.

The deployed strategy uses these scores to size positions on a fixed seven-coin universe — the inverse cluster: TIA, POPCAT, kPEPE, W, JUP, LINK, TON. These are the coins the program-wide IC pattern analysis[3] identified as the cleanest short-cluster on this universe. The model's cross-sectional ranks are inverted (most-positive prediction becomes the largest short) and the positions are rebalanced daily.

2 · Per-coin contribution

Per-coin Pass-B mean PnL · seed-averaged
All seven coins · 4 bps per leg · 30 seeds

TIA, POPCAT and kPEPE are the consistent contributors. W and JUP are reliably positive but smaller. LINK is approximately flat. TON is the one negative leg: the model frequently predicts it short, but Pass B contains windows where TON rallied against the inverse-cluster thesis.

3 · The Pass-A failure: facing it honestly

The Pass-A chronological tail covers February through April 2026. On that window the inverse cluster simply did not behave like an inverse cluster — the names rallied or chopped sideways with elevated funding, and the persistent short signal that drives most of the Pass-B PnL produced losses. The model has no regime-detection layer; it produces the same kind of cross-sectional rank in any window.

Three responses are honest, in increasing order of intervention:

4 · Distinctness — why we keep it in the portfolio

Despite the Pass-A weakness, STRAT-04b earns its place in the live roster because its IC vector is decisively orthogonal to the rest of the architecture cluster. The distinctness score — one minus the maximum pairwise correlation of its prediction vector against every other arm — is 0.61. The modern-mixer cluster has internal distinctness scores below 0.15.

Distinctness of STRAT-04b vs the rest of the roster
1 − max pairwise IC correlation across 28 arms · higher = more independent

Tabular trees and rule-based deciles dominate the distinctness ranking. The transformer / mixer cluster is dense — fourteen arms with pairwise correlation above +0.95 on the IC profile.

5 · Cost sensitivity

Unlike the K = 5 / 5 LightGBM ranker discussed in the cost-aware backtesting paper, STRAT-04b is not cost-fragile. Its turnover is modest because it rebalances on a fixed seven-name universe (no new names rotating in), and the cross-sectional ranks within that universe are relatively stable from day to day.

Pass B Sharpe across cost levels
30 seeds median · 4 bps is the operational central estimate

STRAT-04b survives cost stress through 8 bps per leg. The cost gate is passed by a comfortable margin — the strategy fails on the regime axis, not the cost axis.

6 · The deploy spec

The deployed configuration:

A reminder on staging

STRAT-04b is part of the paper-validation roster, not the promoted-to-live-capital roster — zero of the 26 candidates in the dual-pass audit clear the full six-gate promotion checklist. The live execution stack runs in default-dry mode; switching to live capital is a separate manual decision once the paper validation window has accumulated enough evidence.

7 · Open questions

Sources & references

  1. Ke, G. et al. (2017). LightGBM: A Highly Efficient Gradient Boosting Decision Tree. NeurIPS.
  2. Burges, C. J. C. (2010). From RankNet to LambdaRank to LambdaMART: An Overview. Microsoft Research TR-2010-82.
  3. Axon Ridge internal — `research/experiments/results/IC_pattern_analysis_2026-05-15.md`
  4. Axon Ridge internal — `research/experiments/results/STRAT-04b_lgbm_rank_solo_inverse7_20260513.md`
  5. Axon Ridge internal — `research/experiments/results/strat_strat-04b_20260513.json`
  6. Axon Ridge internal — `research/coin_universe/lgbm_rank.md`
  7. Axon Ridge internal — `research/experiments/results/STRAT_portfolio_new_roster_2026-05-18.md`