This is perhaps one of the best indications of IC uptake, and a key metric to track on dashboards like this.
Yes, I’d like to have this in ic.rocks - ICP is easy enough, but how can I retrieve historical cycle supply or usage? The cycles minting canister only tracks the total minted so far.
Interesting… Seems like it would be quite useful for the IC to expose a direct means of determining e.g. cumulative cycles used to date.
In the absence of any direct means of tracking cycle usage, I suppose an imperfect and indirect substitute might be to track the % discount on cycles traded in markets that will likely arise for 2nd-hand cycles. The greater the 2nd-hand cycle discount vs. buying and converting ICP, the more that cycle inventories are likely building up, and therefore the greater the gap between ICP converted and actual cycle usage.
Fully recognize that we’re not there yet… but a thought to consider, at least.
Loving the new updates to ic.rocks. Does “Total Cycles” measure the number of cycles minted so far?
Yep, that’s the response from cycles-minting canister total_cycles_minted
function.
Okay, that’s great, thanks!
And under the “Transactions” tab, does “Total Burned” measure fees relating only to ICP transactions?
Yes, that’s the sum of all ledger txs with type BURN
. Fees is sum of all txs fee
amounts