-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoose.html
More file actions
136 lines (133 loc) · 7.31 KB
/
Copy pathmoose.html
File metadata and controls
136 lines (133 loc) · 7.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<script id="theme-init">
(function () {
var key = "kaspa-explained-theme";
var saved = null;
try { saved = localStorage.getItem(key); } catch (e) {}
var theme = new URLSearchParams(window.location.search).get("theme");
if (theme !== "light" && theme !== "dark") { theme = saved; }
document.documentElement.dataset.theme = theme === "light" ? "light" : "dark";
})();
</script>
<title>Moose | Kaspa Explained</title>
<meta name="description" content="Two books by Moose, hosted here in full at his request: Satoshi’s Engine on proof-of-work mining economics, and The Instrument on judging monetary systems by their physical cost floor.">
<meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large">
<link rel="canonical" href="https://kaspaexplained.com/moose">
<link rel="icon" href="kaspa-favicon.svg?v=20260512-real-k" type="image/svg+xml">
<link rel="icon" href="favicon.svg?v=20260512-k4" type="image/svg+xml">
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="application-name" content="Kaspa Explained">
<meta name="apple-mobile-web-app-title" content="Kaspa Explained">
<meta name="theme-color" content="#000000">
<meta property="og:title" content="Moose | Kaspa Explained">
<meta property="og:description" content="Two books by Moose, hosted here in full at his request: Satoshi’s Engine on proof-of-work mining economics, and The Instrument on judging monetary systems by their physical cost floor.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://kaspaexplained.com/moose">
<meta property="og:image" content="https://kaspaexplained.com/og-kaspa-explained.png?v=20260829">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Kaspa Explained - proof-of-work blockDAG guide">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Moose | Kaspa Explained">
<meta name="twitter:description" content="Two books by Moose, hosted here in full at his request: Satoshi’s Engine on proof-of-work mining economics, and The Instrument on judging monetary systems by their physical cost floor.">
<meta name="twitter:image" content="https://kaspaexplained.com/og-kaspa-explained.png?v=20260829">
<meta name="dateModified" content="2026-09-25">
<link rel="stylesheet" href="styles.css?v=20260915-apple27">
<script defer src="nav.js?v=20260915-apple27"></script>
</head>
<body>
<a class="skip-link" href="#top">Skip to content</a>
<header class="site-header">
<nav class="nav" aria-label="Primary">
<a class="brand" href="/" aria-label="Kaspa Explained home"><span class="brand-mark" aria-hidden="true"></span>Kaspa Explained</a>
<button class="nav-menu-button" type="button" aria-expanded="false" aria-controls="primary-links">Menu</button>
<div id="primary-links" class="nav-links">
<a href="/what-is-kaspa">What is Kaspa</a>
<a href="/status">Live now</a>
<a href="/skeptical-case">Risks</a>
<a href="/build-on-kaspa">Build</a>
<a href="/demos">Try it</a>
</div>
<button class="theme-toggle" type="button" aria-label="Switch theme">Light</button>
</nav>
</header>
<main id="top" tabindex="-1">
<section class="section">
<p class="eyebrow">Guest work</p>
<h1>Moose</h1>
<p class="lead">Two books and a companion, hosted here in full at his request. Printed as he wrote them, and not part of what this site checks.</p>
<div class="actions">
<a class="button" href="https://x.com/THEMOOSEISLOOS5">Moose on X</a>
</div>
</section>
<section class="section">
<h2>Satoshi’s Engine</h2>
<p>How mining pays, how competition changes its costs, and what survives each market cycle. The story, the math, and the role of fees. Updated edition, subtitled <em>Carnot local, Brownian global</em>. English: 89 pages. Swedish: 88 pages.</p>
<p><em>The Loops Inside the Engine</em>: a six-page companion with feedback-loop diagrams and a view of the cycle in motion.</p>
<div class="actions">
<a class="button primary" href="/satoshis-engine.pdf" hreflang="en">Read in English (PDF)</a>
<a class="button" href="/satoshis-motor-svenska.pdf" lang="sv" hreflang="sv">Läs på svenska (PDF)</a>
<a class="button" href="/satoshis-engine-companion.pdf" hreflang="en">Read the companion (PDF)</a>
<a class="button" href="https://youtu.be/3FTKZxLEfTo">Listen to the audiobook (YouTube)</a>
</div>
</section>
<section class="section">
<h2>The Instrument</h2>
<p>How to judge money by what it costs to make. Three parts: the case packed as tight as it goes, then the same ground walked slowly from two laws of physics, then the tool aimed at things it was not built for. 279 pages.</p>
<div class="actions">
<a class="button primary" href="/the-instrument.pdf">Read it (PDF)</a>
</div>
</section>
<!-- related-links:start -->
<section class="section site-related" aria-labelledby="related-links-title">
<p class="eyebrow">Next</p>
<h2 id="related-links-title" class="site-next-title"><a href="/sources">What this site trusts, and why</a></h2>
<p class="site-next-reason">Check these arguments against the primary sources behind them.</p>
</section>
<!-- related-links:end -->
</main>
<footer class="footer">
<div class="footer-grid">
<div class="footer-legal">
<p><strong>Independent Kaspa explainer.</strong> Claims are labeled live, targeted, roadmap, research, unsupported, or wrong. Not investment advice.</p>
<p class="footer-disclosure">Independent site with no official Kaspa role. No wallet, exchange, mining, or price service. Nobody pays for coverage; the maintainer may hold KAS.</p>
</div>
<nav class="footer-nav-groups" aria-label="Footer">
<div class="footer-link-group" aria-label="Learn">
<span>Learn</span>
<a href="/crypto-from-scratch">Crypto from scratch</a>
<a href="/what-is-kaspa">What is Kaspa</a>
<a href="/why-kaspa-matters">How it compares</a>
<a href="/kaspa-origin-story">Origin story</a>
<a href="/moose">Moose's books</a>
</div>
<div class="footer-link-group" aria-label="Verify">
<span>Verify</span>
<a href="/status">Status</a>
<a href="/skeptical-case">Skeptical case</a>
<a href="/sources">Sources</a>
</div>
<div class="footer-link-group" aria-label="Build">
<span>Build</span>
<a href="/build-on-kaspa">Build on Kaspa</a>
<a href="/kaspa-mining">Mining Kaspa</a>
<a href="/kips">KIPs and KCCs</a>
</div>
<div class="footer-link-group" aria-label="Tools">
<span>Tools</span>
<a href="/demos">Try it</a>
<a href="/search">Search</a>
</div>
</nav>
</div>
</footer>
</body>
</html>