# Blockchain Technology

Canonical URL: https://shipslides.com/d/technology-blockchain
Raw viewer URL: https://content.shipslides.com/d/technology-blockchain/raw
Category: Technology
Slides: 16
Updated: 2026-05-17T20:51:07.456Z
Tags: technology, blockchain

## Summary

From Bitcoin's genesis block to decentralized finance, smart contracts, and beyond -- the technology promising to reshape trust, ownership, and coordination in the digital age. Key sections include: Blockchain Technology; What Is a Blockchain?; The Bitcoin Genesis; Historical Timeline; Consensus Mechanisms; Ethereum and Smart Contracts; DeFi: Decentralized Finance; NFTs and Digital Ownership; Stablecoins; Layer 2 Scaling Solutions.

## Slide Outline

1. Blockchain Technology
2. What Is a Blockchain?
3. The Bitcoin Genesis
4. Historical Timeline
5. Consensus Mechanisms
6. Ethereum and Smart Contracts
7. DeFi: Decentralized Finance
8. NFTs and Digital Ownership
9. Stablecoins
10. Layer 2 Scaling Solutions
11. Enterprise Blockchain
12. Regulation and Legal Landscape
13. Criticisms and Challenges
14. The Future of Blockchain
15. Key Takeaways

## Slide Transcript

### Slide 1: Blockchain Technology

- Technology &bull; Blockchain
- From Bitcoin's genesis block to decentralized finance, smart contracts, and beyond -- the technology promising to reshape trust, ownership, and coordination in the digital age.
- CryptocurrencyDeFiSmart ContractsWeb3Consensus

### Slide 2: What Is a Blockchain?

- A blockchain is a distributed, immutable ledger that records transactions across many computers so that no single record can be altered retroactively without altering all subsequent blocks.
- Core Properties
- Distributed: No central authority. Copies on thousands of nodes.
- Immutable: Once written, cannot be changed without consensus of majority.
- Transparent: All transactions publicly verifiable (on public chains).
- Trustless: No need to trust any single party -- trust the protocol.
- Permissionless: Anyone can participate (public chains).
- Block Structure
- Each block contains: Block header (hash of previous block, timestamp, nonce, Merkle root), list of transactions, block hash. Blocks linked cryptographically -- changing one invalidates all subsequent blocks.
- "The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value."-- Don & Alex Tapscott, "Blockchain Revolution" (2016)

### Slide 3: The Bitcoin Genesis

- Origins
- Oct 31, 2008: Satoshi Nakamoto publishes "Bitcoin: A Peer-to-Peer Electronic Cash System" to cypherpunk mailing list. 9-page whitepaper solving the double-spending problem without a trusted third party.
- Jan 3, 2009: Genesis block mined. Embedded message: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks." Political statement in code.
- Satoshi's identity: Unknown to this day. Holds ~1.1M BTC (mined early blocks). Never moved. Stopped posting April 2011. Leading theories: individual, group, or collective pseudonym.
- Key Innovations
- Proof of Work: Miners compete to solve cryptographic puzzle (SHA-256). Winner adds block, receives reward. Makes attacking network prohibitively expensive.
- 21 million cap: Fixed supply creates digital scarcity. Halving every 210,000 blocks (~4 years). Last Bitcoin mined ~2140.
- UTXO model: Unspent Transaction Output. No accounts -- just unspent outputs that can be spent as inputs to new transactions.
- "Bitcoin is a remarkable cryptographic achievement. The ability to create something not duplicable in the digital world has enormous value."-- Eric Schmidt, former Google CEO, 2014

### Slide 4: Historical Timeline

- 1991
- Haber & Stornetta propose cryptographically secured chain of blocks (timestamping)
- 2008
- Satoshi publishes Bitcoin whitepaper
- 2009
- Bitcoin network goes live. First transaction: Satoshi to Hal Finney (10 BTC)
- 2010
- First real-world purchase: 10,000 BTC for two pizzas ($41 at the time; worth $600M+ today)
- 2013
- Vitalik Buterin publishes Ethereum whitepaper proposing smart contracts
- 2015
- Ethereum mainnet launches. Programmable blockchain era begins.
- 2017
- ICO boom: $5.6B raised. CryptoKitties congests Ethereum. Bitcoin reaches $20K.
- 2020
- DeFi Summer: TVL grows from $1B to $15B. Yield farming, AMMs, flash loans.
- 2021
- NFT explosion. Bitcoin $69K ATH. El Salvador adopts BTC as legal tender.
- 2022
- Terra/Luna collapse ($40B). FTX fraud/bankruptcy ($8B). Ethereum Merge (PoS).
- 2024
- Bitcoin ETFs approved (BlackRock, Fidelity). $50B+ inflows. Bitcoin $100K+.
- 2025
- Institutional adoption accelerates. Stablecoins surpass $200B. L2s scale Ethereum.

### Slide 5: Consensus Mechanisms

- Proof of Work (PoW)
- Miners solve cryptographic puzzles. Energy-intensive but battle-tested. Bitcoin: ~150 TWh/year (comparable to Argentina). Security proportional to hash rate. 51% attack cost: ~$10B/hour for Bitcoin.
- Proof of Stake (PoS)
- Validators lock up tokens as collateral. Selected to propose blocks proportional to stake. 99.95% less energy than PoW. Ethereum switched Sep 2022 (The Merge). Risk: wealth concentration.
- Delegated PoS (DPoS)
- Token holders vote for delegates who validate. Faster consensus (seconds). Used by EOS, Solana (modified), Tron. Trade-off: fewer validators = less decentralization.
- Proof of Authority
- Known, trusted validators. Fastest consensus. Used in private/consortium chains. Fully centralized trust model. VeChain, private Ethereum networks.
- Byzantine Fault Tolerance
- PBFT, Tendermint. Instant finality (no probabilistic confirmation). Used by Cosmos, Hyperledger. Handles up to 1/3 malicious nodes. Limited validator set.
- The Trilemma
- Blockchain trilemma (Vitalik): Can only optimize 2 of 3: decentralization, security, scalability. Bitcoin: secure + decentralized (slow). Solana: fast + secure (less decentralized).

### Slide 6: Ethereum and Smart Contracts

- Vitalik Buterin (19 years old, 2013) proposed Ethereum as a "world computer" -- a blockchain that could execute arbitrary programs, not just transfer value.
- Smart Contracts
- Definition: Self-executing programs stored on blockchain. When conditions are met, code executes automatically. "Code is law." No intermediary needed. Written in Solidity (Ethereum) or Rust (Solana).
- EVM: Ethereum Virtual Machine. Turing-complete computation engine. Every node executes every transaction. Gas fees prevent infinite loops and spam.
- The DAO hack (2016): $60M drained via reentrancy bug. Led to controversial hard fork splitting Ethereum (ETH) and Ethereum Classic (ETC). Demonstrated "code is law" vs. community consensus tension.
- Ethereum Evolution
- 2015
- Frontier launch. Basic PoW chain.
- 2020
- Beacon Chain (PoS parallel chain). DeFi Summer.
- 2022
- The Merge: PoW to PoS. Energy reduction 99.95%. Issuance reduction 90%.
- 2023
- Shanghai upgrade: staking withdrawals enabled. Dencun: proto-danksharding (EIP-4844) reduces L2 costs 10-100x.
- 2024-25
- Layer 2 ecosystem matures. Rollups process majority of transactions. Ethereum as settlement layer.

### Slide 7: DeFi: Decentralized Finance

- DeFi recreates traditional financial services (lending, trading, insurance) using smart contracts instead of intermediaries. Total Value Locked peaked at $180B (2021).
- Key Protocols
- Uniswap: Automated Market Maker (AMM). Liquidity pools replace order books. Constant product formula (x*y=k). $1.5T+ cumulative volume. Democratized market-making.
- Aave: Lending/borrowing protocol. Deposit assets to earn yield, borrow against collateral. Flash loans: uncollateralized loans within single transaction. $10B+ TVL.
- MakerDAO: Decentralized stablecoin (DAI). Overcollateralized by crypto assets. Maintains $1 peg through liquidation mechanisms. $8B+ DAI in circulation.
- Innovations
- Yield farming: Providing liquidity for token rewards. APYs 10-1000%+ (unsustainable).
- Liquid staking: Lido, Rocket Pool. Stake ETH while retaining liquidity via derivative tokens (stETH).
- Real-world assets (RWA): Tokenized treasuries, real estate. $5B+ on-chain (2024).
- Cross-chain bridges: Move assets between blockchains. Major attack vector ($2B+ stolen from bridges 2021-2022).
- "DeFi is to traditional finance what email was to the postal service -- same function, radically different infrastructure."-- Andre Cronje, DeFi developer

### Slide 8: NFTs and Digital Ownership

- What Are NFTs?
- Non-Fungible Tokens: Unique digital assets on blockchain (ERC-721/1155 standard). Prove ownership of digital (or physical) items. Art, music, gaming items, domain names, event tickets.
- The Boom and Bust
- 2021 peak: $17.7B in trading volume
- Beeple's "Everydays": $69.3M (Christie's, March 2021)
- Bored Ape Yacht Club: floor price peaked at 150 ETH ($430K)
- 2023 crash: 90%+ decline in trading volume
- Most "PFP" collections lost 90-99% of value
- Beyond Speculation
- Gaming: In-game assets as NFTs players truly own. Axie Infinity reached 2.7M daily users (2021). Play-to-earn model. Interoperability between games (theoretical).
- Music: Artists sell directly to fans. Royal, Sound.xyz enable fractional music ownership. Royalty streaming via smart contracts.
- Real-world utility: Event tickets (no scalping), supply chain provenance, academic credentials, identity documents, real estate deeds.
- "NFTs are not about JPEGs. They are about provable digital ownership -- a primitive that never existed before."-- Chris Dixon, a16z crypto partner

### Slide 9: Stablecoins

- Cryptocurrencies designed to maintain a stable value (usually $1 USD). Bridge between crypto volatility and real-world pricing. Market cap: $160B+ (2024).
- Types
- Fiat-backed (centralized): USDT (Tether, $95B), USDC (Circle, $33B). 1:1 backed by reserves (cash, treasuries). Require trust in issuer. Dominant by market cap.
- Crypto-collateralized: DAI (MakerDAO). Overcollateralized (150%+) by crypto. Decentralized but capital-inefficient. $5B+ supply.
- Algorithmic: Maintain peg via supply/demand algorithms without full collateral. Terra/UST collapsed May 2022 ($40B wiped out in days -- "death spiral"). Largely discredited approach.
- Significance
- Settlement: $10T+ transferred on-chain annually (surpassing Visa for select metrics)
- Remittances: Cheaper, faster cross-border transfers ($200B+ market)
- DeFi backbone: Primary medium of exchange in decentralized finance
- Dollarization: Provides USD access in countries with capital controls (Argentina, Nigeria, Turkey)
- Regulatory Response
- EU MiCA regulation (2024): requires 1:1 reserves, bank-grade standards. US stablecoin legislation progressing. Concern: systemic risk if major stablecoin depegs.

### Slide 10: Layer 2 Scaling Solutions

- Layer 1 blockchains face scalability limits. Ethereum processes ~15 TPS. Layer 2 solutions execute transactions off-chain while inheriting L1 security.
- Rollups
- Optimistic Rollups: Assume transactions valid, allow fraud proofs within challenge period (7 days). Arbitrum ($10B+ TVL), Optimism, Base (Coinbase). Simpler but slower finality.
- ZK Rollups: Generate cryptographic validity proofs (zero-knowledge proofs). Instant finality once proof verified on L1. zkSync, StarkNet, Polygon zkEVM. More complex but faster settlement.
- Other Scaling Approaches
- State channels: Bitcoin Lightning Network. Off-chain bilateral channels. Instant, near-free payments. Limited to payment-like use cases.
- Sidechains: Separate chains with own consensus bridged to main chain. Polygon PoS. Trade security for speed.
- Sharding: Splitting blockchain into parallel chains. Ethereum's long-term plan (danksharding). Complexity of cross-shard communication.
- Modular blockchains: Separate execution, settlement, data availability, consensus layers. Celestia (DA layer), EigenDA. "Lego block" architecture.
- Scale achieved: L2s now process 10-50x more transactions than Ethereum L1. Combined: 100+ TPS with costs under $0.01. Approaching "internet-scale" for many use cases.

### Slide 11: Enterprise Blockchain

- Use Cases
- Supply chain: Walmart requires produce suppliers to use IBM Food Trust blockchain. Traces food from farm to shelf in 2.2 seconds (vs. 7 days previously). De Beers tracks diamonds.
- Trade finance: Marco Polo, Contour. Reduce letter of credit processing from 5-10 days to 24 hours. $9T trade finance market being digitized.
- Healthcare: Secure patient data sharing. Drug supply chain verification. Clinical trial data integrity. Estonia's nationwide health records on blockchain since 2012.
- Enterprise Platforms
- Hyperledger Fabric: Linux Foundation. Permissioned. Modular architecture. Used by 400+ organizations.
- R3 Corda: Designed for financial services. Privacy-first. Used by major banks for settlements.
- Quorum/ConsenSys: Enterprise Ethereum. JPMorgan's internal blockchain. Private transactions on Ethereum-compatible chain.
- Adoption Reality
- Gartner (2023): Blockchain has passed the "trough of disillusionment" for enterprise. Real deployments generating value. But many 2017-era pilots were abandoned. Success requires clear ROI over traditional databases.

### Slide 12: Regulation and Legal Landscape

- By Region
- US: SEC vs. crypto (securities law enforcement). Ripple case (2023): landmark ruling that secondary market sales not securities. Bitcoin ETF approved Jan 2024. Regulatory uncertainty driving innovation offshore.
- EU: Markets in Crypto-Assets (MiCA) regulation (2024). Comprehensive framework. Licensing for exchanges, stablecoin rules, consumer protections. First major jurisdiction with clear rules.
- Other: Singapore (licensing framework), Japan (recognized crypto 2017), China (banned mining/trading 2021), UAE/Dubai (crypto hub strategy), El Salvador (Bitcoin legal tender 2021).
- Key Legal Questions
- Is a token a security or commodity? (Howey Test)
- How to tax DeFi (staking rewards, LP positions, governance tokens)?
- Who is liable in a decentralized protocol?
- Can smart contracts constitute legal agreements?
- How to enforce AML/KYC in permissionless systems?
- DAO legal structures (Wyoming DAO LLC, 2021)
- "Regulation shouldn't stifle innovation, but the absence of regulation shouldn't enable fraud."-- Gary Gensler, SEC Chair, 2023

### Slide 13: Criticisms and Challenges

- Technical Challenges
- Scalability: Base layers still limited (Bitcoin: 7 TPS, Ethereum: 15 TPS). L2s help but add complexity.
- Energy consumption: Bitcoin PoW uses ~150 TWh/year. Counter: PoS 99.95% less. Bitcoin increasingly uses renewables (58%, 2023).
- Immutability as bug: Can't fix errors or reverse theft. "Code is law" fails when code has bugs.
- UX: Seed phrases, gas fees, wallet management. "Mom test" still failed.
- Systemic Concerns
- Speculation: Most crypto activity is speculative trading, not utility. Meme coins (Dogecoin: $20B market cap) blur line between finance and gambling.
- Scams and fraud: $14B lost to crypto crime (2021). Rug pulls, Ponzi schemes, exchange fraud (FTX: $8B). Regulatory gaps exploited.
- Decentralization theater: Many "decentralized" projects have concentrated token ownership, governance power, or infrastructure dependencies. True decentralization is a spectrum, not binary.
- "Blockchain is a solution looking for a problem -- except for the problems it actually solves well: censorship-resistant money and trustless coordination."-- Adapted from various skeptics and proponents

### Slide 14: The Future of Blockchain

- Emerging Trends
- Tokenization of real-world assets: BlackRock ($10T AUM) launched tokenized Treasury fund (BUIDL, 2024). Boston Consulting Group: $16T market by 2030. Stocks, bonds, real estate, commodities on-chain.
- CBDCs: 130+ countries exploring Central Bank Digital Currencies (95% of global GDP). China's digital yuan pilot: 260M wallets. Could coexist or compete with crypto stablecoins.
- DePIN: Decentralized Physical Infrastructure Networks. Helium (wireless), Filecoin (storage), Render (GPU compute). Token incentives bootstrap physical networks.
- Open Questions
- Will blockchains become invisible infrastructure (like TCP/IP) or remain a niche?
- Can decentralized governance scale to global coordination?
- Will CBDCs coopt or complement decentralized crypto?
- How will quantum computing affect blockchain security?
- Can blockchain help solve AI alignment (provenance, verification)?
- "Blockchain technology isn't just a more efficient way to settle securities. It will fundamentally change market structures, and maybe even the architecture of the Internet itself."-- Abigail Johnson, CEO of Fidelity Investments, 2017

### Slide 15: Key Takeaways

- What Blockchain Does Well
- Censorship-resistant value transfer
- Trustless coordination between parties
- Transparent, auditable systems
- Programmable money and assets
- Digital scarcity and ownership
- What It Struggles With
- Scalability at base layer
- User experience for mainstream
- Energy (PoW specifically)
- Regulatory clarity
- Separating signal from speculation
- Where It's Headed
- Institutional adoption accelerating
- Infrastructure maturing (L2s, bridges)
- Real-world asset tokenization
- Stablecoins as killer app
- Invisible blockchain (abstracted UX)

### Slide 16: Blockchain Technology

- End
- Trustless coordination, programmable value, and digital ownership -- reshaping the infrastructure of trust.
- 30 slides &bull; Technology &bull; 2024


## Related Decks

- [AI & Machine Learning](https://shipslides.com/d/technology-ai-and-ml)
- [Artificial Intelligence: From Turing to Transformers](https://shipslides.com/d/technology-artificial-intelligence)
- [Biotechnology](https://shipslides.com/d/technology-biotech)
- [Compilers](https://shipslides.com/d/technology-compilers)
