Skip to main content

Realized Cap 10y+

Realized cap of UTXOs 10y+

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/10y_plus
Fieldrealized_cap_10y_plus

Overview

Realized Cap 10y+ is the total cost basis of UTXOs that have not moved in over 10 years. This includes Satoshi-era coins valued at their original (near-zero) acquisition prices.

Formula

Realized Cap10y+=age3650 daysamounti×price(cohort_datei)\text{Realized Cap}_{10y+} = \sum_{\text{age} \geq 3650\text{ days}} \text{amount}_i \times \text{price}(\text{cohort\_date}_i)

Interpretation

  • Near-zero aggregate cost basis since most of these coins were acquired when Bitcoin was worth cents to single-digit dollars.
  • Despite holding substantial supply, this cohort contributes minimally to the total Realized Cap.

Use Cases

  • Quantify the cost basis of the oldest, likely-lost supply
  • Contextualize the Realized Cap contribution of dormant supply
  • Track changes if any extremely old coins are spent

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/cohort/metrics/10y_plus?start_date=2024-01-01&end_date=2024-12-31&limit=365"