Skip to main content

Supply 2y-3y

BTC in UTXOs 2y-3y old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/2y_3y
Fieldsupply_2y_3y

Overview

Supply 2y-3y measures Bitcoin in UTXOs aged 2 to 3 years. These coins have survived at least one full bull/bear cycle transition.

Formula

Supply2y3y=730age<1095 daysUTXO amount\text{Supply}_{2y-3y} = \sum_{730 \leq \text{age} \lt 1095\text{ days}} \text{UTXO amount}

Interpretation

  • High values indicate strong conviction from holders who accumulated 2-3 years ago.
  • Declining values suggest these long-dormant coins are beginning to move — a potential distribution signal.

Use Cases

  • Identify cycle-crossing holders (accumulated in one cycle, holding through the next)
  • Detect early signs of deep holder distribution
  • Assess the strength of prior accumulation phases

API Usage

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