Lesson 9 — What Comes Next?
How Does Blockchain Actually Work?
Learning Material
1 pagesLesson 9 — What Comes Next?
Understanding the Complex: How Does Blockchain Actually Work?
The blockchain ecosystem as it exists today is not the blockchain ecosystem of 2015, or 2020, or even 2023. It's a moving target — technically, regulatory, and commercially. Understanding where the technology is heading requires distinguishing between near-term developments that are already underway, medium-term trajectories that seem likely, and longer-term possibilities that remain speculative.
Near-term: Layer-2 networks
The fundamental trade-off in blockchain design is what researchers call the "scalability trilemma": decentralization, security, and scalability — you can optimize for two, but not all three simultaneously. Bitcoin processes roughly 7 transactions per second. Ethereum handles about 15. Visa processes tens of thousands. This gap is structural.
Layer-2 networks are technical solutions that process transactions off the main chain and periodically settle the results on it. The most developed Bitcoin layer-2 is the Lightning Network: a network of payment channels that allows near-instant, near-free Bitcoin transactions by keeping most of the activity off-chain, settling to the main blockchain only when channels open or close.
Ethereum's layer-2 ecosystem is more diverse. "Rollups" — optimistic rollups and zero-knowledge rollups — bundle hundreds or thousands of transactions into a single batch, post a compressed proof to the Ethereum mainchain, and inherit its security guarantees at much lower cost. Arbitrum and Optimism (optimistic rollups) and zkSync and Starknet (ZK rollups) collectively process hundreds of millions of dollars in transactions daily, at fees that are often a fraction of mainchain costs.
Zero-knowledge proofs
Zero-knowledge proofs are a cryptographic tool that allows one party to prove to another that a statement is true without revealing any information beyond the truth of the statement itself. The classic example: proving you know a password without revealing the password.
In blockchain contexts, ZK proofs enable two things simultaneously: privacy and verifiability. You could prove you meet a financial threshold (your balance is above €1,000) without revealing your exact balance. You could prove you are over 18 without revealing your birthdate. You could prove you are a citizen of a country without revealing your identity.
ZK proofs are computationally expensive to generate but cheap to verify — which makes them compatible with blockchain's constraints. Ethereum's ZK-rollup ecosystem represents the most active current deployment, but ZK proof systems are appearing in digital identity, healthcare records, and regulatory compliance contexts beyond crypto.
Real-world applications
Three domains have moved past proof-of-concept into operational deployment.
Supply chain provenance: IBM Food Trust — using the Hyperledger Fabric private blockchain — allows Walmart and other retailers to trace food products from farm to store in seconds rather than days. In a recall scenario, this matters enormously: instead of pulling all romaine lettuce from stores because you can't identify the contaminated batch, you trace exactly which farms, shipments, and distribution centers are implicated. The system processes millions of records annually.
Land registries: Several countries — Georgia, Honduras (with significant implementation difficulties), Sweden, and others — have piloted blockchain-based land registries. The use case is compelling in jurisdictions where land records are contested, corrupt, or simply incomplete: an immutable, public record of ownership that's harder to forge than a paper deed. Practical implementation has encountered resistance from institutions whose authority depends on controlling the records.
Digital identity: The European Union's digital identity wallet framework — eIDAS 2.0 — incorporates decentralized identifier (DID) standards that allow individuals to present verifiable credentials without relying on a central identity provider. This isn't technically the same as a public blockchain, but it shares the design philosophy: verifiable, portable, user-controlled identity.
The regulatory future under MiCA
MiCA created clarity that the European market lacked. By mid-2024, its licensing requirements were phasing in for stablecoin issuers and crypto-asset service providers. The effects are already visible: some unregulated exchanges have withdrawn from European markets; others have established licensed entities in Ireland, Luxembourg, or Malta.
For developers building on public blockchains, the regulatory picture is more nuanced. Protocol code is generally not regulated; the businesses that provide custody, exchange, and financial services using that code are. This distinction — between protocol and application layer — is likely to remain the framework in most jurisdictions.
The US trajectory is harder to predict. Legislative proposals for comprehensive crypto regulation have repeatedly stalled; the current regime of SEC enforcement is contested in courts.
Medium-term possibilities
Quantum computing poses a theoretical threat to elliptic curve cryptography — the mathematical foundation of Bitcoin and Ethereum key pairs. Current quantum computers are nowhere near capable of breaking Bitcoin's security. The timeline to cryptographically relevant quantum computers is genuinely uncertain, with estimates ranging from a decade to several. The Bitcoin and Ethereum communities are aware of the threat; post-quantum cryptography research is underway but not yet deployed in production blockchains.
Blockchain infrastructure for voting — often proposed, rarely implemented at scale — remains technically feasible but politically and logistically contentious. The security requirements for elections are different from financial transactions: coercion-resistance, ballot secrecy, and public auditability don't all point in the same direction.
Next lesson: What if? Three thought experiments grounded in what we know about how the technology works.
Reading time: approx. 8–9 minutes