summaryrefslogtreecommitdiff
path: root/entry/crypto-ponzi/index.html
blob: 32ab363a6b463dd15c946b16304b70cf04d1f36f (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Cryptocurrency is a ponzi scheme | ewy.one</title>
    <meta charset="UTF-8"/>
    <link rel="stylesheet" type="text/css" href="/reset.css"/>
    <link rel="stylesheet" type="text/css" href="/terminal.css"/>
    <meta content="Thought: cryptocurrency | ewy.one" property="og:title" />
    <meta content="I'm not exactly positive on the subject." property="og:description" />
    <meta content="https://blog.ewy.one/entry/stop-it" property="og:url" />
    <meta content="#3E3B37" data-react-helmet="true" name="theme-color" />
</head>
<body>
<header>
    <h1>Cryptocurrency is a ponzi scheme.</h1>
</header>
<main>
    <p>
        The "ponzi scheme" is named after some italian guy that ran a business that used new investors' money to
        pay old investors, making it seem like their investments were bearing fruit. Now, that probably doesn't
        sound like cryptocurrency to you yet, but I hope to make a compelling case by the time you finish reading
        this page.
    </p>
    <p>
        Have you ever noticed when someone invests in crypto, and it immediately usurps them and becomes their
        lifestyle? This doesn't happen to everyone, but I've seen it occur at a roughly 50% split. This happens
        because their investment holds no inherent value. They simply purchased some immutable
        bits: they don't mean anything, they don't do anything, but that's where the value comes from: they cannot
        be changed. This is why the crypto-kings are so preoccupied with upholding the legitimacy of their bits.
        They need new investors to uphold the value of their holdings, or it will implode.
    </p>
    <aside>
        This side effect of crypto investments has, in my experience, ann about 50% chance of occurring.
    </aside>
    <h2>The blockchain is neither immutable nor decentralized.</h2>
    <p>
        The blockchain is not decentralized. Although you could run your own node - and waste hundreds of gigabytes
        of your precious storage, not to mention bandwidth and processing power. Nobody wants to do this; this has
        caused several third parties to show up and provide APIs for interacting with this blockchain. If any of
        these APIs see cause for blocking (or - god forbid - alter) your queries, you'll have to move to a different
        provider, not dissimilar to existing online payment systems.
    </p>
    <p>
        The blockchain is not immutable. If someone were, for example, to commit child abuse content to a blockchain,
        or if there has been a major hack (this happened), the corporation managing said chain can simply roll back
        to a previous version of the chain and start again from there. Although neither of the blockchains
        prohibit the existence of the other, the value of the "currency" in the pre-fork chain will plummet to zero,
        either because the robbed people want their tokens back, or because nobody wants to host child abuse content
        on their node.
    </p>
</main>
<footer>
    <a href="/"><< Return</a>
</footer>
</body>
</html>