UnRealizedLoss_LTH
Tech spec
Field | Value |
---|---|
API name (slug) | unrealized_loss_lth |
Group | unrealizedloss |
Unit / Valuetype | usd / other |
Shape | scalar |
Resolutions | block, h1, h4, h8, h12, d1 |
Endpoints | /v2/unrealizedloss |
Tier | 0 |
Last updated | 2025-08-19 18:47 UTC |
Docs | Open in Swagger |
Brief Description: The total unrealized losses held by Long-Term Hodlers.
UnRealizedLoss_LTH represents the accumulated loss that investors would incur if all coins, which are currently valued at less than their purchase price, were sold at the current price. It is an on-chain metric that gives an overview of the theorical losses held across the LTH cohort.
Metric variants
- _lth: UnRealizedLoss_LTH restricted to Long-Term Holders (age ≥ 155 days).
- _sth: UnRealizedLoss_LTH restricted to Short-Term Holders (age < 155 days).
Interpretation UnRealizedLoss_LTH provides valuable insights into sentiment and potential investor behavior. A high UnRealizedLoss_LTH might indicate a high pain context, as investors are holding high losses, potentially leading to increased selling pressure and buying opportunity or conviction in HODLing for the most resilient participants. Investors and analysts use this metric to gauge the sentiment of the market and predict possible support or resistance levels depending on the financial stress among Bitcoin holders.
Advanced Explanation UnRealizedLoss_LTH concentrates on the Bitcoin that is held at a loss. This metric aggregates the difference between the current price and the price at the time each a UTXO was created, but only for UTXOs that have not yet been spend, are in a state of loss.
If P(c)
is the purchase price of UTXO u
and P(current)
is the current price of Bitcoin, UnRealizedLoss_LTH can be calculated as follows:
UnRealizedLoss_LTH = Σ [P(u) - P(current)] for all UTXOs where P(u) > P(current)
This sum runs over all UTXOs u
that are being held at a loss at the time of calculation.