Mining

Contents

Miner Cap to Realized Cap (MCRC)

Definition

The ratio of Miner Cap over Realized Cap at the end of that interval. Miner Cap represents all funds held by mining pools and miners and is calculated as the sum of SplyMiner0HopAllUSD (supply held by mining pools) and SplyMiner1HopAllUSD (supply held by miners). Realized Cap (CapRealUSD) is defined as the sum USD value based on the USD closing price on the day that a native unit last moved (i.e., last transacted) for all native units.

NameIMetricDUnitInterval

Miner Cap to Realized Cap (MCRC)

MCRC

Dimensionless

1 day

Details

  • This metric shows the ratio between the assets that miners hold in custody relative to the "cost basis" of the entire network.

  • Like MVRV, it can be used to better understand the market cycle as it identifies moments where the value of the supply held by miners is higher than the cost basis of the entire network.

  • Similarly, it may showcase when miners are capitulating and potentially selling at a loss.

  • Miners are speculators as they are naturally exposed to the price of the currency they are mining. As such, they collectively make buy or sell decisions that ultimately impact the market.

Chart

Interpretation

  • When comparing the USD value of what miners have in custody relative to the cost basis of the network as a whole, a natural threshold of 1 is relevant.

  • When this threshold is breached, it might indicate that miners are more willing to sell their assets, as their profit margins have widened.

  • Conversely, as this ratio nears zero, it might indicate miners are selling at a loss.

Asset-Specific Details

Only applicable to assets for which we have SplyMiner0HopAllUSD (supply held by mining pools), SplyMiner1HopAllUSD (supply held by miners) and Realized Cap (CapRealUSD).

Release History

  • Release Version: NDP 5.0 (August, 2021)

See Also:

Availability for Assets

Miner Cap to Thermo Cap (MCTC)

Definition

The ratio of Miner Cap relative to Thermo Cap at the end of that interval. Miner Cap represents all funds held by mining pools and miners and is calculated as the sum of SplyMiner0HopAllUSD (supply held by mining pools) and SplyMiner1HopAllUSD (supply held by miners). Thermo Cap is RevAllTimeUSD and represents the USD value of all funds disbursed to miners at the time of issuance.

NameMetricIDUnitInterval

Miner Cap to Thermo Cap (MCTC)

MCTC

Dimensionless

1 day

Details

  • This metric shows the ratio between the assets that miners hold in custody relative to the assets that miners have been issued by the protocol as mining rewards.

  • Like MVRV, it can be used to better understand the market cycle as it identifies moments where the value of the supply held by miners is higher than what was issued to them.

  • Similarly, it may showcase when miners are capitulating and potentially selling at a loss.

  • Miners are speculators as they are naturally exposed to the price of the currency they are mining. As such, they collectively make buy or sell decisions that ultimately impact the market.

Chart

Interpretation

  • Historically, a threshold of 10 has been indicative of market tops.

  • When this threshold is breached, it might indicate that miners are more willing to sell their assets, as their profit margins have widened.

  • Conversely, as this ratio dips below 2, it might indicate market bottoms as miner's willingness to sell decreases.

Asset-Specific Details

Only applicable to assets for which we have SplyMiner0HopAllUSD (supply held by mining pools), SplyMiner1HopAllUSD (supply held by miners) and Thermo Cap (RevAllTimeUSD).

Release History

  • Release Version: NDP 5.0 (August, 2021)

See Also:

Availability for Assets

Miner Outflow to Miner Revenue

Definition

The ratio of Miner Outflows over Miner Revenue at the end of that interval. Miner outflows represent the sum of funds being sent by miner addresses (1-hop from the coinbase) and are calculated as FlowMinerOut1HopAllNtv. Miner Revenue represents the sum of funds (new coins and transaction fees) sent to miners over a time window and is calculated as RevNtv.

NameMetricIDUnitInterval

Miner Cap to Realized Cap

Dimensionless

1 day

Details

  • This metric shows the ratio between the assets leaving miner addresses relative to how much miners have received as revenue.

  • The FlowMinerOut1HopAllNtv is part of our Miner Flows family of metrics, which takes into account the custody structures within mining pools and their constituents who are individually mining.

Interpretation

  • When comparing the USD value of what miners are sending relative to the funds they are receiving, there appears to be a negative relationship with price.

  • That makes intuitive sense as it might indicate that miners are sending more funds out (which might show higher willingness to sell) relative to what they are receiving as revenue.

  • As such, this ratio might serve as a barometer for miner sentiment and identify liquidity events when miners might be bearish.

  • It is important to note that the mere act of sending funds from one address to another does not necessary signify the act of selling.

  • Only when there is a clear & noticeable uptick in this metric that the speculation that miners are selling is defensible, given that outflows might signify more mundane events such as a cold wallet shuffle.

  • Miner outflows are naturally very volatile. As such, we recommend using a monthly (30d) Moving Average when visualizing this metric.

Asset-Specific Details

Only applicable to assets for which we have SplyMiner0HopAllUSD (supply held by mining pools), SplyMiner1HopAllUSD (supply held by miners) and Realized Cap (CapRealUSD).

Release History

  • Release Version: NDP 5.0 (August, 2021)

See Also:

Coverage

Availability for Assets

API Endpoints

Address Balances can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's MCRC , MCTC and MOMR in the metrics parameter.

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

Last updated