UnRealizedProfit_LTH
Tech spec
Field | Value |
---|---|
API name (slug) | unrealized_profit_lth |
Group | unrealizedprofit |
Unit / Valuetype | usd / other |
Shape | scalar |
Resolutions | block, h1, h4, h8, h12, d1 |
Endpoints | /v2/unrealizedprofit |
Tier | 0 |
Last updated | 2025-08-19 18:53 UTC |
Docs | Open in Swagger |
Brief Description: The total unrealized profits held by Long-Term Hodlers.
UnRealizedProfit_LTH represents the accumulated profits 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 profits held across the LTH cohort.
Metric variants
- _lth: UnRealizedProfit_LTH restricted to Long-Term Holders (age ≥ 155 days).
- _sth: UnRealizedProfit_LTH restricted to Short-Term Holders (age < 155 days).
Interpretation UnRealizedProfit_LTH provides valuable insights into sentiment and potential investor behavior. A high UnRealizedProfit_LTH might indicate a euphoria context, as investors are holding high profits, potentially leading to increased selling pressure. 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 UnRealizedProfit_LTH concentrates on the Bitcoin that is held at a profit.. 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 profit.
If P(c)
is the purchase price of UTXO u
and P(current)
is the current price of Bitcoin, UnRealizedProfit_LTH can be calculated as follows:
UnRealizedProfit_LTH = Σ [P(current) - P(u)] for all UTXOs where P(current) > P(u)
This sum runs over all UTXOs u
that are being held at a profit at the time of calculation.