Published
Edited
May 3, 2019
1 fork
Importers
1 star
Insert cell
Insert cell
Insert cell
md `Much of this notebook takes idea presented in the framework from: [https://medium.com/@cburniske/cryptoasset-valuations](https://medium.com/@cburniske/cryptoasset-valuations-ac83479ffca7)

#### It is recommended to read the above mentioned article before proceeding. For the impatient, here are some key concepts:

The equation of exchange is MV = PQ, when applied to crypto an interpretation is:

M = size of the asset base

V = velocity of the asset

P = price of the digital resource being provisioned

Q = quantity of the digital resource being provisioned

A cryptoasset valuation is largely comprised of solving for M, where M = PQ / V. M is the size of the monetary base necessary to support a cryptoeconomy of size PQ, at velocity V.

**P does not represent the price of the cryptoasset, but instead the price of the resource being provisioned by the cryptonetwork.**

In the example of Filecoin, P would be Price per gigabyte provisioned and Q would be total gigabytes.`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
grossProduct = grossValues.map((gross, idx) => {
if (!idx) return gross
return gross - grossValues[idx-1]
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more