Skip to main content

Protocol Section Map

Protocol Design 101

In any decentralised system involving independent participants, its essential to provide:
  • Reward Systems including
    • Incentives for participants to act honestly and cooperate (often based on game theory)
    • Penalties for punishing negative behaviour
  • Coordination mechanisms for agreeing on the state of the system
  • Payment systems for compensating participants for their useful work / contributions
  • Governance systems for evolving the protocol rules over time and ensuring the growth & health of the network.
The protocol is the underlying logic that provides these mechanisms to ensure the desired network outcomes are achieved as efficiently, reliably and fairly as possible. In Livepeer’s case, this is enabling the conditions for a robust, open infrastructure network providing a marketplace for cost-effective, performant and secure video streaming & AI pipelines.
If you’re interested in learning more about game theory, mechanism design and token economics for building digital ecosystems, this module is a good primer.

Livepeer Whitepaper

Livepeer’s original whitepaper (published 2017) provides a deep dive into the foundational system design and economic incentives alignment behind the Livepeer protocol. The whitepaper outlined an ambitious system design for the fully decentralised live video streaming network - aiming to provide “the world’s open video infrastructure”.

Core Design Goals

The Livepeer Whitepaper centred on 3 core design goals:
  • Sustainable, Aligned Incentives: Create economic alignment for operators and token holders to maintain service quality, uptime, and security.
  • Trustless Verification: Guarantee off-chain video work was performed honestly and efficiently without a trusted middleman.
  • Composable Governance: Enable open participation and economic security of Livepeer via token governance for protocol upgrades and treasury spending via on-chain token governance-driven by LPT holders.

Guiding Principles

Decentralisation: minimise trust in any single orchestrator; selection based on stake ensures broad participation. Economic Alignment: orchestrators and delegators are rewarded for honest work and penalised for misconduct; broadcasters pay only for actual service. Scalability & Cost Efficiency: Streamflow and probabilistic micropayments scale to millions of streams without per‑segment on‑chain calls; Arbitrum reduces fee overhead. Modularity: the protocol separates core staking/governance from payment channels, enabling future upgrades without a complete rewrite. Open Participation: anyone can become an orchestrator or delegate and propose improvements via LIPs, fostering an open and evolving ecosystem.

Livepeer Protocol

The Livepeer protocol is based on core crypto-economic primitives that provide verifiable trust, coordination and transparent governance rails for actions taken within the network to achieve the optimal network outcome. These primitives underpin the economic security and game-theoretic cooperation frameworks that shape the behaviour of rational participating network actors to provide cost-effective, performant real-time media streaming and AI compute workloads - enabling permissionless, global, open participation. These blockchain primitives also provide the underlying global payment system which enables the network to scale frictionlessly across global borders and create an on-demand, usage-based marketplace. Additionally, the protocol defines the governance model for evolving the protocol rules over time, ensuring the growth & health of the network and dynamically responding to market opportunities.

Actors and Roles

The Livepeer protocol defines 3 main actor roles with distinct responsibilities and incentives:

Protocol Architecture

The protocol uses a collection of Ethereum smart contracts to enforce staking, bonding, slashing, and reward rules on-chain, while network nodes handle the actual compute jobs. This separation of security (on-chain) from execution (off-chain) is what enables Livepeer to evolve toward modular, verifiable compute infrastructure at internet scale. There are 3 core functions of contracts in the Livepeer Protocol:
  1. Core Protocol Functions
  2. Token & Payment Model
  3. Governance System
These provide the dynamic inflation, robust bonding mechanics, transparent governance, and treasury flows, that align economic incentives with network health - without embedding any assumptions about the off-chain workloads.

See the Blockchain Contracts resource page for a deep dive on the technical details and architecture of the Livepeer Protocol Contracts.
The next section describes the core components and mechanisms provided by the protocol contracts and how they operate.
Last modified on March 9, 2026