Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed

Blockchain & Money · Lecture 23 of 23 · 1:06:50

24. Conclusion

24. Conclusion on YouTube

Study guide

What this lecture covers

This is the final class of MIT's Blockchain and Money course, taught by Gary Gensler. Rather than introducing new material, it reviews the semester: what money is, how Satoshi Nakamoto's design solved the double-spending problem, why the financial sector is so entangled with blockchain technology, and how to think about crypto finance and public policy. It closes the arc that began with the economics of money and ledgers and ran through trade finance and digital identity.

After watching, you should be able to state the three classical roles of money and explain why Bitcoin only partly fulfills them, describe how hash functions and proof-of-work combine to make Bitcoin's ledger nearly immutable, and apply the course's recurring checklist (verification cost, networking cost, competition, adoption) to judge whether any given use case actually needs blockchain technology.

Key ideas

  • Three roles of money: medium of exchange, unit of account, and store of value; the lecture argues Bitcoin satisfies all three to some degree, but far less reliably than fiat currency.
  • Network effects: money, like Facebook, gains value from how widely it is accepted, which is why new currencies struggle to compete with established fiat systems.
  • Hash function as commitment: a cryptographic tool, building on 1970s Bell Labs research, that lets you commit to a large set of data so any later change is detectable, the technical core of blockchain immutability.
  • Asymmetric cryptography: the 1970s invention of public and private key pairs, used for digital signatures in Bitcoin and, independently, for securing the web since the 1990s.
  • Proof of work: a computational puzzle, based on 1990s work by Adam Back, where miners search for a number (a nonce) that makes a block's hash meet a difficulty target, verifiable quickly by anyone.
  • UTXO model: Bitcoin tracks ownership as a set of unspent transaction outputs rather than account balances, meaning spending funds requires referencing specific past outputs, not just showing a total.
  • Verification and networking cost: the lecture's central lens, repeated from earlier classes, for deciding whether a blockchain solution actually beats a traditional or distributed database.
  • The Howey test and the duck test: the legal four-part test for whether a token is a security, alongside Gensler's plainer suggestion to just use common sense about what is really being sold.

Walkthrough

The role of money and whether Bitcoin qualifies (1:38)

Gensler opens by polling the class on whether Bitcoin fulfills money's three classical roles. Students disagree: some point to Bitcoin's roughly $60 billion market value as evidence of a store of value, others counter that its volatility undermines that claim, and its use as a medium of exchange or unit of account remains rare. Gensler lands between the maximalist and minimalist positions, arguing Bitcoin exhibits all three properties in some form, just not with the broad acceptance fiat currency has.

Early money and ledgers to fiat currency (6:14)

The review revisits early forms of money, including stone and warehouse-receipt systems, and the point that money is fundamentally a social construct that fails once debased. It reconnects this to ledgers, the recurring flow-and-balance structure (transactions and account balances) that predates blockchain by thousands of years and underlies both traditional finance and cryptocurrency.

Fiat currency and Satoshi Nakamoto's innovation (8:07)

Gensler defines fiat currency as central bank notes, reserves, and bank deposits, backed by legal tender status and powerful network effects, and questions whether the euro's lack of unified fiscal policy threatens its long-term viability. He then reintroduces Nakamoto's 2008 paper as an attempt at a peer-to-peer electronic cash system with no trusted third party, noting it succeeded where earlier attempts like DigiCash failed because it solved double-spending without central control.

Cryptographic hash functions and proof of work (14:13)

This section reviews the two pieces of cryptography the course treats as essential: hash functions, which commit to data so any change is detectable, and asymmetric (public/private key) cryptography, which underlies digital signatures. Gensler walks back through proof-of-work: miners repeatedly try different nonces until a block's hash has enough leading zeros, a process that is computationally hard to produce but easy to verify, and explains why spending Bitcoin requires referencing a specific unspent transaction output rather than simply checking a balance.

Smart contracts and the economics of verification cost (27:30)

The class reviews smart contracts, tracing the concept to Nick Szabo's 1996 writing rather than treating it as purely a blockchain invention, and notes real efforts like the International Swaps and Derivatives Association exploring automation of contractual terms. Gensler reframes the course's core economic argument: blockchain's value, where it exists, comes from lowering verification and networking costs, and sometimes from displacing the economic rents currently captured by incumbents, not from some inherent superiority of the technology itself.

Crypto finance, ICOs, and investor challenges (49:05)

Gensler reviews the roughly $100 billion-plus crypto asset market, Bitcoin's persistent 55-57% share of it, and investor risks including custody of private keys and susceptibility to fraud. He cites an Ernst & Young study finding only about 13% of the 140 largest ICOs studied had a functioning network, and that even most of those still accepted fiat currency alongside their token, undercutting the case that native tokens are strictly necessary.

Public policy, exchanges, and final takeaways (53:38)

The lecture closes with a review of the Howey test for securities, contrasted with Gensler's simpler "duck test" for spotting a hard sell, and predictions that crypto exchanges will consolidate and face more anti-money-laundering enforcement. He restates the course's central checklist for any use case: identify whether it lowers real verification and networking costs, check what competitors and traditional databases already do, and separate genuine use cases from projects mainly chasing adoption through the label "blockchain." The class ends with a quote from Benjamin Franklin on paying forward a favor, which Gensler offers as a closing thought rather than course content.

Before you watch

  • This lecture assumes you have already covered the course's earlier material on Bitcoin's mechanics, trade finance, and digital identity, since it reviews rather than reintroduces those topics.
  • Review the earlier explanation of hash functions and public/private key cryptography, since this class moves through them quickly.
  • Recall the recurring framework of verification cost and networking cost used throughout the course to evaluate blockchain use cases.

Check your understanding

  1. Why does the lecture conclude Bitcoin only partially fulfills the three classical roles of money?
  2. How do hash functions and proof-of-work work together to make Bitcoin's ledger nearly immutable?
  3. What does it mean that Bitcoin uses a UTXO model rather than account balances, and why does that matter for spending funds?
  4. According to the Ernst & Young study cited, what fraction of major ICOs had a functioning network, and what does that suggest about native tokens?
  5. What is the course's core checklist for deciding whether a use case genuinely needs blockchain technology rather than a traditional database?

Chapters

From the YouTube description

MIT 15.S12 Blockchain and Money, Fall 2018
Instructor: Prof. Gary Gensler
View the complete course: https://ocw.mit.edu/15-S12F18
YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP63UUkfL0onkxF6MYgVa04Fn

Prof. Gensler gives an overview of the class, touching on money and ledgers, the economics of blockchain technology, financial sector opportunities, crypto finance, and public policy.

License: Creative Commons BY-NC-SA
More information at https://ocw.mit.edu/terms
More courses at https://ocw.mit.edu

← 23. Digital ID