Current Supply
Contents
Current Supply (native units)
Definition
The sum of all native units ever created and currently visible on the ledger (i.e., issued) as of that day. For account-based protocols, only accounts with positive balances are counted.
Name | MetricID | Unit | Interval |
---|---|---|---|
Current Supply (native units) | SplyCur | Native units | All time |
Details
This metric might be also be characterized as “total issued supply” as it captures the sum of all native units visible in the ledger up until the metric calculation point
For UTXO chains, current supply is the sum of all unspent output values.
For account chains, current supply is the sum of all account balances.
Chart
Asset-Specific Details
For ZEC, it includes the shielded pools value
For Ripple, escrows are counted towards total current supply.
For privacy coins like Monero or Grin, total current supply is computed by summing up mining rewards.
For Solana, includes inflation from staking rewards and deflation from burnt coins
Release History
Released in the 1.0 release of NDP
See Also
Availability for Assets
NDF (Network Distribution Factor)
Definition
The ratio of supply held by addresses with at least one ten-thousandth of the current supply of native units to the current supply.
Name | MetricID | Unit | Interval |
---|---|---|---|
NDF (Network Distribution Factor) | NDF | Dimensionless | 1 day |
Release History
Released in the version 4.9 of Network Data Pro
Interpretation
NDF is one way to assess Supply Dispersion. This ratio encompasses a broader economic group, perhaps equivalent to a combination of the middle and lower classes. It is calculated by assessing the aggregate supply in addresses holding more than 0.01% of a cryptoasset’s supply and dividing that figure by the total supply.
Availability for Assets
SER (Supply Equality Ratio)
Definition
The ratio of supply held by addresses with less than one ten-millionth of the current supply of native units to the supply held by the top one percent of addresses.
Name | MetricID | Unit | Interval |
---|---|---|---|
SER (Supply Equality Ratio) | SER | Dimensionless | 1 day |
Charts
Of the assets shown above, Bitcoin has the highest SER, followed by Ether and Litecoin. The sustained increase in Bitcoin’s SER shows that, in spite of large institutions entering the space, Bitcoin is still very much a grassroots movement.
Interpretation
Supply Equality Ratio (SER). It is analogous to the 20:20 Ratio; a traditional wealth inequality metric that compares the average income of the richest 20% of a society to the poorest 20%. Instead of income, the SER looks at supply held by different accounts within a network. It compares the poorest accounts (the sum held by all accounts with a balance less than 0.00001% of the supply) against the richest accounts (the sum held by all the top 1% addresses).
A high SER signifies high distribution of supply.
While SER provides a novel look into supply distribution that is not possible with most traditional assets, an important caveat is that a single individual can own many cryptoasset addresses. As such, an individual might hold many addresses and supply distribution does not directly map to an individual’s holdings. Also, assets custodied by large financial institutions increases SER’s denominator and puts overall downward pressure on the ratio.
Availability for Assets
Value in Top X% of Addrs (native units)
Definition
The sum of all native units held by the top X% addresses by balance at the end of that time interval.
Name | MetricID | Unit | Interval |
---|---|---|---|
Value in Top 1% of Addrs (native units) | SplyAdrTop1Pct | Native units | 1 day |
Value in Top 10% of Addrs (native units) | SplyAdrTop10Pct | Native units | 1 day |
Release History
Release Version: NDP-EOD 4.8 (Nov, 2020)
Availability for Assets
Value in Top 100 Addrs (native units)
Definition
The sum of all native units held by the richest 100 addresses at the end of that time interval.
Name | MetricID | Unit | Interval |
---|---|---|---|
Value in Top 100 Addrs (native units) | SplyAdrTop100 | Native Units | 1 day |
Release History
Release Version: NDP-EOD 4.8 (Nov, 2020)
Availability for Assets
Current Supply, Execution Layer (native units)
Definition
The sum of all native units ever created and visible on the execution layer ledger (i.e., issued) at the end of that interval. Developed for Ethereum total Supply Calculation.
Name | MetricID | Unit | Interval |
---|---|---|---|
Current Supply, Execution Layer (native units) | SplyCurEL | Native Units | 1 day |
Details
This metric is specific to Ethereum and only available for eth.
This supply value is one part of the input into the SplyCur calculation for Ethereum.
API Endpoints
Current Supply metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's SplyCur
in the metrics
parameter.
Last updated