forked from cilphex/bitcoin-never-look-back
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstock-to-flow.html
42 lines (41 loc) · 1.43 KB
/
stock-to-flow.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title>Bitcoin - Stock to Flow Charts</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/chart-icon.png" />
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<link rel="stylesheet" type="text/css" href="css/responsive.css"/>
<link rel="stylesheet" type="text/css" href="css/home.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152601513-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152601513-2');
</script>
</head>
<body>
<div class="nav-wrap">
<div class="nav">
<a class="home" href="/">
<span></span>
<span></span>
<span></span>
</a>
<a href="/nlb.html">NLB</a>
<a href="/plc.html">PL Corridor</a>
<a class="selected" href="/stock-to-flow.html">Stock to Flow</a>
</div>
</div>
<div class="content">
<h1>Bitcoin & Stock-to-Flow</h1>
<p class="intro">
As described in
<a href="https://medium.com/@100trillionUSD/modeling-bitcoins-value-with-scarcity-91fa0fc03e25">this article</a>
by
<a href="https://twitter.com/100trillionusd">PlanB</a>
</p>
</div>
</body>
</html>