Current Supply
Last updated
Last updated
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 |
---|---|---|---|
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.
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
Released in the 1.0 release of NDP
The ratio of supply held by addresses with at least one ten-thousandth of the current supply of native units to the current supply.
Released in the version 4.9 of Network Data Pro
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.
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.
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.
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.
The sum of all native units held by the top X% addresses by balance at the end of that time interval.
Release Version: NDP-EOD 4.8 (Nov, 2020)
The sum of all native units held by the richest 100 addresses at the end of that time interval.
Release Version: NDP-EOD 4.8 (Nov, 2020)
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.
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.
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Current Supply (native units)
SplyCur
Native units
All time
NDF (Network Distribution Factor)
NDF
Dimensionless
1 day
SER (Supply Equality Ratio)
SER
Dimensionless
1 day
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
Value in Top 100 Addrs (native units)
SplyAdrTop100
Native Units
1 day
Current Supply, Execution Layer (native units)
SplyCurEL
Native Units
1 day
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.