Documentation Index
Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Protocol Design Goals
In any decentralised system involving independent participants, its essential to provide:Reward systems
Reward systems
Reward systems incentivise participants to act honestly and cooperate, often using game-theoretic mechanisms.They also define penalties for negative behaviour.
Coordination mechanisms
Coordination mechanisms
Coordination mechanisms help independent participants agree on the state of the system.
Payment systems
Payment systems
Payment systems compensate participants for useful work and contributions.
Governance systems
Governance systems
Governance systems evolve protocol rules over time and support the growth and health of the network.
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” - and described the core design goals, architectural layers, and economic mechanisms that underpin the Livepeer Protocol. Livepeer Whitepaper
- 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
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 Implementation
The Livepeer Protocol is implemented by thego-livepeer codebase and deployed on Arbitrum One (with the token deployed on Ethereum L1).
- Core Protocol Functions
- Token & Payment Model
- Governance System
See the
Blockchain Contracts resource page for a deep dive on the technical details and architecture of the Livepeer Protocol Contracts.