Chapter 01
Bitcoin: a peer-to-peer cash system with no issuer
In the autumn of 2008, while banks were being rescued, a nine-page paper proposed money that no bank would issue and no government would expand. This chapter is the origin story — not a trading guide.
The problem the paper named
Electronic payments in 2008 still ran through trusted third parties — banks, card networks, processors. That model works for most commerce. It also means reversible payments, chargebacks, identity collection, and a single point that can freeze, censor, or inflate the unit of account.
Satoshi Nakamoto’s paper, posted on 31 October 2008 to the cryptography mailing list, framed a different goal: non-reversible electronic cash between parties who do not need to trust each other or a middleman. The title was exact: Bitcoin: A Peer-to-Peer Electronic Cash System.
“I’ve been working on a new electronic cash system that’s fully peer-to-peer, with no trusted third party.”
— Satoshi Nakamoto, 31 Oct 2008
The domain bitcoin.org had been registered earlier that year, on 18 August 2008. You can read the original nine pages on bitcoin.org.
What the design combined
Bitcoin assembled prior work — public-key signatures, hash chains, proof-of-work, and earlier digital-cash sketches — into one running system that solved the double-spend problem without a central ledger keeper.
A public ledger
Every node can hold a copy of the transaction history. New blocks extend that history.
Proof-of-work
Miners expend energy to propose the next block. Rewriting history gets more expensive as more work piles on top.
A hard issuance schedule
New coins are created only as block rewards. The long-run cap is 21 million bitcoin.
No administrator
Rules change only if the network adopts new software. There is no CEO who can mint extra coins.
Genesis: 3 January 2009
The network started when Block 0, the genesis block, was mined on 3 January 2009. The coinbase embeds a headline from that day’s Times of London:
The Times 03/Jan/2009 Chancellor on brink of second bailout for banks
That line is both a timestamp and a comment on the financial system Bitcoin was built beside. The 50 BTC in that block are unspendable. On 12 January 2009, Satoshi sent 10 bitcoin to Hal Finney — the first known live-network transfer (block 170).
A short timeline
Whitepaper posted to the cryptography mailing list.
Genesis block mined. Network is live.
First transfer: 10 BTC to Hal Finney.
New Liberty Standard publishes an early electricity-cost exchange rate (~1,309 BTC per dollar).
Bitcoin Pizza Day: 10,000 BTC for two pizzas.
Satoshi leaves public forums. The project continues without its founder.
Block subsidy halves until issuance approaches zero near 2140.
Why “21 million” is the philosophical core
Fiat currencies can be expanded by policy. Bitcoin’s supply path is written into the consensus rules in advance. New issuance falls by half about every 210,000 blocks (roughly four years).
Changing the cap would require the economic majority of the network to run different software. That coordination cost is the enforcement mechanism — not a promise from a company.
What Satoshi left behind
Satoshi is a pseudonym. After helping the early network stand up, the account stopped posting around 2010–2011. The protocol kept running because it did not depend on its author remaining in charge.
Primary source: bitcoin.org/bitcoin.pdf.
Next
Chapter 02 is live: how Ethereum and tokens turned “crypto” into a noisy category — and why that is not the same system as Bitcoin.