# URPD (UTXO Realized Price Distribution)

## Indicator Overview

UTXO Realized Price Distribution (URPD) shows at which prices the current set of Bitcoin UTXOs were created (i.e. each bar shows the amount of existing bitcoins that last moved within that specified price bucket). The price specified on the x-axis refers to the lower bound of that bucket.

There are two variants of this metric based on x-axis partitioning:

* **ATH-partitioned** (price buckets are defined by dividing the range between 0 and the current ATH in 100 equally-spaced partitions)
* **% partitioned** (price buckets are defined by taking the day's closing price and creating 50 equally-spaced bucket each above and below the closing price in steps of +/- 2%)

<figure><img src="https://2190898932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ldi5WtVBeQ2iFbdqJ1a%2Fuploads%2Fgit-blob-03fffd117ac04987a12b82cc887d0c74bdba69d2%2F1.png?alt=media" alt="Bitcoin: URPD (ATH partitioned)"><figcaption></figcaption></figure>

* View [URPD (ATH partitioned)](https://studio.glassnode.com/metrics?a=BTC\&m=indicators.UtxoRealizedPriceDistributionAth)/[URPD (% partitioned)](https://studio.glassnode.com/metrics?a=BTC\&m=indicators.UtxoRealizedPriceDistributionPercent) in Glassnode Studio
* View [URPD (ATH partitioned)](https://docs.glassnode.com/basic-api/endpoints/indicators#urpd-ath-partitioned)/[URPD (% partitioned)](https://docs.glassnode.com/basic-api/endpoints/indicators#urpd-partitioned) in Glassnode API Docs

## How is it measured?

URPD price buckets are calculated by adding the value of all UTXOs where the price when the UTXOs were created falls into that given bucket.

$$
\begin{align\*} \textrm{URPD}(\textrm{price bucket}) &= \textrm{value}~~\color{gray}{\textrm{(of all UTXOs where price}\_{\textrm{created}}~~\textrm{is in bucket)}} \end{align\*}
$$

## About

### Introduced By

[Renato Shirakashi](https://twitter.com/renato_shira)

### Date Introduced

April 2020

## Further Resources

Glassnode - [Twitter Thread](https://twitter.com/glassnode/status/1254816216746725377)
