komodo-strategy
🦎 KOMODO v1.0 — Momentum Event Consensus
Patient ambush. Devastating when it commits. Follow smart money ACTIONS, not stale positions.
Why KOMODO Exists
MANTIS v1.0 and SCORPION v1.1 were broken at the data source level. Both used discovery_get_top_traders to find historically good whales, then read their current open positions. This returned ALL positions including legacy ones — BTC shorts opened months ago at $89-108k showed up as "fresh 8-whale consensus." The aging filters only checked scan duration, not when positions were actually opened.
KOMODO uses leaderboard_get_momentum_events as the primary data source. These are real-time threshold-crossing events ($2M+/$5.5M+/$10M+) within a 4-hour rolling window. They capture when a trader's delta PnL crosses a significance level — this is an ACTION, not a stale position.
| Predecessor | Problem | Result |
|---|---|---|
| SCORPION v1.1 | 2 whales, 10min aging, stale positions | 406 trades, -24.2% |
| MANTIS v1.0 | 4 whales, 30min aging, stale positions | 0 trades (gates correct, data wrong) |
| KOMODO v1.0 | Real-time momentum events, quality filtering | New — tracking fresh |
MANDATORY: DSL High Water Mode
KOMODO MUST use DSL High Water Mode. This is not optional.