Understanding Blockchains: Cryptography, distributed systems, and game theory at work

Walter Phillips
Edited by Aren Rendell
Published: 28 Jan 2026
Understanding Blockchains: Cryptography, distributed systems, and game theory at work

This post is part of a series on how everyday investors can understand blockchain networks like Solana, Ethereum and Bitcoin.

Comparing blockchains to the internet is one of the best ways to help people understand them.

The internet is a distributed set of protocols for transferring information. No one company owns it and it doesn’t run on a single computer. Blockchains are decentralized protocols for owning, verifying, and moving assets without relying on any single institution. Generally, no one company owns them, and they don't run on a single computer. For both the internet and blockchains, shared standards allow computers and people around the world to interact freely.

But what makes this possible? For the internet, no one discipline is at play. Behind-the-scenes, the internet came from breakthroughs in networking, hardware, and software. Blockchains are similar. Behind-the-scenes, blockchains are products of three well-established fields: cryptography, distributed systems, and game theory. Each plays a specific role in making the system work.

Blockchains are shared public ledgers

When you use a bank or brokerage, your balance lives in that company's private ledger. You trust them to keep accurate records. You trust them to stay online. You trust them to let you access your money when you need it. You rely on the company to catch when things go wrong.

Before the internet, information worked the same way. There were many fragmented networks for communicating. As a result, data that should’ve been publicly available was hard to access. To understand this better, read about the famous programmer Aaron Schwartz. The internet made free information transfer and access possible by creating shared, open protocols that anyone could use. Suddenly, information could flow freely around the world.

Blockchains do the same thing for value. Instead of one company keeping a private ledger, thousands of computers around the world all maintain the same ledger simultaneously. Every computer has a complete copy. Every copy stays in sync. Every transaction is visible and verifiable. This means anyone, anywhere can transfer value using this ledger.

This is where distributed systems come in. Distributed systems is a field of computer science focused on getting many independent computers to coordinate reliably. It's the same field that makes the internet work, ensuring that data find its way across the globe and that websites stay online even when individual servers fail. Blockchains use these techniques to ensure thousands of machines around the world stay synchronized without any central coordinator. If one computer goes offline or tries to cheat, the others keep running with the correct information. You don't have to trust any single party because the system is designed to function even when individual participants fail or act maliciously.

Blockchains allow for direct transactions

When trading through a brokerage, your request passes through multiple intermediaries. Each one maintains their own records, charges their own fees, and operates on their own timeline. You wait for these separate systems to coordinate and settle.

On a blockchain, the process is direct. You sign the transaction with your private key, proving you authorized it. This is cryptography at work. Digital signatures, similar to passwords, allow you to prove ownership and authorize transactions without revealing secret information. It's like a signature that cannot be forged or copied. No one can move your assets without your private key, and any attempt to forge a signature is detected by the network.

Your transaction gets broadcast to the network and waits in a queue with other pending transactions. Every node independently verifies that your signature is valid and that you actually own what you're trying to send. Cryptography makes this verification instant and definitive. A fraudulent transaction is mathematically invalid. As a result, it will be rejected by the entire network.

This is where game theory enters the picture. The math doesn't just happen. Someone needs to do it. And they need to do it correctly.

Blockchain networks solve this with economic reward systems that make honest, correct computation the rational choice. They have built-in incentive structures that channel self-interest into maintaining an accurate ledger and rooting out fraudulent transactions.

The people, or more accurately computer systems, that do this computation are called validators. To become validators, they have to put up a significant "stake," or real assets locked in the network. If they process transactions correctly, they earn rewards. If they try to cheat, they risk losing their stake. The networks are designed to make the potential loss outweigh the potential gain from dishonesty.

Other computers verify everything follows the protocol. The block gets added to the chain, and your transaction is now permanent and visible to anyone. The entire process typically takes seconds to minutes depending on the network. No intermediaries. No reconciliation between separate ledgers. No waiting for business hours.

Blockchains are called blockchains for a reason

In traditional finance, transactions are processed through layers of intermediaries. Each institution maintains its own ledger, and those ledgers must be reconciled with each other. This is why moving money between banks takes days and moving stocks between brokerages can take over a week.

Blockchains take a different approach. Transactions are grouped into batches called blocks. Think of it like a shipping container: instead of sending packages individually, you load many packages into one container and ship them together. It's more efficient.

Each block is cryptographically linked to the one before it, forming a chain. This, again, is cryptography at work. Cryptographic hash functions create a unique fingerprint of each block's contents, and that fingerprint is included in the next block. Change anything in an old block, and every fingerprint after it breaks. Any attempt to alter history becomes immediately obvious to every computer on the network. Unlike private ledgers that can be edited behind closed doors, the blockchain's history is permanent, tamper-evident, and auditable by anyone.

Conclusion

This architecture is why blockchains can operate without banks or clearinghouses. Cryptography secures ownership, links the chain together, and makes cheating mathematically detectable. Distributed systems keep thousands of computers in sync. Game theory aligns incentives so that honesty is the most profitable strategy. Together, these fields replace institutional trust with mathematical verification.

The internet gave us open protocols for information. Blockchains give us open protocols for value. When you hold assets on a blockchain, you're not relying on a single company's private ledger. You're relying on a global network running transparent, verifiable software. By creating a shared public ledger instead of fragmented private ones, blockchains offer something traditional finance cannot: a system where trust is built into the infrastructure itself.


Reviewed by Benedict Brady

FAQs