Section 2 — Blockchain Foundations
Lesson 8 compares blockchain network design choices and explains the roles of Layer 1 networks, Layer 2 scaling systems, and applications.
Estimated time: 70–105 minutes
Educational boundary: This lesson compares technical systems for educational purposes. It does not recommend any network, company, product, or digital asset. It does not provide individualized financial, investment, legal, or tax advice. You do not need internet access, an account, a wallet, or a digital asset to complete the lesson.
Lessons 5 through 7 introduced the basic structure of a blockchain, the relationship among blocks, transactions, and hashes, and the way nodes follow rules to reach agreement. We can now use those foundations to compare different networks.
When I compare systems, I try to avoid beginning with a conclusion. I begin with questions. What problem is the system designed to address? Who maintains it? What rules does it follow? What does it depend on? What benefits might it provide, and what tradeoffs come with those benefits?
This method is especially important in Web3 because a familiar name, a high price, or a label such as Layer 1 or Layer 2 can sound more informative than it really is. A label may help us organize an explanation, but it cannot replace careful analysis. I encourage you to practice separating the network from its native asset, the base layer from the systems connected to it, and technical claims from promotional claims.
Lesson 8 demonstrates that blockchain networks make different design choices and introduces the common language of Layer 1, Layer 2, and application layers.
Essential question: What criteria should a careful learner use to compare blockchain networks, and when does a layer label clarify or oversimplify the system?
After completing this lesson, you should be able to:
Definition: A group of connected computers running compatible rules and software to exchange information, validate activity, and maintain a shared blockchain record.
Sample sentence: The blockchain network continued processing valid transactions even though one node went offline.
Definition: A digital asset built into a blockchain protocol and commonly used for functions such as paying network fees or supporting network security.
Sample sentence: Ether is the native asset of Ethereum, but ether and the Ethereum network are not the same thing.
Definition: A base blockchain network that maintains its own ledger, consensus rules, and transaction history.
Sample sentence: Bitcoin, Ethereum, and BNB Smart Chain can each be examined as a Layer 1 network.
Definition: A system built on or connected to a Layer 1 that processes or organizes activity and relies on that base network in a defined way.
Sample sentence: A Layer 2 may group transactions before sending information to its Layer 1.
Definition: The programs and services through which people or organizations use blockchain-related functions.
Sample sentence: A ticketing program may operate at the application layer while relying on one or more blockchain networks underneath.
Definition: A system's ability to handle greater demand while maintaining acceptable performance, cost, security, and reliability.
Sample sentence: A design that processes more transactions may improve scalability but still introduce other tradeoffs.
Definition: The point at which a network treats a transaction or block as settled under its rules.
Sample sentence: A comparison of networks should explain how each system reaches finality instead of using the word fast by itself.
Blockchain networks do not all pursue the same goals or make the same design choices. One may emphasize resistance to control and a narrow set of functions. Another may emphasize general-purpose programs. Another may prioritize lower fees or shorter block times by using a smaller or differently selected validator group. A connected scaling system may move part of the work away from a base network and later submit data, proofs, or results back to it.
Because the designs differ, a fair comparison needs consistent questions. Comparing one network's speed with another network's market price would mix unrelated measurements. Comparing advertised maximum capacity with observed ordinary use would also be misleading. The learner's task is to decide what is being measured, under what conditions, and at what cost.
A useful comparison begins with at least seven criteria:
These criteria do not produce one automatic winner. They reveal tradeoffs and help a learner match a system's design to a particular use.
People often use a network name and an asset name as if they mean the same thing. They do not. Bitcoin can refer to the network and protocol, while bitcoin or BTC can refer to the network's native asset. Ethereum is a network and computing platform; ether or ETH is its native asset. BNB Smart Chain is a blockchain network; BNB is the native asset used for fees and other protocol functions in the BNB Chain ecosystem.
This distinction matters because a network can continue operating while the market price of its native asset changes. A price chart does not explain the network's consensus design, node distribution, software quality, governance, or usefulness. In the other direction, a technically capable network does not prove that its native asset will rise in price or suit any person's financial circumstances.
A responsible comparison can discuss how a native asset functions without making a recommendation to acquire it. The network is the system. The native asset is one component within that system.
A Layer 1 is a base blockchain. It maintains the authoritative ledger under its own consensus rules. Nodes receive and check transactions and blocks. Miners or validators perform specialized roles according to the design. The Layer 1 also defines how fees are paid, how finality is reached, and how protocol changes occur.
Bitcoin, Ethereum, and BNB Smart Chain are different Layer 1 examples. Calling all three Layer 1 networks does not mean they are identical. Bitcoin uses proof of work and was introduced as a peer-to-peer electronic cash system. Ethereum uses proof of stake and supports general-purpose smart contracts. BNB Smart Chain uses Proof of Staked Authority and supports applications compatible with the Ethereum Virtual Machine. Each system has different participants, security assumptions, governance practices, performance characteristics, and concentration questions.
The Layer 1 label therefore answers only one question: Is this the base blockchain in the relationship being described? It does not answer whether the system is more decentralized, secure, useful, or valuable than another system.
A Layer 2 handles some activity in connection with a Layer 1. The general purpose may be to improve scale, cost, speed, privacy, or another function. A Layer 2 might collect many transactions, process them separately, and later send data or results to the base network. The exact security and settlement relationship varies by design.
The phrase built on top of can be useful, but it is only an image. Computers do not sit physically on one another. The important questions are technical: What information goes to the Layer 1? Who operates the Layer 2? How can an incorrect result be challenged or rejected? Where is transaction data available? How do users move information or assets between systems? What happens if the Layer 2 operator stops working?
Not every separate chain connected by a bridge should automatically be called Layer 2. Some connected chains use their own consensus and security rather than deriving security from the base network. Different communities also apply the label differently. A careful explanation states the dependency instead of relying on the label alone.
Layer 2 designs can increase capacity or reduce ordinary transaction cost, but they may add complexity. Users may depend on sequencers or other operators, bridges, proof systems, challenge periods, data-availability arrangements, and upgrade controls. Moving work away from the base layer changes where trust, risk, and responsibility appear; it does not eliminate them.
Applications and services help people use the underlying networks. A decentralized application may combine a user interface, smart contracts, outside data, storage, and ordinary web services. The application layer is where a technical system becomes a tool for a particular purpose, such as tracking credentials, coordinating a community project, or managing digital records.
An application is not automatically decentralized in every part merely because one smart contract uses a blockchain. Its website, administrators, data sources, keys, hosting, or upgrade process may remain concentrated. Comparing applications therefore requires questions about both the blockchain components and the surrounding service.
The term Layer 3 requires special care because it does not have one universal definition. One source may use it for an application-specific network built on a Layer 2. Another may mean an interoperability or service layer. Another may use Layer 3 as another name for the application layer. Whenever the term appears, ask the writer to define it. The definition and dependency matter more than the number.
Bitcoin, Ethereum, and BNB Smart Chain provide a useful introductory comparison when the same criteria are applied to each.
Bitcoin: The original design describes a peer-to-peer electronic cash system. The network uses proof of work, and BTC is its native asset. Its design emphasizes a publicly verifiable transaction history and resistance to changing confirmed history through accumulated computational work. Tradeoffs include substantial energy use, confirmation time, and a more limited base-layer programming model than general-purpose smart-contract platforms.
Ethereum: Ethereum is a general-purpose blockchain network for transactions and smart contracts. It uses proof of stake, and ETH is its native asset. Its programmability supports many applications and token standards. Tradeoffs can include demand-driven fees, application and smart-contract risk, protocol complexity, and dependencies introduced by scaling systems and services.
BNB Smart Chain: BNB Smart Chain is an Ethereum-compatible blockchain network using Proof of Staked Authority, and BNB is its native asset for network functions such as fees. Its design supports short block times and application compatibility. Its active validator and block-production design also makes validator selection, stake concentration, governance, and operational influence important comparison questions.
These summaries are starting points, not verdicts. Terms such as secure, fast, decentralized, and scalable need evidence and a defined measurement. Each network can change through software upgrades, governance decisions, participant behavior, and changing demand.
As of July 20, 2026, BNB Chain's official documentation describes BNB Smart Chain as a base blockchain network and opBNB as a Layer 2 scaling solution for BNB Smart Chain built with the OP Stack. This gives us a practical layer relationship to examine.
BNB Smart Chain maintains the base ledger and consensus under its Layer 1 rules. opBNB processes activity in a connected environment intended to increase capacity and reduce cost for certain uses. Applications can then operate through opBNB or interact directly with BNB Smart Chain, depending on their design.
The label Layer 2 does not complete the evaluation. A careful learner would still ask who orders transactions, what data and results are posted to BNB Smart Chain, how errors are detected, how withdrawals or cross-system messages work, what upgrade controls exist, and what happens during an outage. The answers may change as the software develops, so current project documentation must be checked before publication or use.
This example is educational. It is not an endorsement of BNB Smart Chain, opBNB, BNB, or any application. No learner needs to acquire an asset, create a wallet, connect to a network, or conduct a transaction.
Layered designs can divide work among systems with different strengths. A base layer may emphasize security and independent verification. A connected layer may process more activity or provide specialized features. An application may make the technology easier to use.
The arrangement can also distribute risk across more components. A user may depend on the base network, the Layer 2 operator or validator set, a bridge, a data-availability system, smart contracts, an application interface, and people who control upgrades. Failure at any important point can affect the experience or outcome.
For that reason, the best comparison question is rarely Which network is best? A better question is Which design fits this purpose, under these conditions, with which benefits, costs, dependencies, and risks? That question encourages judgment instead of loyalty to a brand or label.
A community organization receives a proposal for a digital credential system. The vendor says the product is a Layer 3 application and therefore must be faster, safer, and more decentralized than every Layer 1 or Layer 2 alternative.
The proposal does not define Layer 3. It does not identify the base network, explain where records are stored, state who can change the software, or describe what happens if the vendor closes. It provides a chart showing transaction speed but does not explain the testing conditions or security assumptions.
Reasoned response: The organization should not accept the layer label as proof. It should ask the vendor to map every component: application, connected network, base network, operators, data storage, keys, upgrade controls, fees, and recovery process. It should compare the proposal with non-blockchain alternatives using the same requirements. The label may become useful after the dependencies are clear, but it cannot replace evidence.
Estimated time: 25–30 minutes
Materials: Separate paper and a pencil.
Create a comparison matrix on separate paper. Use these five rows:
Create these six column headings:
Complete every row using this lesson. When information is incomplete, write unknown—needs verification instead of guessing.
Then write a short response to these questions:
Important limitation of the exercise: This matrix simplifies systems that contain many components and can change over time. It helps organize questions; it does not provide a complete security audit or prove that one system is superior.
A. The network is the shared technical system; the native asset is one component used within that system.
B. The native asset owns every node in the network.
C. The network is only the asset's market price.
D. There is no difference between the two terms.
A. Any website that displays blockchain information
B. A base blockchain network with its own ledger and consensus rules
C. A quality score assigned to the most popular asset
D. A private key stored in a wallet
A. Does its name contain the number two?
B. Is its native asset rising in price today?
C. What does it process, what does it post to the base network, and what security dependencies does it introduce?
D. Does its advertisement call it the fastest?
The practical skill is learning to map a system before judging it: identify the base record, connected layers, applications, participants, dependencies, benefits, and risks.
Write one coherent journal entry of approximately 300–400 words. Do not submit a disconnected list of answers. Use the prompts below to organize a beginning, middle, and conclusion:
Your response should demonstrate your reasoning. You are not being asked to create an account, open a wallet, purchase an asset, connect to a network, use an application, or conduct a transaction.
Write your response on separate paper or in an approved institutional messaging system. Include your name or approved Profile identifier, Lesson 8: Comparing Blockchain Networks and Understanding Layers, and the date you completed the entry.
Use one of the established Prison Professors Profile methods, subject to your facility's rules:
Keep a copy when circumstances permit. Never include passwords, private keys, seed phrases, authentication codes, account numbers, real wallet addresses, or other sensitive credentials.