The background you need before the v4 deep dive. Eight concepts in plain English, plus a clear suggestion for where to go on the BSA site if you want fuller background first.
The Bitcoin Sovereign Academy site is designed for self-directed learners. Before reading the deep dive, you'll get more value if you start with one of our learning paths and work through at least Stage 1, then come back here.
"I keep hearing about Bitcoin and want to understand it." Plain-English entry. Start here if you've never owned BTC.
"I want to take control of my money." Self-custody focused.
"I want to build on Bitcoin." Developer track.
If you're already familiar with Bitcoin basics, you can stay here. The eight concepts below are what the deep dive assumes you understand.
If any of these are fuzzy, take a learning path first. If they all make sense, you're ready for the deep dive.
A digital asset with a fixed supply cap of 21 million coins. Created in 2009 by an anonymous person or group using the name Satoshi Nakamoto. Nobody can create new BTC outside the protocol's rules — no central bank, no foundation, no government. This is the foundational claim that everything else in this thesis builds on.
The public ledger where Bitcoin transactions live. A new "block" of transactions is added approximately every 10 minutes. Each block builds on the previous one, forming a chain. The whole system is secured by proof of work — miners spend real energy to compete for the next block. Rewriting Bitcoin's history would require enormous ongoing cost and coordination, which is why proof of work makes attacks expensive and visible.
Holding your own Bitcoin without trusting an exchange or a custodian to hold it for you. You control the private key (a long secret number) that proves ownership of your BTC. The mantra "not your keys, not your coins" comes from this. That also means recovery is your responsibility. If the backup fails, there is no password reset desk hiding behind a curtain.
A protocol that lets you make near-instant Bitcoin payments at very low fees. You and a counterparty open a payment channel funded by an on-chain Bitcoin transaction, then exchange unlimited off-chain updates. The channel settles to Bitcoin only when it closes. Lightning is how Bitcoin handles retail payments without overloading the base layer's 10-minute blocks.
Crypto tokens designed to maintain a stable value against a real-world currency (almost always the US dollar). The two largest are USDT (Tether) and USDC (Circle). Stablecoins are how most non-Bitcoin crypto users transact in everyday economic activity — Argentine families saving in dollars, Nigerian freelancers receiving payment, Filipino workers sending remittances home. They are useful, but they are not neutral money. They depend on an issuer, reserves, banks, sanctions rules, and redemption access. Holding USDT is holding a Tether liability, regardless of which rail carries it.
Different ways to add capabilities to Bitcoin without changing the base protocol:
Layer 2 (Lightning, Ark, Spark) — payment networks running off-chain that settle to Bitcoin.
Sidechain (Liquid) — a separate blockchain with its own consensus, pegged to Bitcoin.
Rollup (Citrea) — execution environment that batches transactions off-chain, posts a cryptographic proof to Bitcoin.
The deep dive uses these terms throughout. They are not interchangeable; they have different trust models.
This is the core ontology of the deep dive. Any money serves three functions, and they are not the same:
Store of Value (SoV) — holds purchasing power over time. (Bitcoin is winning this layer.)
Medium of Exchange (MoE) — moves between people for payments. (The 2024–2030 work.)
Unit of Account (UoA) — the denomination you think in, price in, save in. (Emergent and slow.)
Most criticism of Bitcoin from 2017–2024 confused MoE-quality with SoV-quality. The deep dive corrects this confusion.
The ability to hold, send, and receive value without permission from any third party. Bitcoin's design gives users a form of monetary exit that modern bank-based money does not normally offer. Almost every architecture decision in the deep dive comes back to: "does this preserve the user's ability to exit to L1 Bitcoin unilaterally?"