Skip to content

View translation

BtcCrossVenueSpotAnchoredFundingCarryHlShortDeltaNeutral1H

Hypotheses

Cross-Venue Spot-Anchored Funding Carry: Long BTC Binance Spot vs Short BTC Hyperliquid Perp, Delta-Neutral (Harvest HL Hourly Funding Premium, Avoids the Broken USD-M Perp Leg, Low-Parameter)

Hypotheses

A DELTA-NEUTRAL, CROSS-VENUE cash-and-carry strategy that holds a REAL spot long on BINANCE_SPOT and an equal-notional SHORT on the HYPERLIQUID BTC perpetual to harvest Hyperliquid's funding premium. This deliberately differs from the factory's existing Binance-internal spot-perp carry (IntraBinanceSolSpotPerpFundingCarryDeltaNeutral1H) and the perp-perp funding-spread rotations: the short leg lives on HYPERLIQUID, NOT on the BINANCE USD-M perp that the abandon-cluster confirmed is over-exposure-corrupted. Both chosen venues size correctly (BINANCE_SPOT is a CASH account; HL sizing is clean at ~64-90% avg_position_pct per prior runs), so this construction is immune to the USD-M position_size->order-qty defect that ruined the directional perp runs. HL funding accrues HOURLY (vs Binance's 8h), and crypto perps structurally trade at a premium (longs pay shorts) in neutral-to-bull regimes, so a perp short collects funding. The strategy only deploys when funding is ELEVATED enough that accrued carry over the expected hold beats the ~0.29% round-trip fee, keeping it firmly fee-positive. Few parameters (funding entry threshold, funding exit floor, basis stop, per-leg notional) keep overfitting risk low, addressing the recurring overfit failures. The 1H funding-check cadence accumulates many more trades than a daily-cadence HL strategy, sidestepping the HL data-sparsity wall that abandoned the daily Donchian/funding-reversion runs.

Hypotheses

Implements the hypothesis exactly: real spot long on BINANCE_SPOT + short on the HYPERLIQUID perp, deliberately avoiding the over-exposure-corrupted Binance USD-M perp leg. Routing the long leg to BINANCE_SPOT (CASH account) makes get_account_equity() read true deployable USDT and keeps leverage at 1.0 (no unused-leverage rejection), while HL sizing is clean — both immune to the USD-M position_size->order-qty defect. The funding edge is harvested by holding the short HL perp; per the data spec the engine credits funding only as a signal driver, so the strategy times WHEN to hold the hedged pair. Critically, the entry gate is RELATIVE (rolling z-score on smoothed funding) rather than an absolute threshold: prior cross-venue carries produced ZERO trades twice because an absolute funding level is uncalibratable blind to the sandbox's funding scale (real ~1.25e-5/hr vs synthetic ~1e-4/hr); the z-score gate fires in any regime/data scale while still only deploying on genuinely elevated POSITIVE funding (positive carry). The hypothesis's distinguishing basis_stop is implemented as a directional delta-neutral guard — it unwinds both legs when the cross-venue basis moves adversely for the short-perp/long-spot pair, protecting mark-to-market without firing on benign entry-time basis offsets. min/max hold guards amortise the ~0.29% round-trip fee and cap stale carries. Parameter count is small (entry_z, exit_z, funding_lookback_hours, basis_stop_bps, target_notional_pct + structural knobs) to address recurring overfit failures.

Hypotheses

No edge after two-venue costs — the third cross-venue BTC funding-carry construction this batch to fail the same way, and not fixable by optimization or code iteration. The strategy loses money in every month of the sample (Nov-2025 to Jun-2026, -0.15% to -4.14%): total_return -6.83%, Sharpe -2.36, Sortino -1.34, profit_factor 0.70, expectancy -$194/trade, PSR 0.0. The construction is correct and achieves its stated design goal — it dodges the USD-M position-size defect by using a BINANCE_SPOT CASH long + HL perp short, both legs size cleanly (avg_position 22%), and the book is genuinely delta-neutral (beta 0.005, balanced 33L/33S) — so this is an honest no-edge result, not a sizing bug. Fees dominate: commission_pct_of_gross 13.87% ($4.2k commission + $1.7k impact on 66 trades), so the HL hourly funding premium the short leg collects on BTC, net of the ~0.29% two-venue round-trip, is negative. There is a suspected leg-netting blip on the final bar (2026-06-23 -414% daily, return_kurtosis 122, skew -10.9) that is implausible for a delta-neutral pair (symptom noted, not independently verified; end_unrealized is only -0.45% so it does not drive the headline) — the decisive finding is the consistent fee-dominated monthly bleed. NOT iterate: the design is already right and the loss is structural (cost > edge), not a tunable parameter — entry_z/exit_z changes just trade less of the same negative-after-cost carry; this is also NOT a funding-uncreditable false negative (funding IS credited/accrued). Possible Research-Lead reframe (revise_hypothesis): retry the same delta-neutral cross-venue mechanism on a higher-funding-skew instrument (e.g. a high-funding altcoin perp) where the premium exceeds two-venue fees. FAILURE PATTERN: cross-venue BTC funding carry (long Binance spot / short HL perp) is genuinely delta-neutral and correctly sized but structurally unprofitable — BTC's HL funding premium is smaller than the ~0.29% two-venue round-trip cost, so the book bleeds every month (PF 0.70, Sharpe -2.36) with fees ~14% of gross; this is the third BTC cross-venue funding-carry construction (z-scored perp-perp, APR perp-perp spread, and now spot-HL) to die on the identical thin-premium-vs-fees wall, confirming BTC is a dead target for cross-venue funding carry.

Implementation

Cross-venue delta-neutral funding carry on BTC: LONG Binance spot (BTCUSDT.BINANCE_SPOT, CASH/leverage-1) hedged by an equal-notional SHORT on the Hyperliquid BTC perp (BTCUSD.HYPERLIQUID), both on 1-HOUR bars. The short HL perp harvests Hyperliquid's hourly funding premium; the spot long neutralises BTC delta. Entry is gated on the HL hourly funding rate being POSITIVE and ELEVATED relative to its own trailing distribution (rolling z-score >= entry_z over baseline_window_bars), smoothed across funding_lookback_hours. Exits when funding decays back toward its mean (z < exit_z) or turns non-positive after a minimum hold, when an adverse cross-venue basis move (perp richening vs spot) exceeds basis_stop_bps, or when max_hold_hours is reached. Few parameters to resist overfitting; 1H cadence accumulates many trades, avoiding HL daily-data sparsity.

Backtest Review

Construction works as designed and dodges the USD-M defect: BINANCE_SPOT CASH long + HL perp short, both legs size cleanly (avg_position 22%, metrics_reliable=true), genuinely delta-neutral (beta 0.005), balanced 33 long / 33 short

Backtest Review

Funding is read and credited; sound low-parameter relative-z gating

Backtest Review

Loses money every month (Nov-2025 to Jun-2026, -0.15% to -4.14%); total_return -6.83%, Sharpe -2.36, Sortino -1.34, profit_factor 0.70, expectancy -$194/trade, PSR 0.0

Backtest Review

Fees dominate the edge: commission_pct_of_gross 13.87% ($4.2k + $1.7k impact on 66 trades) — BTC HL funding premium net of ~0.29% two-venue round-trip is negative

Backtest Review

Suspected leg-netting blip on the final bar (2026-06-23 -414% daily, kurtosis 122, skew -10.9) on a 'delta-neutral' pair (symptom only; end_unrealized -0.45% so not the driver)

Backtest Review

No edge to optimize toward: tuning entry_z/exit_z cannot flip a fee-dominated bleed positive

Backtest Review

edge > fees

Backtest Review

8/8 months negative

Backtest Review

majority positive

Outcome Summary

BtcCrossVenueSpotAnchoredFundingCarryHlShortDeltaNeutral1H tried the spot-anchored form of cross-venue funding carry — long Binance spot, short the HL perp — specifically to dodge the USD-M sizing defect while collecting Hyperliquid's hourly funding premium, gated by a scale-invariant relative z-score after absolute thresholds had produced zero trades in earlier attempts. The construction succeeded on every design goal: clean two-account sizing, genuine delta-neutrality, funding credited — but the economics did not, with fees at ~14% of gross overwhelming a BTC premium too thin to clear the round-trip, producing a loss in all 8 months (Sharpe -2.36, PF 0.70). The reviewer abandoned it as an honest no-edge result and the third identical BTC cross-venue funding-carry failure this batch, declaring BTC a dead target for the mechanism. The suggested path forward is a revise-hypothesis retry on a higher-funding-skew altcoin perp where the premium could actually exceed two-venue fees.

Outcome Summary

Cross-venue funding carry on BTC is genuinely delta-neutral and correctly sized but structurally unprofitable — the funding premium is smaller than the ~0.29% two-venue round-trip cost across all three constructions tried (z-scored perp-perp, APR perp-perp spread, and spot-HL) — confirming BTC is a dead target; the mechanism should only be revisited on a higher-funding-skew instrument where the premium exceeds fees.

Outcome Summary

The analyst abandoned it at the backtest-review gate, before optimization, because there is no edge after two-venue costs: BTC's HL funding premium net of the ~0.29% round-trip is negative, so it bleeds every month — and with the construction already correct (clean sizing, true delta-neutrality), the loss is structural rather than a tunable parameter, making it the third BTC cross-venue funding-carry construction this batch to fail identically.

Outcome Summary

A delta-neutral, cross-venue cash-and-carry harvesting Hyperliquid's hourly funding premium — a real BTC spot long on BINANCE_SPOT (CASH) against an equal-notional short on the HL BTC perp — deliberately placing the short on Hyperliquid (clean sizing) rather than the over-exposure-corrupted Binance USD-M perp, gated by a relative z-score on smoothed HL funding so it only deploys when carry is elevated.

Outcome Summary

It was a clean, consistent loser: -6.83% total return, Sharpe -2.36, Sortino -1.34, profit factor 0.70, expectancy -$194/trade over 66 balanced trades, losing in all 8 of 8 months — with fees dominating (commission_pct_of_gross 13.87%) — while the construction worked as designed: genuinely delta-neutral (beta 0.005), clean sizing (avg_position ~22%), metrics_reliable=true.
Strategy report

Backtest and paper results are hypothetical. Trading involves risk of loss.