Skip to content

Blockchain and Cryptocurrencies

A blockchain is an append-only ledger replicated across thousands of nodes, where consensus rules determine which transactions are valid and in what order they appear. No single operator controls the ledger. Participants agree on its state by following a protocol that makes cheating economically irrational or cryptographically infeasible.

This category covers the major networks, the assets they carry, and the mechanisms that keep them running.

Topics

  • Cryptocurrency, the major networks and assets: Bitcoin, Ethereum, Monero, stablecoins, wrapped assets, and staking
    • Bitcoin, the original proof-of-work blockchain: UTXO model, SHA-256 mining, the halving, Lightning Network, and Taproot
    • Ethereum, the programmable blockchain: EVM, smart contracts, proof-of-stake, ERC standards, and the rollup ecosystem
    • Monero, the privacy-first coin: ring signatures, stealth addresses, RingCT, and ASIC-resistant mining
    • Tether and Stablecoins, fiat-pegged tokens: USDT, USDC, DAI, how reserves work, and where they break
    • Wrapped Currencies, tokenized cross-chain representations: WBTC, wETH, bridges, and bridge exploits
    • Staking, locking tokens to participate in proof-of-stake: validators, slashing, liquid staking, and yield
  • Consensus Mechanisms, how blockchains agree: proof-of-work, proof-of-stake, and the alternatives

How the topics connect

Bitcoin and Ethereum represent the two dominant architectures: UTXO model versus account model, proof-of-work versus proof-of-stake. Monero extends Bitcoin’s UTXO model with cryptographic privacy. Stablecoins like Tether run on top of Ethereum and other chains as ERC-20 tokens. Wrapped currencies let assets from one chain be used on another. Staking is the economic mechanism underlying proof-of-stake consensus. The consensus mechanisms section ties together how each network achieves agreement.