Module Overview
Get the origin right and every other module becomes legible. Get it wrong and you'll spend the next twenty-nine modules confused about what crypto was actually trying to solve.
- Bitcoin was published in October 2008, six weeks after Lehman Brothers collapsed, by an anonymous author writing as Satoshi Nakamoto.
- The genesis block embedded a Times headline about bank bailouts — Satoshi made the motive part of the protocol itself, permanently.
- The technical innovation was real. The more important contribution was the framing: none of the trust the existing system required should be necessary.
- Every category in crypto today traces back to the same question Satoshi asked: what trust can we eliminate?
- The legitimate question to ask of any crypto project is not 'will this make money' but 'where in this design is trust required, and what happens if that trust is misplaced.'
Key Terms
The vocabulary this module unlocks. Skim before you read.
- Bitcoin
- The first cryptocurrency, launched in January 2009 by an anonymous developer or group using the name Satoshi Nakamoto. Designed as peer-to-peer electronic cash that doesn't require a financial intermediary.
- Cryptocurrency
- A form of digital money that uses cryptography to secure transactions and is recorded on a blockchain rather than in the books of a central institution.
- Blockchain
- A shared, append-only ledger maintained by a distributed network of computers rather than by a single authority.
- Cryptography
- The mathematical techniques used to secure information. In crypto, primarily public-key cryptography (which lets users prove ownership without revealing secrets) and hashing (which fingerprints data).
- Decentralization
- The property of a system in which no single party can unilaterally change the rules or block participation.
- Double-spend problem
- The challenge of preventing someone from spending the same unit of digital money twice. Solved by Bitcoin without needing a central authority.
The lineage before 2008
1988
The Crypto Anarchist Manifesto (Tim May)
Argues that strong cryptography will reshape the relationship between individuals and institutions. Predates the public web.
1993
A Cypherpunk's Manifesto (Eric Hughes)
'Cypherpunks write code.' The movement that produces the intellectual lineage of Bitcoin begins organizing publicly.
1997
Hashcash (Adam Back)
Introduces proof-of-work to fight email spam. Satoshi will cite it in the Bitcoin whitepaper eleven years later.
1998
b-money (Wei Dai) + Bit Gold (Nick Szabo)
Two independent proposals describe distributed digital cash. Each contains pieces of what becomes Bitcoin.
Sep–Oct 2008
The financial system unravels
Lehman files for bankruptcy. AIG nationalized. Money markets break the buck. Government bailouts begin.
Oct 31, 2008
Satoshi publishes the Bitcoin whitepaper
Nine pages posted to the cryptography mailing list. The synthesis of two decades of cypherpunk work into a working design.
Jan 3, 2009
Genesis block mined
First Bitcoin block contains the Times headline 'Chancellor on brink of second bailout for banks.' Permanently encoded into the protocol.
The crisis that motivated the design
In the autumn of 2008, the global financial system was about two weeks from collapse. Lehman Brothers had filed for bankruptcy. The U.S. government had nationalized AIG, the largest insurer in the world, with an $85 billion emergency loan. The commercial paper market — the plumbing that lets Fortune 500 companies make payroll — froze. Money market funds, which most Americans had been told were "as safe as cash," broke the buck for the first time in fourteen years.
In Washington, Treasury Secretary Hank Paulson was, by his own admission, on his knees asking Nancy Pelosi for a bailout.
On October 31 of that year, while all of this was still unfolding, an anonymous person posting under the name Satoshi Nakamoto published a nine-page paper to a cryptography mailing list. The paper described a peer-to-peer electronic cash system. Three months later the network went live. Embedded in the very first block was a single line of text:
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks."
— Genesis block, January 3, 2009
That is the origin. Bitcoin was not designed because someone thought programmable money sounded cool. It was designed because someone watched the entire global financial system require trillions of dollars in taxpayer bailouts to avoid imploding, and concluded that the problem wasn't really the bankers.
The problem was the system itself.
What Satoshi actually proposed
The technical innovation in Satoshi's paper was real, and the next twenty-nine modules will spend most of their time unpacking it. But the more important contribution was the framing.
Money, the thing we use to coordinate value across our entire lives, had been almost entirely a question of who do you trust. You trusted your bank not to lose your deposits. You trusted the government to back your dollars. You trusted Visa to settle your card transactions. You trusted SWIFT to wire your money. You trusted Western Union not to fleece you when you sent money to family abroad.
What Satoshi proposed was that none of that trust should be necessary. With cryptography, with a clever incentive mechanism called proof-of-work, and with a public ledger anyone could verify, you could have money that did not depend on any of those institutions. The line everyone quotes from the paper is "without going through a financial institution." If you wanted to send value to anyone in the world, you could.
That was the original problem. It had nothing to do with how crypto would later get sold — not framed as an investment opportunity, not marketed as speculation, not pitched as an alternative asset class. The problem was that the global financial system requires trust in intermediaries that have repeatedly proven not to deserve it. And the question was whether we could build money that does not.
Trust is the original problem
Seventeen years later, this is where the conversation should still start. Because everything else flows from this.
Stablecoins exist because billions of people do not have reliable access to dollars, and trusting their local currency has become more expensive than trusting code. DeFi exists because credit markets are gatekept in ways that benefit the gatekeepers, and a permissionless lending protocol can do much of the same work without the gatekeepers. Tokenized real-world assets exist because property records, ownership, and reporting are still mostly trapped in nineteenth-century paper systems that require trust in title companies and county clerks who do not always do their job. Even NFTs, in their less ridiculous form, exist because no one had figured out a clean way to prove digital ownership at all.
You can disagree with whether crypto has actually solved any of these problems. Plenty of thoughtful people do, and we are going to look at the strongest version of those arguments later in this course. But to evaluate the question fairly, you first have to understand what it was trying to solve.
The legitimate question to ask of any crypto project is not whether it has a good token or a strong team or a clever feature. The question is: where in this design is trust required, and what happens if that trust is misplaced? If the answer is "nowhere," you have something structurally interesting. If the answer is "trust the founders, trust the operator, trust the custodian," you have a slower version of the financial system Bitcoin was built to make optional.
Why this matters in 2026
The crisis that motivated Bitcoin is no longer the most acute version of the problem. The 2008-era concerns about banking instability have shifted toward different concerns: prolonged currency debasement, financial surveillance that would have been unthinkable two decades ago, regulatory pressure on private financial activity that intensifies year over year.
The motive has not changed. The trigger has shifted. Bitcoin's original answer — a financial system that does not require trusting any single institution — applies as cleanly to the concerns of 2026 as to the concerns of 2008.
This is the lens to carry forward as you go through the rest of this course. Every protocol you encounter from Module 2 onward either inherits from the original design choices Satoshi made, or deliberately diverges from them. The interesting question every time is not "what does this thing do" but "what is it doing about trust."
The lens to carry forward
Where in this design is trust required, and what happens if that trust is misplaced?
If the answer is 'nowhere,' you have something structurally interesting. If the answer is 'trust the founders, trust the operator, trust the custodian,' you have a slower version of the financial system Bitcoin was built to make optional. This question will return in every module from here forward.
The next module goes one level deeper on the mechanism. What is a blockchain, really? You have probably heard the analogy that a blockchain is a shared spreadsheet that nobody owns and nobody can secretly edit. Module 2 figures out why that is mostly right, where it breaks down, and why this particular trick was unsolvable for forty years before Satoshi solved it.
Key takeaways
Carry these with you
01
Bitcoin's origin is political and structural, not speculative — knowing this changes how you read every later development.
02
The genesis block is the most durable piece of editorial in computer science.
03
Every category that has succeeded in crypto has extended the same core principle: removing trust requirements that previously caused systems to fail.
04
Hold the 'where is trust required' question in your head as you go through the rest of the course. It is the single most useful evaluative frame in this space.
What you should now be able to do
- 01.Explain why Bitcoin was published when it was, and what specific failure of the financial system it was responding to.
- 02.Identify the load-bearing innovation in Satoshi's paper — and why removing trust mattered more than any single technical detail.
- 03.Trace the intellectual lineage that made Bitcoin possible, from the cypherpunks of the late 1980s to the genesis block in 2009.
- 04.Apply the 'where in this design is trust required' question to evaluate any crypto project you encounter from here on.
Module quiz
Test what you learned
Pick an answer, see the result immediately, and check your reasoning against the explanation. The questions are tied directly to the outcomes promised at the top of this module.
Question 1 of 6
What event most directly triggered the publication of the Bitcoin whitepaper in October 2008?
Question 2 of 6
Satoshi's most important contribution was not any single technical detail. It was:
Question 3 of 6
Which of the following predates Bitcoin and was directly cited as inspiration in the whitepaper?
Question 4 of 6
The text embedded in Bitcoin's genesis block is:
Question 5 of 6
Why does decentralization matter to Bitcoin's value proposition?
Question 6 of 6
What is the most useful question to ask of any new crypto project?
Read deeper
Curated readings for Module 1
Bitcoin: A Peer-to-Peer Electronic Cash System · Satoshi Nakamoto
Bitcoin: A Peer-to-Peer Electronic Cash System is the nine-page whitepaper published by Satoshi Nakamoto on October 31, 2008, that launched the entire cryptocurrency industry. The paper is divided into twelve sections: an introduction stating the problem, definitions of transactions and the timestamp server, the proof-of-work mechanism that makes trustless consensus possible, the network protocol, incentive design, scaling considerations (Merkle trees, simplified payment verification), the UTXO accounting model, privacy considerations, security calculations, and a brief conclusion. The paper synthesized a decade of prior cryptography research (Hashcash, b-money, digital timestamping) into a working system and shipped it. Every modern cryptocurrency design traces its lineage to decisions made in these nine pages.
The Crypto Anarchist Manifesto
The Crypto Anarchist Manifesto, written by Tim May in 1988, is one of the foundational documents in the intellectual lineage that produced Bitcoin. May predicted that strong cryptography would change the relationship between individuals and institutions — enabling anonymous communication, anonymous markets, capital flows that route around political boundaries, and the end of state monopoly on money. The Cypherpunks movement May helped organize produced much of the work that fed directly into Bitcoin two decades later. Reading it now teaches what prescience looks like when contemporary.
The Crypto Story · Matt Levine
Matt Levine's *The Crypto Story* is a 40,000-word feature published by Bloomberg in October 2022 covering the full crypto landscape. Levine, who writes Bloomberg's widely read *Money Stuff* newsletter, brings serious financial-regulation expertise to the topic — treating crypto neither as fraud to dismiss nor as revolution to celebrate, but as interesting financial engineering with specific strengths and specific limits. The result is the best mainstream long-form piece available, suitable for sophisticated non-crypto readers and respected by crypto practitioners.
The Sovereign Individual · James Dale Davidson and William Rees-Mogg
The Sovereign Individual by James Dale Davidson and William Rees-Mogg (1997) is one of the most prescient books of the past three decades. Central thesis: throughout history, the dominant form of social organization has been determined by the technology of warfare; the information age and strong cryptography would shift the balance toward decentralized, individualized economic and political arrangements. Specific predictions that aged well include encrypted untraceable digital currency (predicting Bitcoin's structural properties before any of the technology existed), nation-state taxing power decline for mobile capital, widening gap between the technically literate and unliterate, and breakdown of inflation-based wealth transfer. The book is uncomfortable to read in 2026 precisely because the authors got too much right. Worth reading when you're ready to think about your own positioning, not just the technology.
Why was Bitcoin created? · The Block
Bitcoin was created in 2008 as a response to the global financial crisis and decades of cypherpunk work on digital privacy and decentralized money. Satoshi Nakamoto's goal was a peer-to-peer monetary system that does not depend on the discipline of governments or the goodwill of banks. Understanding this motive is the foundation for every other concept in cryptocurrency.
Up next
Module 2 · Beginner · 7 min
What is a blockchain, really?
Preview reader
You are reading a private preview of IMPCT Institute. If something landed, didn't land, or felt confusing on this lesson, tell us. Short notes are useful. Long notes are useful. No notes are also fine.

