Realized Loss (USD/day)TRINITY EXCLUSIVE
EXCLUSIVE - Total realized loss in USD per day: the aggregate value lost by all sellers who moved coins below their cost basis. Spikes indicate capitulation events - sellers giving up at a loss. Key bottom-detection metric.
Trinity exclusive model
This metric is a proprietary Trinity Insights model. Its formula, inputs, weights and parameters are NOT disclosed. The page documents only the output (bounded scale, interpretation zones, historical context). Access to the score and its time series is via the REST API and the MCP server, subject to the required tier.
What is it?
Realized Loss measures the total USD value of losses incurred by all on-chain moved coins whose sale price is below their acquisition price (cost basis). Each spent UTXO is compared to its value at creation time: if the current price is lower, the difference constitutes a realized loss. The daily aggregate of these losses gives the day's Realized Loss. This metric is computed directly from full node Bitcoin data, summing (acquisition_price - sale_price) × amount for each UTXO spent at a loss.
How to read
Realized Loss spikes mark massive capitulation events: a large number of holders selling simultaneously at a loss, often in panic. Low values indicate a calm market where few participants accept crystallising losses. The scale ranges from 0 to several billion dollars per day during major crashes. Intermediate regimes (a few hundred million USD/day) reflect moderate loss-taking activity, typical of breathing phases without broad capitulation.
Key zones
During major capitulations (March 2020, May-June 2022, November 2022), Realized Loss reached $3B-$6B per day. In a healthy bull market, the metric oscillates below $200M/day. Above $1B/day, the market enters a stress zone. Historical values range from 0 (no realized loss) to ~$6.1B (extreme capitulation).
What to observe
High Realized Loss + high volume + falling price = classic capitulation, often an indication of a local bottom. Rising Realized Loss with stable price means underwater holders are gradually exiting - a healthy market cleansing. Prolonged absence of significant Realized Loss in a bull market indicates nearly everyone is in profit, which can precede a cycle top.
Historical context
The Realized Loss concept is directly tied to the Realized Cap (2018, Nic Carter & Antoine Le Calvez). By valuing each UTXO at its last movement price, one can precisely measure crystallised gains and losses. This metric became a pillar of on-chain analysis because it objectively quantifies market pain - unlike price which only shows unrealised losses. The largest Realized Loss spikes coincide with the most memorable capitulation events in Bitcoin history.
Expert notes
⚠️ Trinity Exclusive Model - Realized Loss is complementary to Realized Profit: together they form Net Realized Profit/Loss. The Profit/Loss ratio (or SOPR) normalises these flows. An isolated Realized Loss spike (without a corresponding Realized Profit spike) is a purer indication of capitulation than a total profit+loss volume spike. The metric is sensitive to internal exchange movements (wallet consolidation) which can create 'false' Realized Loss if UTXOs were created at a higher price - hence the importance of cross-referencing with net transfer volume.
Common mistakes to avoid
Confusing Realized Loss (crystallised losses, on-chain) with unrealised losses is a frequent mistake. Realized Loss only captures actual movements - stationary coins, even at a loss, do not count. Moreover, high Realized Loss is not inherently bearish: massive capitulations often mark bottoms, not the start of bear markets. Cycle context is essential for correctly interpreting this metric.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/realized-loss-total/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "realized-loss-total",
"timeframe": "1y"
}Required tier: performance. 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.