The Cryptocurrency Revolution
Abstract
On October 31, 2008, six and a half weeks after the collapse of Lehman Brothers, a nine-page document appeared on a cryptographic mailing list: “Bitcoin: A Peer-to-Peer Electronic Cash System”, written by an unknown author named Satoshi Nakamoto. The paper solved a problem in computer science that had been open for decades (digital money without a central authority) and simultaneously set off a speculation and fraud machine that almost completely buried the original technical core.
The Double-Spending Problem
Before Bitcoin, digital money failed on a fundamental problem: unlike a coin that I hand you and then no longer have, a digital file is copyable. I could send the same digital coin to two recipients at once. This double-spending problem was traditionally solved by a central authority (a bank, a payment processor) keeping an authoritative ledger and preventing duplicate spending.
The missing element was a mechanism by which mutually unknown and mutually distrustful participants could reach consensus on a shared transaction history without trusting any single one of them. The search for it took decades.
Four Decades of Groundwork
Bitcoin was not a spontaneous invention but the synthesis of a long line of research; almost every building block of the whitepaper existed beforehand as a standalone, failed, or incomplete project.
The start was made by the cryptographer David Chaum, who in 1982 made anonymous digital cash mathematically possible with blind signatures and commercialized it with DigiCash (founded 1989). DigiCash worked technically but depended on a central entity (Chaum’s company) and went bankrupt in 1998. e-gold (1996), a gold-backed payment system, later failed on fraud and regulation. Both proved the same thing: digital money with a central operator inherits all the operator’s weaknesses.
The ideological energy came from the cypherpunk movement of the early 1990s, which fought the US government in the Crypto Wars for the right to strong encryption and whose credo was “cypherpunks write code”: don’t demand privacy, build it (see The Digital Rights Movement). Digital cash beyond state control was on their agenda from the start, and the decisive building blocks emerged on their mailing lists:
- Hashcash (Adam Back, 1997): an anti-spam mechanism forcing senders to solve a small computational puzzle for every email, the birth of proof of work.
- b-money (Wei Dai, 1998): the first sketch of a decentralized money system with proof of work and a distributed ledger, never implemented, but the very first reference in the Bitcoin whitepaper.
- Bit Gold (Nick Szabo, 1998): a design linking proof-of-work solutions into a chain, conceptually already very close to the blockchain, likewise never built.
- RPOW (Hal Finney, 2004): Reusable Proofs of Work, the first running system that turned computational effort into transferable digital tokens, the same Hal Finney who would receive the first Bitcoin transaction five years later.
Nakamoto’s achievement was not the invention of these parts but their combination: the whitepaper cites Back and Dai explicitly and appeared on October 31, 2008, on the Cryptography Mailing List (metzdowd.com), a direct descendant of the cypherpunk milieu. Aaron van Wirdum tells this prehistory in detail in The Genesis Book (2024).
Satoshi’s Solution: The Blockchain as Distributed Trust
Nakamoto’s whitepaper described an elegant answer that recombined three known technologies:
Cryptographic hash functions (SHA-256): A hash function produces a fixed-length fingerprint from arbitrary input data, deterministic but practically irreversible. Every block in the blockchain contains the hash of the previous block; changing an old block would change its hash and invalidate every subsequent block.
Proof of work: To add a new block to the chain, network participants (miners) must solve a compute-intensive problem: find a number (nonce) such that the resulting block hash falls below a certain threshold. Finding this number requires massive computation; verifying it takes a millisecond. This asymmetric effort makes manipulation prohibitively expensive: an attacker wanting to forge the transaction history would need more computing power than the rest of the network combined.
A decentralized peer-to-peer network: Every network node keeps a complete copy of all transactions since the first block. The longest chain rule (the longest valid chain is the canonical one) ensures consensus emerges even without a central authority.
The result was a system in which trust is replaced by mathematical effort. No bank account, no intermediary, just code and computation.
The Genesis Block: A Political Manifesto
On January 3, 2009, Nakamoto created the first block of the Bitcoin blockchain, the genesis block (block #0). Embedded in this block’s coinbase transaction is the following text:
“The Times 03/Jan/2009 Chancellor on brink of second bailout for banks”
The headline of the British Times from that same day. The message was explicit: Bitcoin was born in the direct context of the failure of conventional banks and state bailouts. The 50 bitcoins of the genesis block have never been moved.
On January 12, 2009, Nakamoto sent the cryptographer Hal Finney the first ten bitcoins, the first peer-to-peer transaction in history. Nakamoto and Finney corresponded for months. Finney recognized early what he was looking at; he later reported: “I thought I was dealing with a young man of Japanese ancestry who was very smart and sincere.”
Who Satoshi Nakamoto really is remains unresolved. The person or group behind the name withdrew completely from public communication in 2010/2011. Nakamoto’s estimated holdings of around one million bitcoins (at times worth over 60 billion dollars) have never been moved.
From Pizzas to Institutional Capital
Early Bitcoin history is marked by dizzying price volatility:
| Date | Event | BTC price |
|---|---|---|
| May 2010 | Laszlo Hanyecz buys 2 pizzas for 10,000 BTC | ~0.003 USD |
| Feb. 2011 | Bitcoin reaches parity with the US dollar | 1 USD |
| Nov. 2013 | First major boom | ~1,200 USD |
| Jan. 2017 | Start of the year | ~1,000 USD |
| Dec. 2017 | First hype peak | ~20,000 USD |
| Dec. 2018 | Low after the crash | ~3,200 USD |
| Nov. 2021 | All-time high | ~69,000 USD |
| Nov. 2022 | FTX collapse | ~16,000 USD |
Bitcoin Pizza Day (May 22, 2010) counts as the first documented time Bitcoin was exchanged for a physical good. The 10,000 BTC Hanyecz paid for two pizzas would have been worth over 600 million dollars at the all-time high.
Ethereum and the Programmable Blockchain
Bitcoin solved a specific problem: decentralized digital money. Vitalik Buterin, a 19-year-old Canadian-Russian programmer, recognized in 2013 that the blockchain architecture could be generalized. His whitepaper described Ethereum: a blockchain with a Turing-complete programming language, in principle a global, decentralized computer.
The key concept was smart contracts: programs that execute automatically when predefined conditions are met, without any third party supervising or enabling the execution. “Code is law” became the slogan of the Ethereum ecosystem: the program runs as written, incorruptible, unalterable, unstoppable.
Ethereum was financed in 2014 through an ICO (Initial Coin Offering): 31,000 BTC collected, about 18 million dollars at the time. The network launched on July 30, 2015. Within a few years, the following were built on Ethereum:
- DeFi (Decentralized Finance): lending, interest, and currency exchange without banks, governed by smart contracts
- NFTs (Non-Fungible Tokens): unique digital proofs of ownership for artworks, collectibles, virtual goods
- DAOs (Decentralized Autonomous Organizations): organizations governed by vote, without boards or executives
Info
Blockchain technology vs. crypto speculation: The blockchain (as a cryptographically secured, distributed ledger) is a genuine technological innovation that solves the problem of decentralized consensus. Companies use permissioned blockchains for supply chain tracking (Walmart, Maersk), trade documentation, and securities settlement. These applications are real and useful. But they require no cryptocurrency, no proof of work, and no public blockchain; in many cases they could be replaced by a distributed database with cryptographic signatures. By far the largest part of the market capitalization of public cryptocurrencies reflects speculation on future price appreciation, not the economic utility of the network.
The Speculation Cycle: 2017, 2021, FTX
2017 brought the first global mass frenzy. The introduction of the ICO mechanism (projects could issue and sell arbitrary tokens via smart contract) opened the floodgates. Within a year, over 5 billion dollars were invested in ICOs; Ethereum rose from 8 dollars (January 2017) to over 1,400 dollars (January 2018), a gain of over 17,000%. Most ICO tokens subsequently lost 95–100% of their value.
2021 outdid 2017 many times over. Bitcoin reached 69,000 dollars. NFTs traded for millions; a JPEG by Beeple fetched 69 million dollars at Christie’s. Terra/Luna, an algorithmic stablecoin system meant to maintain its dollar peg through a built-in arbitrage mechanism, reached a market capitalization of 45 billion dollars. In May 2022, the system collapsed completely within a week: Terra UST lost its dollar peg, the feedback mechanism became a death spiral, LUNA fell from an all-time high of around 120 dollars to practically zero. Nearly 45 billion dollars of market capitalization vanished in seven days.
The cycle’s endpoint was the FTX collapse in November 2022. FTX was one of the world’s largest crypto exchanges, founded by Sam Bankman-Fried, who had styled himself an altruistic entrepreneur and advocate of regulation. On November 2, 2022, CoinDesk revealed that Bankman-Fried’s trading firm Alameda Research was massively invested in FTX’s own tokens; the balance sheet was a house of cards. Within 72 hours, customers withdrew 6 billion dollars and FTX broke apart. On November 11, 2022, FTX filed for bankruptcy; a hole of 8 billion dollars in customer deposits came to light. On November 2, 2023, Bankman-Fried was found guilty of fraud, and in March 2024 he was sentenced to 25 years in prison.
Dead End: Most Altcoins and ICOs as Speculation or Fraud
Of the thousands of cryptocurrencies and token projects created between 2013 and 2023, a vanishing minority created lasting economic value or solved user problems. The structural incentives favored fraud:
- Exit scams: founders sell all their own tokens after the ICO and disappear
- Pump and dump: coordinated buying campaigns drive up the price, founders sell at the peak
- Rug pulls: DeFi projects with manipulated smart contracts that drain investor funds
The algorithmic stablecoin design of Terra/Luna is the most instructive example, because it was no obvious fraud; it was simply constructed wrong. A system that maintains its own peg by issuing a second currency is structurally unstable under negative market pressure: the mechanisms that stabilize under rising confidence accelerate the collapse under falling confidence.
The real dead end is not Bitcoin as technology; the blockchain genuinely solves a real problem. The dead end is the promise that decentralized trust protocols automatically lead to trustworthy ecosystems. The participants (founders, exchanges, investors) remain humans with human incentives. Satoshi’s whitepaper replaced the need to trust a bank. It did not replace the need to trust people.
📚 Sources
- Wikipedia: Satoshi Nakamoto
- Wikipedia: Bitcoin
- Wikipedia: Bankruptcy of FTX
- Wikipedia: Terra (blockchain)
- Netcoins: How Terra’s algorithmic stablecoin collapsed, wiping out $40B
- Harvard Law: Anatomy of a Run: The Terra Luna Crash
- CoinDesk: The Epic Collapse of Sam Bankman-Fried’s FTX Exchange
- Ethereum.org: History of Ethereum
- River Learn: How Bitcoin Solves the Double Spend Problem
- Bitcoin Genesis Block — Trust Machines
- Nakamoto, Satoshi: “Bitcoin: A Peer-to-Peer Electronic Cash System” (2008) — original whitepaper with references to b-money and Hashcash
- Hashcash — Wikipedia (Adam Back, 1997)
- b-money — Wei Dai’s original text (1998)
- RPOW — Reusable Proofs of Work (Hal Finney, 2004) — Nakamoto Institute
- van Wirdum, Aaron: The Genesis Book: The Story of the People and Projects That Inspired Bitcoin (2024)
- DigiCash / David Chaum — Wikipedia (blind signatures, 1998 bankruptcy)
- Finney, Hal: “Bitcoin and me” — bitcointalk.org (March 2013; source of the Nakamoto quote and the first transaction)