Supply Issuance

Contents

Coinbase Issuance (native units)

Definition

The sum of native units issued that day. Only those native units that are issued by a protocol-mandated continuous emission schedule are included.

NameMetricIDUnitInterval

Coinbase Issuance (native units)

IssContNtv

Native units

1 day

Details

  • Most protocols have a fixed monetary policy that describes how many native units must be issued per block. This metric tracks those policies.

  • It includes founders and community rewards if their amounts are predictable.

Asset-Specific Details

  • For XLM, the inflation process is considered continuous issuance as it is protocol mandated and predictable.

  • For SOL, counts all rewards paid as part of Voting or Staking rewards. Does not include Rent or Fee rewards

Release Details

  • Released in the 1.0 release of NDP

Availability for Assets

Annual Inflation Rate

Definition

The percentage of new native units (continuous) issued on that day, extrapolated to one year (i.e., multiplied by 365), and divided by the current supply on that day. Sometimes referred to as the annual inflation rate.

NameMetricIDUnitInterval

Annual Inflation Rate

IssContPctAnn

Dimensionless

1 year

Details

  • This metric can be seen as the asset’s annualized inflation rate. Note that it only includes the predictable inflation, some other emission schedule could happen that would lead to this metric under-estimating the inflation.

  • Computed as 100 * IssContNtv * 365 / SplyCur

  • A value of 1.0 means that the asset’s supply will increase by 1% per year.

  • This metric extrapolates the issuance rate from the current day’s issuance. It doesn’t take into account changes that will happen after the day of this metric’s computation like ETH unpredictable changes in monetary policy (no forward knowledge).

Chart

Asset-Specific Details

  • For XLM, the inflation process is considered continuous issuance as it is protocol mandated and predictable.

Release History

  • Released in the 1.0 release of NDP

Interpretation

While colloquially referred to as the inflation rate, this should be understood as supply inflation, not the conventional understanding of inflation as a decline in purchasing power driven by new supply. This metric might more appropriately be called the annualized issuance rate. Coins already existing in circulation but held in an encumbered state (like XRP being released from escrow) are not included in the measure as they are already incorporated in supply.

See Also

Availability for Assets

Daily Inflation Rate

Definition

The percentage of new native units (continuous) issued on that day divided by the current supply on that day. Also referred to as the daily inflation rate.

NameMetricIDUnitInterval

Daily Inflation Rate

IssContPctDay

Dimensionless

1 day

Details

  • This metric can be seen as the asset’s daily inflation rate. Note that it only includes the predictable inflation, some other emission schedule could happen that would lead to this metric under-estimating the inflation.

  • Computed as 100 * IssContNtv / SplyCur

  • Also equivalent to IssContPctAnn / 365

  • A value of 1.0 means that the asset’s monetary policy is a 1% daily inflation.

Chart

Asset-Specific Details

  • For XLM, the inflation process is considered continuous issuance as it is protocol mandated and predictable.

Release History

  • Released in the 1.0 release of NDP

See Also

Availability for Assets

Coinbase Issuance

Definition

The sum of supply units issued that day. Only those native units that are issued by a protocol-mandated continuous emission schedule are included.

NameMetricIDUnitInterval

Coinbase Issuance (native units)

IssContNtv

Native units

1 day

Coinbase Issuance (USD)

IssContUSD

Native units

1 day

Details

  • Most protocols have a fixed monetary policy that describes how many native units must be issued per block. This metric tracks those policies.

  • It includes founders and community rewards if their amounts are predictable.

Asset-Specific Details

  • For XLM, the inflation process is considered continuous issuance as it is protocol mandated and predictable.

Release Details

  • Released in the 1.0 release of NDP

Availability for Assets

Total Issuance

Definition

The sum of all new supply units issued that day.

NameMetricIDUnitInterval

Total Issuance (native units)

IssTotNtv

Native units

1 day

Total Issuance (nUSD)

IssTotUSD

Native units

1 day

Details

  • In this metric, compared to the continuous one, all sources of issuance are taken into account.

  • This metric is the gross issuance: if in the same day, 100 units are issued and 10 burned, this metric’s value will be 100, not 90 (which would be the net issuance).

Release History

  • Released in the 1.0 release of NDP

Availability for Assets

Puell Multiple, Coinbase Issuance

Definition

The ratio of the USD value of new issuance during the period to the 365-day moving average of the USD value of new issuance. Only those native units that are issued by a protocol-mandated continuous emission schedule are included (i.e., units manually released from escrow or otherwise disbursed are not included).

NameMetricIDUnitInterval

Puell Multiple, Coinbase Issuance

PuellMulCont

Dimensionless

365 days

Details

  • Computed as IssContUSD/ma365(IssContUSD)

Release History

  • Release Version: NDP-EOD 4.8 (Nov, 2020)

Interpretation

The Puell Multiple provides insight into market cycles from a mining revenue perspective. Because miners are sometimes considered compulsory sellers given their fixed costs (e.g., equipment, electricity), metric provides insight into the supply side of a cryptoasset's economy. The idea being, that periods where the Puell Multiple is extremely low could be buying opportunities for investors, and periods where it is extremely high could indicate a profit-taking/selling opportunities.

See Also

Availability for Assets

Puell Multiple, Total Issuance

Definition

The ratio of the USD value of all new issuance during the period to the 365-day moving average of the USD value of all new issuance.

NameMetricIDUnitInterval

Puell Multiple, Total Issuance

PuellMulTot

Dimensionless

365 days

Details

  • Computed as IssTotUSD/ma365(IssTotUSD)

  • Created by David Puell

Release History

  • Release Version: NDP-EOD 4.8 (Nov, 2020)

Interpretation

The Puell Multiple provides insight into market cycles from a mining revenue perspective. Because miners are sometimes considered compulsory sellers given their fixed costs (e.g., equipment, electricity), this metric provides insight into the supply side of a cryptoasset's economy. The idea being, that periods where the Puell Multiple is extremely low could be buying opportunities for investors, and periods where it is extremely high could indicate a profit-taking/selling opportunities.

See Also

Availability for Assets

API Endpoints

Supply Issuance metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's Iss* in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=IssContNtv&assets=btc&pretty=true&api_key=<your_key>"

Last updated