Realized PnL Momentum
30-day gradient of the USD-denominated Net Realized PnL, smoothed over 7 days. Captures the acceleration or deceleration of profit-taking versus capitulation flows.
What is it?
Realized PnL Momentum is the 30-day time derivative of USD Net Realized PnL, smoothed over 7 days. Mathematically: `gradient_30d(net_pnl_usd)` then `SMA(7)`. The result captures the acceleration or deceleration of profit-loss flows: positive and growing = profit-taking momentum accelerating, negative and growing in absolute value = capitulation momentum accelerating. A second-order cyclical indicator read.
How to read
Read momentum as an early inflection indicator: an upward zero-line crossing indicates the profit-taking regime is structurally accelerating (late bull market entry). A downward crossing indicates capitulation is accelerating (marked bear entry). Momentum pivots generally precede absolute Net PnL pivots by several weeks.
Key zones
Zero line: acceleration inflection threshold. Positive zone: structural accumulation regime (profit-taking acceleration). Negative zone: structural distribution regime (capitulation acceleration). Momentum pivot amplitude is proportional to the future magnitude of absolute Net PnL moves.
What to observe
Watch momentum vs price divergences: price making a new high while momentum declines = imminent structural exhaustion (pre-top marker). Price hitting a new low while momentum rises = seller exhaustion (pre-bottom marker). These divergences generally precede reversals by several weeks.
Historical context
Realized PnL Momentum pivots have historically preceded major BTC cycle reversals by 4-8 weeks. The 30-day window for the gradient is the published convention — it captures flow regimes without introducing too much lag. The 7-day SMA filters out event-driven one-off pivots.
Expert notes
Momentum is a second-order indicator — derived from already-derived data (Net PnL). Hence noisy by construction. Always cross-reference with the first-order indicator (USD Net PnL) before inference. For cohort reading, use the dedicated STH/LTH variants.
Common mistakes to avoid
A positive momentum pivot does not mean a guaranteed bull market — it just means profit regime acceleration. The market can stay in deep capitulation while momentum rises (progressive seller exhaustion). Always consider absolute Net PnL level in parallel.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/realized-pnl-momentum/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "realized-pnl-momentum",
"timeframe": "1y"
}Required tier: pro. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.