How Crypto Works

Follow a transaction from wallet instruction to finality, then explore the cryptography and consensus systems that keep distributed ledgers coherent.

Last updated: July 20265 Articles2 h 12 min read
Tokens moving through stages of transaction confirmationStart here
01.07.26Medium26 min

How Crypto Transactions Get Confirmed: From Send to Final

A crypto transaction is confirmed when it is included in a valid block on the chain a node currently considers canonical. One Bitcoin confirmation means inclusion in one block; further blocks add depth and reduce reorganisation risk. Ethereum also exposes explicit safe and finalised states.

Person exploring digital assets and crypto infrastructurePart 2
01.07.26Medium27 min

How Does Crypto Actually Work? Keys, Consensus, and Transactions

Cryptocurrency works by combining cryptographic authorisation with a replicated ledger. A wallet builds an exact transaction and a private key, smart-account policy or signing quorum authorises it. Independent nodes check the transaction, block producers order valid transactions, and consensus rules select a canonical history.

Key holder approaching a secure digital vaultPart 3
01.07.26Medium25 min

Private Keys vs Public Keys Explained

A private key is secret signing material that can authorise actions under a blockchain account or spending policy. A public key is mathematically derived from it and lets the network verify signatures without learning the secret. A wallet address is a network-specific identifier derived from a key, script, contract or program rule.

Two hands reaching agreement to represent blockchain consensusPart 4
01.07.26Medium25 min

Proof of Work vs Proof of Stake: How Blockchains Reach Consensus

Proof of work and proof of stake are mainly Sybil-resistance and block-proposer mechanisms inside larger consensus systems. Bitcoin links block production to computational work and selects the valid chain with the most accumulated work. Ethereum links proposal and voting weight to bonded ETH, uses LMD-GHOST fork choice and finalises checkpoints with Casper FFG.

Distributed key shares representing threshold cryptographyPart 5
01.07.26Medium29 min

Threshold Cryptography and MPC From First Principles

Threshold cryptography distributes a cryptographic operation across several parties so no single party can act alone. In a t-of-n threshold signature, any authorised set of at least t participants can jointly produce one ordinary signature under one group public key, while fewer than t should not recover the signing key.

What is...

See more

FAQ

Where should I start with How Crypto Works?

How Crypto Transactions Get Confirmed: From Send to Final. Start with the first guide. It introduces the vocabulary used by every later guide in this learning path.

Do I need to read every guide in this path?

No. Follow the sequence for a structured introduction, or open the guide that answers your current question and return to earlier material when a concept is unfamiliar.

What should I read after finishing this path?

Continue with one of the related clusters below. Each path approaches the same systems from a different angle.

How should I use the How Crypto Works learning cluster?

Follow a transaction from wallet instruction to finality, then explore the cryptography and consensus systems that keep distributed ledgers coherent. Keep the glossary open alongside the articles and use each knowledge check to identify concepts worth revisiting.

Where do the biggest risks appear in How Crypto Works?

Keys, signing, consensus, and the cryptography behind distributed key management. The guides separate protocol behaviour from the operational, market, custody, and human risks that surround it.