Hard Money Diploma · Module 7: Using Bitcoin in Daily Life
The student workbook, page for page, with the answers in red ink and yellow notes on what to anticipate. This module is practical and concrete, not technical: teach Lightning as a fast lane on top of Bitcoin, not a separate coin. Reveal every ink, check every page, and you have hit everything.
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: 8 minPlan 8
7.0 Introduction
We're building the Visa network for Bitcoin. But what I think is powerful is, unlike Visa, anybody can build on top of it.
Elizabeth Stark
Technologies typically grow and expand in layers, like a stack. Think of your favorite website, email, or social media: they were built on top of the internet protocol, which was built on top of computers, which were built on top of electricity, and so on. These technologies started out with a very simple design and continued to improve over time.
Bitcoin is no exception. As Andreas Antonopoulos famously put it, "Bitcoin is the internet of money." It is the base layer of sound digital money, providing a solid foundation upon which new technology will be built.
One of these layers is called the Lightning Network. It's like a super-fast highway for Bitcoin, helping people send and receive bitcoin quickly and with very low fees. It allows users to make instant, small transactions on top of the regular Bitcoin network. This makes buying a coffee or paying a friend simple and fast! Of course, as with everything, this comes with trade-offs.
🛈
A satoshi is the smallest denomination of bitcoin. Just like a dollar can be broken into cents, one bitcoin can be split into smaller units called satoshis. One bitcoin equals 100 million satoshis, making satoshis the tiniest bits of value in the Bitcoin system. When we talk about sending bitcoin through the Lightning Network, we'll call it "sending sats," short for satoshis.
✎ TEACHER: what is the Lightning Network, in one line
The Lightning Network is like a super-fast highway for Bitcoin, helping people send and receive bitcoin quickly and with very low fees 7.0
It is a layer built on top of the regular Bitcoin network, not a separate coin. Bitcoin is the base layer of sound digital money 7.0
Guide's own note: make clear Lightning is built on top of Bitcoin, not separate from it
✎ TEACHER: what is a satoshi
A satoshi is the smallest denomination of bitcoin. One bitcoin equals 100 million satoshis 7.0
Just like a dollar can be broken into cents, one bitcoin can be split into satoshis; sending bitcoin on Lightning is called "sending sats" 7.0
ANTICIPATE
Myth to expect: "Lightning is a different coin from Bitcoin." No: it is a layer on top of Bitcoin. Everything on Lightning is still bitcoin.
Open the guide's way: connect back to the last chapter. "If Bitcoin works on-chain, why was another layer needed? What happens when people want to make many small payments quickly?"
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: 25 minPlan 25
7.1 The Lightning Network
The Lightning Network is a payment system that allows users to send and receive bitcoin quickly and inexpensively. It works by setting up a shared wallet where both parties store some of their bitcoin. They can then make unlimited transactions with each other without needing to record each one on the main blockchain. In doing so, they bypass the need to verify and include every single transaction in a block, which makes the process both fast and cost-effective. The lower fees mean that the Lightning Network can be used for small payments which are not always viable on-chain. Once the parties decide to end their collaboration, only the final balance is recorded on the blockchain.
Picture a day working in a café. Planning to stay a while, you open a tab and prepay instead of paying for each order. At the end of the day, you and the owner review the tab to settle the bill. If your deposit is more than what you spent, you get the difference back; if you spent more, you pay what you still owe.
This scheme can scale to include more participants. For instance, on one of your visits to the café, you bring a friend who the bartender doesn't know and can't open a tab. You offer your friend your existing tab to cover their expenses, and agree they will repay you privately. Now imagine thousands of people doing the same thing simultaneously, allowing others to use existing tabs to connect with even more individuals: that shows how the Lightning Network works!
With Lightning, you can make payments to anyone on the network, not just the person you share a direct tab with, provided a route between the two parties can be found. Your payment can navigate through the network until it reaches its destination, even if you don't have an open channel directly with the recipient.
On-Chain Transactions
These are transactions that happen directly on the Bitcoin blockchain. They take about 10 minutes to confirm, and the fees depend on the size of the transaction in virtual bytes. They are more secure but slower, since they require the consensus of the network.
Lightning Network Transactions
These transactions happen on a separate network built on top of the Bitcoin blockchain. They settle faster and with lower fees. They are commonly used where considerations like the speed and cost of transactions are more important. Compared to on-chain transactions, they are less secure.
Bitcoin Network
Lightning Network
Definition
A decentralized digital network that uses cryptography to secure financial transactions.
A second layer payment protocol that operates on top of the Bitcoin blockchain, enabling faster and cheaper transactions.
Advantages
Decentralized and secure. No chargebacks or fraud. Can be used pseudonymously. Global acceptance.
Faster and cheaper transactions. Increased scalability. Off-chain transactions do not clog the blockchain.
Disadvantages
Slow transaction times. High fees for certain types of transactions. Complex for beginners.
Can require trust in the channel operators. Requires on-chain transaction to open and close channels.
✎ TEACHER: the café tab analogy
Instead of paying for each order, you open a tab and prepay; at the end of the day you and the owner review the tab and settle the bill 7.1
Two parties set up a shared wallet, make unlimited transactions off the main blockchain, and only the final balance is recorded on-chain when they end their collaboration 7.1
Guide's four beats: open a channel, update balances as you transact, settle only the final balance on-chain when the channel closes
✎ TEACHER: on-chain vs Lightning, the contrast
On-chain: happens directly on the blockchain, takes about 10 minutes to confirm, more secure but slower, since it requires the consensus of the network 7.1
Lightning: a separate network built on top of Bitcoin, settles faster and with lower fees, but is less secure than on-chain 7.1
Keep the main point simple: on-chain is stronger for final settlement, Lightning is stronger for speed and low-cost everyday use
✎ TEACHER: paying someone without a direct channel
With Lightning you can pay anyone on the network, not just the person you share a direct tab with, provided a route between the two parties can be found 7.1
Your payment can navigate through the network until it reaches its destination, even without an open channel directly with the recipient 7.1
ANTICIPATE
PROTECT THIS PAGE: the guide's short-on-time list names "what Lightning is" and "on-chain vs Lightning trade-offs" as top priorities. If you must cut, cut elsewhere first.
Myth to expect: "Lightning is less secure, so it must be unsafe." Reframe with the guide: it is a trade-off. On-chain is stronger for final settlement; Lightning is stronger for fast, low-cost everyday use.
The strongest visual here is the on-chain vs Lightning comparison table; use it side by side.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 10Plan 6 to 7
7.2 Types of Lightning Wallets
A Lightning wallet is similar to a Bitcoin wallet in that it lets you send and receive bitcoin. The key difference is that it works on the Lightning Network, a second layer built on top of Bitcoin. Like Bitcoin wallets, Lightning wallets have different features to consider before choosing one.
Self-Custodial vs Custodial
Lightning wallets can be grouped in many ways, but for simplicity, we divide them into two types: self-custodial and custodial. A self-custodial wallet means you control your keys. A custodial wallet means someone else controls them.
With a custodial wallet, you can send and receive payments, but you rely on a third party and give up full control of your funds for convenience. This may be fine for small amounts, but using a self-custodial wallet is recommended once you understand how it works. For the rest of this section, we will focus only on self-custodial Lightning wallets.
✎ TEACHER: self-custodial vs custodial, the core trade-off
A self-custodial wallet means you control your keys. A custodial wallet means someone else controls them 7.2
With a custodial wallet you rely on a third party and give up full control of your funds for convenience; this may be fine for small amounts 7.2
Using a self-custodial wallet is recommended once you understand how it works 7.2
ANTICIPATE
Myth to expect: "custodial is just the easy version of the same thing." No: with custodial, someone else controls the keys, so the user depends on someone else's permission and control.
Keep the tone the guide asks for: pragmatic, not alarmist. Custodial can be fine for small amounts; self-custody is the goal once someone understands it.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 10Plan 3 to 4
7.2 Types of Lightning Wallets (continued)
Open Source vs Closed Source
Lightning wallets can also be open source or closed source. Open-source wallets are preferred because their code is public, can be reviewed by anyone, and can be improved by the community.
✎ TEACHER: why prefer open-source wallets
Open-source wallets are preferred because their code is public, can be reviewed by anyone, and can be improved by the community 7.2
Guide's reinforcement: open-source tools can be reviewed, improved, and verified by the community
ANTICIPATE
Myth to expect: "closed source is safer because it is secret." No: the book's point is the opposite. Public code can be reviewed and improved by anyone.
Keep it light. This is a one-idea page; do not over-explain licensing. The whole 7.2 block is only about 10 minutes in the guide.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: 10 minPlan 10
7.3 Setting Up a Bitcoin Lightning Wallet
Setting up a self-custodial Lightning wallet is very similar to setting up a self-custodial Bitcoin wallet.
Search for the app in the App Store (iOS) or Google Play Store (Android).
Open the app and create a new wallet. You will be prompted to back up a list of 12 to 24 words: this is your recovery phrase (also called a seed phrase). Be sure to write it down and keep this in a safe place! This recovery phrase allows you to recover full access to your funds if needed. If you lose or forget this sequence of words, you will not be able to access your bitcoin if you lose access to your wallet.
You must then confirm that you have saved your recovery phrase. To do this, enter the words of your seed phrase in the same order.
For extra security, some wallets let you set a PIN or password.
You can now start sending and receiving bitcoin on Lightning.
🛈
Note: If you are using a custodial wallet, you may not need to follow all of these steps. However, custodial wallets carry risk because you do not control your private key, meaning you do not fully control your money.
✎ TEACHER: the setup flow, in order
Search for the app, create a new wallet, back up the 12 to 24 word recovery phrase, confirm the words in the same order, optionally set a PIN, then start sending and receiving 7.3
Setting up a self-custodial Lightning wallet is very similar to setting up a self-custodial Bitcoin wallet 7.3
✎ TEACHER: the seed phrase, why it matters
The recovery phrase allows you to recover full access to your funds if needed; write it down and keep it in a safe place 7.3
If you lose or forget this sequence of words, you will not be able to access your bitcoin if you lose access to your wallet 7.3
Guide's third point: if another person gets it, they can control the funds. Reinforce responsibility and safe handling
ANTICIPATE
PROTECT THIS PAGE: the guide's short-on-time list names "wallet custody and setup" as a top priority. Do not skip the seed phrase.
Myth to expect: "the wallet app keeps a copy of my words for me." No: with self-custody, if the phrase is lost, access can be lost. That is the point of self-custody.
Do NOT have students set up wallets with real funds in a room with kids. Keep any demo to screenshots or empty test wallets. This is educational only, not financial advice.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: 17 minPlan 17Relay Race activity not budgeted separately in the 90 min
7.4 Sending and Receiving Lightning Transactions
With a Lightning wallet, using Bitcoin is fast, cheap, and private, making transactions between two people easy. You can quickly send and receive bitcoin for everyday things like buying coffee.
Example 1: Marcia, Jeff, and Eve
Both Marcia and Eve have 5 units of currency. Marcia wants to send 2 units to Eve. The payment travels through Jeff, who helps pass the payment along the Lightning Network. After the payment is completed, Eve has 7 units and Marcia has 3.
Jeff helps route the payment, but he cannot steal the funds. The Lightning Network uses cryptography to ensure that only the intended recipient can receive the payment. Jeff simply helps the payment move through the network. This shows a key advantage of the Lightning Network: people can send payments quickly without trusting intermediaries like banks. Node operators like Jeff can also earn small fees for helping route payments. By doing this, they help the network remain decentralized and efficient.
Example 2: Mina buys a coffee
Mina wants to buy a coffee, but paying with a regular Bitcoin transaction can sometimes take time and require higher fees. Instead, she decides to use the Lightning Network. To start, Mina downloads a Lightning wallet on her phone. She then sends some bitcoin from her regular Bitcoin wallet to her Lightning wallet. This step uses a normal Bitcoin transaction on the blockchain. Once the funds are in her Lightning wallet, they can be used on the Lightning Network. Now Mina can pay the café instantly using Lightning. The payment happens off the main Bitcoin blockchain, which is why it is much faster and cheaper than a regular on-chain transaction.
Benefits
Lightning Network
Traditional Banking System
Speed
Fast
Slow
Transparency
Transparent
Opaque
Security
Secure
Vulnerable
Transaction fees
Low
High
Financial inclusion
High
Limited
Scalability
High
Low
Privacy
High
Moderate
Interoperability
High
Low
Legal compliance
Moderate
High
Cost-effectiveness
High
Moderate
Visa, Inc.
Bitcoin On-chain
Lightning Network
Capacity of 65000 transactions per second.
Capacity of 7 transactions per second.
Capacity of millions of transactions per second.
Thanks to thousands of Lightning node runners, you can send sats to any user with a Bitcoin Lightning wallet, wherever they are in the world. The payment will arrive in a few seconds and will only cost a few cents.
✎ TEACHER: Example 1, routing through Jeff
Marcia sends 2 units to Eve through Jeff; afterward Eve has 7 and Marcia has 3. Jeff helps route the payment but cannot steal the funds 7.4
The Lightning Network uses cryptography so only the intended recipient can receive the payment; people send quickly without trusting intermediaries like banks 7.4
Node operators like Jeff can earn small fees for routing, helping the network stay decentralized and efficient 7.4
✎ TEACHER: Example 2, funding a Lightning wallet
Mina sends bitcoin from her regular Bitcoin wallet to her Lightning wallet using a normal on-chain transaction; then those funds can be used on Lightning 7.4
Now she can pay the café instantly using Lightning, off the main blockchain, which is why it is much faster and cheaper than on-chain 7.4
Guide's limitation to name: funds locked in an active channel are being used for Lightning and are not freely available for separate on-chain use at the same time
ANTICIPATE
Myth to expect: "the router (Jeff) can take my money." No: the network uses cryptography so only the intended recipient can receive the payment; routers only help it move.
Myth to expect: "Lightning is still slow and expensive like on-chain." No: Lightning payments arrive in a few seconds and cost only a few cents.
Use the three-person Marcia, Jeff, and Eve diagram to keep routing clear; the guide names it one of the most useful visuals in the chapter.
The Lightning Relay Race is a hands-on activity with real sats. See the RELAY RACE card below and read its safety note before running it with students.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 20Plan 6 to 7
7.5 Buying Coffee and Groceries with Bitcoin
Have you ever wondered if you could use bitcoin to buy your daily cup of coffee or stock up on groceries? Turns out you can! There are many options, both online and in person, that let you pay with bitcoin. We'll explore some of those options as well as the tools that will help you find local stores so you can spend bitcoin.
Even though paying with a credit card or an app can seem easy to understand for the person paying, the processing of the payment is actually very complex and involves many different parties.
🛈
How Payment Processing Works: Customer → Merchant → Payment Gateway → Processor → Card Network → Issuing Bank → Card Network → Merchant Bank → Merchant
Each intermediary charges a fee so, while it may seem easy, fast, and cheap, these costs can quickly add up for a small business owner, often exceeding 3% of the price. And that's not to mention currency exchange fees!
Customer Pays
Issuing Bank
Card Network Processors
Payment Processors
Goes to merchant
100
-1.75
-0.14
-0.30
97.81
With Bitcoin and the Lightning Network, businesses can receive instant payments from all over the world via an open, secure, internet-native, borderless, and censorship-resistant monetary system.
✎ TEACHER: why traditional card processing is expensive
A card payment passes through many parties: customer, merchant, payment gateway, processor, card network, issuing bank, merchant bank 7.5
Each intermediary charges a fee; the total can add up, often exceeding 3% of the price, plus currency exchange fees 7.5
The fee table shows it plainly: on a 100 sale, the merchant nets about 97.81 after the intermediaries take their cut 7.5
✎ TEACHER: what Bitcoin and Lightning offer businesses
Businesses can receive instant payments from all over the world via an open, secure, internet-native, borderless, and censorship-resistant monetary system 7.5
Frame with the guide: it is fast, low-fee, borderless, and accessible even to people who may not have bank accounts 7.5
ANTICIPATE
PROTECT THIS PAGE: the guide's short-on-time list names "real-world payments" as a top priority. Keep the fee comparison even if you trim elsewhere.
Myth to expect: "card payments are basically free and instant." No: the processing is complex, passes through many intermediaries, and the fees often exceed 3%.
Teach this as economics and how payment systems work, not partisan politics: no candidates, parties, or current legislation.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 20Plan 4 to 5
7.5 Buying Coffee and Groceries (continued)
Online
BTCPay Server is an open-source payment processor that allows merchants to accept payments in bitcoin with little technical knowledge. It's completely free and doesn't charge any commission. Online businesses can integrate BTCPay Server seamlessly by adding the BTCPay plugin to their website. Because BTCPay Server is an open-source project, not a company, you can contribute to the project once you learn more about it and computer programming.
BTCPay Server: How is it different?
Free and open-source: No transaction, subscription or processing costs. Fully open-source. Payments are direct, peer to peer.
Decentralized: Anyone can deploy a server. Become a self-hosted payment processor and receive payments directly to your wallet. An unlimited amount of stores can be attached to a single BTCPay Server.
Private, no middleman: Payments are P2P and direct. Data is not shared.
Secure: Your private key is never required. Non-custodial. BTCPay only needs public keys to generate invoices. The code is open-source and can be inspected.
Censorship-resistant: No central point of failure. Nobody is controlling it except for the user running it. You can run it on your own hardware.
✎ TEACHER: what BTCPay Server is
BTCPay Server is an open-source payment processor that lets merchants accept bitcoin with little technical knowledge; it's completely free and charges no commission 7.5
It is a project, not a company: anyone can deploy a server, payments are direct and peer to peer, and your private key is never required 7.5
Guide's frame: it lets merchants accept bitcoin directly with no middleman controlling funds, for online and in-person business 7.5
ANTICIPATE
Myth to expect: "there must be a company taking a cut, like Visa." No: BTCPay Server is an open-source project with no commission and no middleman controlling funds.
Keep it concrete, not a coding lesson. Students only need to know such a tool exists and is free and open.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 20Plan 3 to 4
7.5 Buying Coffee and Groceries (continued)
In Person
Brick and mortar shops can also use BTCPay Server to accept payments, or they can simply download a Bitcoin wallet and accept payments directly from their phone.
To find a merchant that accepts bitcoin in your area, go to BTCMap.org and search for your region. BTCMap.org is an open-source map where merchants that accept Bitcoin can list their businesses. Plus, users can also add new merchants and even update the map to make sure the listed merchants are still accepting bitcoin. It's a powerful tool for people who wish to spend their bitcoin.
✎ TEACHER: finding places to spend bitcoin in person
Brick and mortar shops can use BTCPay Server, or simply download a Bitcoin wallet and accept payments directly from their phone 7.5
BTCMap.org is an open-source map where merchants that accept Bitcoin can list their businesses; users can search their region, add merchants, and update the map 7.5
ANTICIPATE
Myth to expect: "no real stores near me take bitcoin, so this is theoretical." Reframe with the guide: BTCMap lets people search locally and see it is already real; the community keeps it updated.
Preparation tip from the guide: bookmark BTCMap.org and, if you can, look up 2 to 3 real merchants near you before class.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 20Plan 3 to 4
7.5 Buying Coffee and Groceries (continued)
Transitional Tools: Vouchers, Gift Cards, and Payment Cards
To purchase products or services from businesses that do not yet accept bitcoin, there is an intermediary tool you can use: gift cards.
Some businesses focus on buying and selling gift cards in exchange for bitcoin. That means you can acquire a gift card for the store you'd like to shop at in exchange for bitcoin, and then spend the gift card directly at the store. Plane tickets, hotels, games, SIM cards... you can buy almost anything with bitcoin and gift cards!
✎ TEACHER: how gift cards bridge the gap
To buy from businesses that do not yet accept bitcoin, gift cards are an intermediary tool 7.5
Some businesses buy and sell gift cards in exchange for bitcoin; you acquire the card with bitcoin, then spend it directly at the store 7.5
Guide's frame: these are transitional tools that help bridge the gap while adoption grows 7.5
ANTICIPATE
Myth to expect: "if a store doesn't take bitcoin directly, bitcoin is useless there." No: gift cards are a transitional bridge that already works today.
Keep expectations honest, as the guide asks: gift cards are a bridge, not the end state. Direct acceptance is still growing.
Teacher's Edition•
Hard Money Diploma · Student WorkbookModule 07 · Using Bitcoin in Daily Life
Guide: part of 20Plan 5 to 6
7.5 Buying Coffee and Groceries (continued)
Circular Economies
A circular economy is made up of participants who decide to support one another by trying to buy from and sell to each other as much as possible. For instance, a community of farmers exchanging their produce instead of going to the supermarket.
When applied to Bitcoin, a circular economy is built by supporting local merchants and skilled workers who accept bitcoin, so that all participants can flourish together thanks to Bitcoin's superior properties.
🛈
The Lightning Network enables Bitcoin circular economies to appear and thrive all around the world thanks to near-instant and low-fee Bitcoin transactions.
The first Bitcoin circular economy ever created is located in Arnhem, Netherlands. It was created way before the Lightning Network existed, but back then, on-chain fees were really low! The second one was Bitcoin Beach, located in El Zonte, El Salvador. It was the first to leverage the power of the Lightning Network to provide the community, which was mostly unbanked, with instant digital payments directly with their smartphones! Today, hundreds of circular economies are being created all around the world, powered by Bitcoin, the Lightning Network, and educational resources.
✎ TEACHER: what a circular economy is, and why Lightning helps
A circular economy is participants who decide to support one another by buying from and selling to each other as much as possible 7.5
Applied to Bitcoin, it means supporting local merchants and skilled workers who accept bitcoin so all participants flourish together 7.5
Lightning enables these to appear and thrive thanks to near-instant, low-fee transactions; examples are Arnhem, Netherlands and Bitcoin Beach in El Zonte, El Salvador 7.5
Wrap-Up and Check for Understanding
Why was the Lightning Network built?
What is one major difference between on-chain and Lightning payments?
Why does self-custody matter in a Lightning wallet?
How can someone receive a Lightning payment without a direct channel to every person?
What is a Bitcoin circular economy?
✎ TEACHER: wrap-up answers
Lightning was built to make Bitcoin practical for everyday payments: faster and cheaper, for small transactions not always viable on-chain 7.1
On-chain is more secure but slower and about 10 minutes to confirm; Lightning settles in seconds with lower fees, but is less secure 7.1
Self-custody matters because with a custodial wallet you rely on a third party and give up full control of your funds 7.2
A payment can route through the network to its destination, even without a direct channel, because a route between the two parties can be found 7.1
A circular economy is a community that buys from and sells to one another in bitcoin so all participants can flourish together 7.5
ANTICIPATE
PROTECT THIS PAGE: the guide's short-on-time list names "circular economies" as a top priority. This is the note the module ends on.
"Is El Salvador proof everyone should do this?" Keep it as a case study, not a verdict. The guide asks you to stay realistic about adoption while excited about possibilities.
This module's open loop is practical hope: real tools, real places, real payments. Close there, not on a prediction.
Teacher's Edition•
RUN THE ROOM · ACTIVITY CARD
Lightning Relay Race (the routing relay)
Lightning Relay Race · 12 TO 15 MIN · PROVES PAYMENTS CAN ROUTE THROUGH THE NETWORK
SAFETY FIRST The book's version uses real sats. In a room with kids, run the NO-REAL-MONEY version below: paper "sat" tokens only, no wallets funded with real value. If any wallet demo is shown, use an empty test wallet on the instructor's own phone. Educational only, not financial advice.
SETUP Stand students in a line or small chain. Each student is a "node." Give the first student (Marcia) five paper "sat" tokens. The last student (Eve) is the recipient. Everyone in between (like Jeff) is a router.
ROUND 1: DIRECT NEIGHBORS Marcia passes 2 sats to the person right next to her. Easy, because they share a direct "channel." This is the simple case.
ROUND 2: NO DIRECT CHANNEL Now Marcia must pay Eve, who is far down the line with no direct channel. The sats hop node to node until they reach Eve. Each router only passes it along; none can keep it. Eve ends with the payment; Marcia's count goes down by what she sent.
DEBRIEF "Did any router in the middle get to keep the payment? How did it still reach Eve without a direct channel?"
THE POINT Marcia does not need a direct channel with Eve. Her payment routes through intermediaries who help it move, and cryptography means only the intended recipient can receive it. That is Example 1 (Marcia, Jeff, and Eve), played out live.
ANTICIPATE
Timing gap: the Relay Race is listed in the guide's Activities but is not given its own budgeted minutes inside the 90-minute plan. Reserve 12 to 15 minutes for it deliberately, or run it as a quick demo if you are short.
Student tip from the book: pay attention to units. Some wallets show bitcoin, others show sats (1/100,000,000 of a bitcoin). Payments can occasionally get hung up in routing, more so for larger amounts.
LIGHTNING IS A LAYER, NOT A COIN"Lightning is a fast lane built on top of Bitcoin. Everything you send is still bitcoin."
THE CAFÉ TAB LINE"Instead of paying for every order, you open a tab and settle up at the end. Lightning settles only the final balance on-chain."
THE ROUTING LINE"Marcia pays Eve through Jeff. Jeff cannot keep it; cryptography means only Eve can receive it."
THE SEED PHRASE LINE"Write it down, keep it safe. Lose the words, lose access. That is what self-custody means."
KEEP IT ECONOMICS, NOT POLITICSNo candidates, no parties, no current legislation. Teach payment systems and history plainly and let students react.
"SHOULD I BUY BITCOIN?""We teach how Bitcoin works, not whether to buy it. This is educational only, not financial advice. For personal decisions, talk to a licensed professional."
RUNNING LONGProtect: what Lightning is, on-chain vs Lightning, wallet custody and setup, real-world payments, circular economies. Cut deep channel mechanics first.
REQUIRED REFLEX
A dad asks quietly after class: "So should I put money into Bitcoin?"
Same line, every teacher, every time. Never predict prices, never say buy, sell, or hold.
LAST STEP · YOUR REHEARSAL
Run one page live, then you are ready
Pick the page you are most nervous about and run it for the course lead for 5 minutes, printed cheat sheet in hand. A rehearsal, not an audition: you choose the page, you know the bar: ask then wait, speak in your own words, keep it practical, and the "should I buy?" line comes out automatically.
✔ Ready to teach Module 7
Based on the Bitcoin Diploma and Educator Guide by My First Bitcoin (myfirstbitcoin.org), used under CC BY-SA 4.0. Changes were made (teacher annotations added). This adaptation is also licensed CC BY-SA 4.0.
Liberty Villages is an independent 501(c)(3); not affiliated with, endorsed by, or sponsored by My First Bitcoin. Educational only, not financial, legal, or investment advice.