In this podcast, Cardano founder Charles Hoskinson argues that crypto's real purpose is providing financial services to the 3 billion unbanked, not speculation. He believes Cardano's academic, peer-reviewed development is safer than Ethereum's 'move fast and break things' approach. Key holdings: Cardano (ADA, bullish on its layered design to avoid congestion), Ethereum (ETH, cautious, citing its single-layer architecture prone to clogging), and Bitcoin (BTC, seen as too expensive and slow for the poor).
Charles Hoskinson discussed the technical visions of Cardano and Ethereum on the Lex Fridman podcast, emphasizing that cryptocurrency is not merely a speculative tool but a technology for resisting oppression and granting freedom. The core argument is that blockchain should serve the global unbanked
Following your instructions, here is the analysis and interpretation of the chapter "#192 – Charles Hoskinson: Cardano".
Charles Hoskinson is the founder of Cardano, co-founder of Ethereum, mathematician, and farmer. In this podcast, he delves into Cardano's technical philosophy, development methodology, and fundamental disagreements with Ethereum. The most significant judgment of the entire episode: Charles Hoskinson believes the long-term value of cryptocurrency lies not in speculation, but in providing financial infrastructure for the 3 billion unbanked people globally, and that Cardano, through its "peer-reviewed" academic development path, is a superior solution for achieving this goal.
Charles Hoskinson argues that the core value of cryptocurrency is to solve real-world financial inequality, not to serve as a speculative tool. He repeatedly emphasizes that approximately 3 billion people globally lack access to basic banking services, living in regions plagued by corruption, high inflation, or a lack of trust systems. In his view, while Bitcoin and Ethereum pioneered the space, their high transaction fees and limited scalability prevent them from serving these most needy populations.
Charles Hoskinson emphasizes that Cardano's development method is fundamentally different from other blockchain projects (especially Ethereum), employing a "peer-reviewed" academic research-driven model. He believes cryptocurrency is a "social operating system" where errors in the underlying protocol can have catastrophic consequences, thus requiring rigorous mathematical verification and academic scrutiny.
Charles Hoskinson clearly articulates the fundamental divergence in technical vision between Cardano and Ethereum: Ethereum aims to be a "world computer," while Cardano positions itself as a "global financial operating system." As a co-founder of Ethereum, his perspective carries unique historical weight.
Charles Hoskinson believes Cardano's ultimate goal is to become a fully decentralized, self-sustaining "digital nation," with its governance mechanism (the Voltaire era) being the key to achieving this. He criticizes many projects that stall or split after the founding team leaves.
| Position | Guest's Stance | Key Data |
|---|---|---|
| Cardano (ADA) | Bullish (Founder's Stance) | Uses layered architecture (CSL + CCL); Implements Proof-of-Stake via Ouroboros consensus; Plans on-chain governance through the Voltaire era. |
| Ethereum (ETH) | Risk Warning (Comparison Target) | Single-layer architecture leads to congestion and high Gas fees; Development model is "ship first, patch later"; Roadmap considered insufficiently rigorous by Hoskinson. |
| Bitcoin (BTC) | Neutral (Pioneer but Limited) | High transaction fees, poor scalability, unable to serve the unbanked population. |
1. The ultimate goal of cryptocurrency is financial inclusion, not speculation. (Charles Hoskinson) —— The 3 billion unbanked globally are the core target users; Cardano's projects in Mongolia and Ethiopia are the practical application of this theory.
2. Cardano adopts an "academic, peer-reviewed" development model, fundamentally opposing Ethereum's "rapid iteration" model. (Charles Hoskinson) —— He believes protocol security is the highest priority; it's better to be slow and mathematically verified than to accumulate technical debt from "shipping first and patching later."
3. Cardano's layered architecture (separating settlement and computation layers) is key to solving the blockchain "trilemma." (Charles Hoskinson) —— This design allows the core ledger to remain secure and efficient while providing flexibility for smart contracts, avoiding the congestion issues caused by Ethereum's single-layer architecture.
4. The Treasury system of the Voltaire era is key to achieving long-term project sustainability. (Charles Hoskinson) —— Through automatic funding from transaction fees and community voting for allocation, Cardano aims to become a "digital nation" independent of its founding team.
5. The metric for blockchain success should shift from "token price" to "number of active users" and "on-chain economic activity." (Charles Hoskinson) —— This is a direct challenge to the current market's speculation-driven values and the cornerstone of Cardano's long-term value proposition.
6. "We think before we go" vs. "We think as we go." (Charles Hoskinson) —— He uses this phrase to succinctly summarize the core philosophical difference between Cardano and Ethereum: the former emphasizes rigor and security, while the latter emphasizes speed and innovation.
Hoskinson's answer to "what programming language is the simulated universe written in" reveals his profound understanding of the limitations of formal systems. He references Microsoft Research's Autodidactic Universe paper (April 2021), proposing that the universe might be a self-learning system, analogous to Gödel's incompleteness theorems—a system cannot fully understand itself from within.
Key Arguments:
Hoskinson reveals a collaboration with Stephen Wolfram to develop an NFT marketplace, selling Wolfram's "universe" rules. Rule 30 is a classic example—a simple rule producing unpredictable complexity.
Data Comparison:
| Rule | Characteristic | Predictability |
|---|---|---|
| Rule 30 | Chaotic behavior | Middle column unpredictable |
| Rule 110 | Turing complete | Known to simulate universal computation |
| Rule 90 | Fractal pattern | Completely predictable |
Hoskinson's insight: Simple rules can generate complex systems, but cannot guarantee predictability—this is the core challenge of blockchain governance.
Hoskinson identifies Bertrand Russell and Saul Kripke as key intellectual influences, emphasizing their efforts to improve the precision of language.
Core Connections:
Hoskinson mentions Lojban (based on Loglan), a spoken language equivalent to first-order predicate calculus. This reflects the blockchain community's pursuit of deterministic expression.
Practical Applications:
Hoskinson distinguishes between system components that "cannot fail" and those that "can fail":
| Component Type | Example | Formal Method Application |
|---|---|---|
| High Assurance | Consensus protocol, asset issuance | Model checking, theorem proving |
| Low Assurance | User interface, logging | Property testing, fuzz testing |
Key Data:
Hoskinson recommends Scala 3 as a career development language due to its balance between Java compatibility and functional programming.
Language Ecosystem Comparison:
| Language | Advantages | Disadvantages | Use Cases |
|---|---|---|---|
| Python/JavaScript | Easy to learn, rich libraries | Limited performance, weak type safety | Rapid prototyping, data science |
| Haskell | High correctness, concise code | Steep learning curve, poor Windows support | Protocol implementation, formal verification |
| Rust | Excellent performance, memory safety | Long compile times, young ecosystem | Systems programming, blockchain nodes |
| Scala 3 | Multi-paradigm, JVM ecosystem | Slow compilation, community fragmentation | Microservices, data engineering |
Hoskinson uses the "cash register" analogy for UTXO and the "bank account" analogy for Ethereum's account model.
Core Differences:
| Feature | UTXO | Account Model | EUTXO |
|---|---|---|---|
| State Management | Local (each UTXO independent) | Global (account balance) | Local + Data Attachment |
| Parallelism | Naturally parallel | Sequential execution | High parallelism |
| Determinism | Yes | No (affected by global state) | Yes |
| Smart Contracts | Limited (Bitcoin Script) | Rich (EVM) | Rich (Plutus) |
Practical Advantages:
Plutus is a Domain-Specific Language (DSL) built on Haskell, focused on the correctness of small to medium-sized programs.
Design Principles:
1. Deterministic Resource Consumption: Local test fees = on-chain fees
2. On-chain/Off-chain Separation: Complex logic off-chain, only critical validation on-chain
3. Template Haskell: Seamless integration with the Haskell ecosystem
Hello World Example (CryptoKitties Style):
Hoskinson proposes that future consensus mechanisms should integrate multiple resources:
| Resource Type | Representative Protocol | Advantages | Disadvantages |
|---|---|---|---|
| Computation (PoW) | Bitcoin | Sybil resistance, trustless | Energy consumption, centralization |
| Stake (PoS) | Cardano | Energy efficient, decentralized | Rich get richer, nothing at stake |
| Storage (PoSt) | Filecoin | Data persistence | High bandwidth requirements |
| Network (PoN) | Immature | Incentivizes node operation | Latency sensitive |
Historical Cases:
Cardano's consensus protocol has undergone rigorous academic iteration:
| Version | Paper | Problem Solved | Limitation |
|---|---|---|---|
| GKL 15 | EuroCrypt 2015 | Blockchain security model | Theoretical analysis only |
| Ouroboros Classic | Crypto 2017 | Feasibility of synchronous PoS | Nodes must be online |
| Ouroboros Praos | EuroCrypt 2018 | Semi-synchronous, dynamic availability | No bootstrapping mechanism |
| Ouroboros Genesis | CCS 2019 | Trustless bootstrapping | High complexity |
| Ouroboros Chronos | 2020 | Internal time synchronization | Non-essential optimization |
Key Breakthroughs:
Hydra is Cardano's Layer 2 solution, more general-purpose than the Lightning Network.
Feature Comparison:
| Feature | Lightning Network | Hydra |
|---|---|---|
| Supported Type | Payments | Payments + Smart Contracts |
| State Management | Simple (balance) | Complex (arbitrary state) |
| Multi-Channel | Routing network | Composite heads (multi-channel) |
| Fault Recovery | Penalty mechanism | Asynchronous recovery protocol |
Technical Roadmap:
1. Single Head: Current implementation, supports a single channel
2. Multi-Head: Channel composition, routing protocol
3. Asynchronous: Fault recovery mode
Hoskinson proposes achieving cross-chain interoperability through Layer 2:
Real-World Challenges:
Cardano's treasury system has accumulated over $1 billion USD in ADA, managed by the community through the Catalyst program.
Participation Metrics:
| Phase | Function | Timeline |
|---|---|---|
| 1 | Treasury fund allocation | 2021 |
| 2 | System parameter voting (K, fees, etc.) | 2022 |
| 3 | Hard fork decisions | 2023+ |
| 4 | Constitution drafting | 2024+ |
Key Design Elements:
Cardano has deployed the Atala Prism digital identity system in Ethiopia, covering 5 million students.
Project Details:
Geopolitical Significance:
The Cardano team contributed to the drafting of 24 blockchain laws in Wyoming, including:
| Dimension | Cardano | Polkadot |
|---|---|---|
| Consensus | Ouroboros (original) | Derived from Ouroboros |
| Account Model | EUTXO | Account Model |
| Governance | On-chain voting (Catalyst) | Council + Referendum |
| Interoperability | Hydra + Sidechains | Parachains |
| Academic Foundation | 105+ papers | Fewer public papers |
Hoskinson identifies Bitcoin's core problems:
1. Evolutionary Inertia: Lack of a protocol upgrade mechanism
2. Energy Consumption: Inherent flaw of PoW
3. Programmability: Limitations of the UTXO model
4. Community Culture: Shifted from open to dogmatic
Data Comparison:
Hoskinson stays grounded through:
1. Learn How to Learn: Master rapid information processing skills
2. Prioritize Emotional Intelligence: IQ is no longer the sole criterion
3. Adopt a Giving Mindset: Cultivate volunteer habits early
4. Separate Career from Passion: Avoid burnout
| Milestone | Time | Status |
|---|---|---|
| Alonzo (Smart Contracts) | 2021 Q3 | Testing |
| Hydra (Layer 2) | 2022 | Development |
| Voltaire (Governance) | 2022-2023 | Planning |
| Multi-Resource Consensus | 2024+ | Research Phase |
Hoskinson's ultimate vision:
Key Metrics:
Summary: Hoskinson’s vision for Cardano extends beyond technical engineering into social engineering. By leveraging formal methods, academic rigor, and progressive governance, he aims to build a self-evolving financial operating system. Despite facing competition, regulatory hurdles, and technical challenges, Cardano’s differentiation lies in its science-first methodology and long-termist philosophy.