Skip to main content

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 incentivise participants to act honestly and cooperate, often using game-theoretic mechanisms.They also define penalties for negative behaviour.
Coordination mechanisms help independent participants agree on the state of the system.
Payment systems compensate participants for useful work and contributions.
Governance systems evolve protocol rules over time and support the growth and 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” - and described the core design goals, architectural layers, and economic mechanisms that underpin the Livepeer Protocol.

Livepeer Whitepaper

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

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 the go-livepeer codebase and deployed on Arbitrum One (with the token deployed on Ethereum L1).

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.
Last modified on May 27, 2026