Resources
This page provides a collection of resources on Ouroboros Leios, including technical papers, presentations, and videos.
Technical documentation
Leios CPS
Summary:
- Cardano’s mainnet periodically faces congestion, with block utilization exceeding 90%, delaying transactions and impacting user experience, especially for use cases like airdrops, DEXes, oracles, and DApps. As new applications and bridges (eg, Cardano-Midnight, Cardano-Bitcoin) increase demand, current throughput (~12 TPS max) lags far behind competitors like Solana (7229 TPS). In Ouroboros Praos, security constraints (eg, 5-second block relay within a 20-second slot) limit block size and script execution, underutilizing network resources. This CPS calls for research into scaling solutions like Ouroboros Leios to boost transaction volume, size, and execution units, while ensuring predictable processing times for time-sensitive applications. Goals include defining stakeholder needs, safely increasing limits, and leveraging underused resources — all without compromising security or raising node costs. Historical data shows frequent near-full blocks and Plutus execution bottlenecks, underscoring the urgency as Cardano aims for nation-state-scale usage by 2030.
Leios CIP
- Leios CIP (CIP-0079) — Cardano Improvement Proposal by Duncan Coutts, November 2022.
Summary
CIP-0079 introduces Ouroboros Leios as a long-term solution to raise Cardano throughput beyond the limits of Ouroboros Praos. The CIP explains the rationale and provides a high-level protocol design.
Leios research paper
- High-Throughput Blockchain Consensus under Realistic Network Assumptions (May 31, 2024) — Sandro Coretti, Matthias Fitzi, Aggelos Kiayias, Giorgos Panagiotakos, and Alexander Russell.
Summary
The paper presents Leios, a protocol overlay that transforms low-throughput PoW or PoS systems into high-throughput chains, achieving near-optimal throughput of (1 − δ) σ_H (where σ_H is the honest-stake fraction and δ > 0). Leios addresses adversarial tactics such as message bursts and equivocations via:
- Concurrent input-block (IB) generation
- Endorser blocks (EBs) with data-availability proofs
- A seven-stage pipeline for uninterrupted processing
- Freshest-first diffusion with VRF-based timestamps
- Equivocation proofs to cap malicious spam.
Applied to Ouroboros, Leios yields a scalable, secure layer-1 for Cardano while maintaining settlement guarantees and supporting dynamic participation.
Videos
-
Scaling Cardano with Leios – Professor Aggelos Kiayias, IO's chief scientist, explains Leios in the context of scaling Cardano
-
Understanding Leios – Giorgos Panagiotakos, one of the paper's co-authors, provides a detailed explanation of the Leios protocol
-
Monthly Leios meetings:
Presentations
-
Leios overview slides – the presentation by Sandro Coretti-Drayton providing insights into Leios.
-
Monthly Leios presentations:
Tools and simulations
- Throughput simulation – an interactive simulation demonstrating Leios' throughput capabilities.
Development resources
-
GitHub repository – the official Leios implementation repository
-
Cost estimator – the tool for estimating resource costs in Leios.