跳转到主要内容
The Protocol is the on-chain coordination, security and economic layer responsible for governing the network, securing the system, and incentivising desired behaviour from participants. It leverages unique cyrptoeconomic primitives to create the conditions for a secure, open marketplace enabling performant, verifiable media and AI compute workloads.

协议章节地图

The core mechanisms of the Livepeer protocol:
  • Staking
  • Delegation
  • Reward distribution
  • Inflation model
  • Slashing
  • Rounds
The Livepeer Token (LPT) utility and role in the protocol.
  • Purpose of LPT
  • Security model
  • Inflation mechanics
  • Not used for job payments (ETH is)
The governance model of the Livepeer protocol.
  • Purpose
  • LIPs (Livepeer Improvement Proposals)
  • Voting
  • Upgrade process
The role of the treasury in the Livepeer protocol.
  • Funding source
  • Inflation allocation
  • Grants / SPEs
  • Budget governance
The economics and reward model of the Livepeer protocol.
  • Inflation vs usage-based fees
  • Participation rate mechanics
  • Security assumptions
  • Incentive alignment
The technical architecture of the Livepeer protocol.
  • Architecture Diagrams
  • Smart contracts
  • On-chain components
  • How protocol interacts with network
/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg
/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg

协议设计 101

在任何涉及独立参与者的去中心化系统中,必须提供:
  • 奖励系统 包括
    • 激励 让参与者诚实行动并合作(通常基于博弈论)
    • 惩罚 用于惩罚负面行为
  • 协调机制 用于达成系统状态的一致
  • 支付系统 为补偿参与者的有用工作/贡献
  • 治理系统 为随时间演进协议规则并确保网络的增长与健康.
协议是提供这些机制的基础逻辑,以确保所期望的网络结果尽可能高效、可靠且公平地实现。在 Livepeer 的案例中,这意味着为一个强大、开放的基础设施网络创造条件,该网络提供一个成本效益高、性能优异且安全的视频流与 AI 管道的市场.
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 白皮书

Livepeer 的 原始白皮书(发布于 2017)深入探讨了 Livepeer 协议背后的基础系统设计和经济激励对齐。
The Livepeer Protocol defines how the various actors in a live streaming ecosystem participate in a secure and economically rational way …[incl] the economic incentives for encouraging participation in the network in a secure and game-theoretic manner.
白皮书概述了一个雄心勃勃的系统设计,旨在为完全去中心化的实时视频流网络提供 “世界上最开放的视频基础设施”.

核心设计目标

Livepeer 白皮书聚焦于3个核心设计目标:
  • 可持续且对齐的激励: 为运营商和代币持有者创建经济对齐,以维持服务质量、正常运行时间和安全性。
  • 无信任验证: 确保链下视频工作诚实高效地完成,无需可信中介。
  • 可组合治理: 通过代币治理实现 Livepeer 的开放参与和经济安全,用于协议升级和金库支出,基于链上代币治理——由 LPT 持有者驱动。

指导原则

去中心化:最小化对任何单一协调者的信任;基于质押的选择确保广泛参与。 经济对齐:协调者和委托者因诚实工作获得奖励,因不当行为受到惩罚;广播者仅为实际服务付费。 可扩展性与成本效率:Streamflow 和概率微支付可扩展至数百万流,而无需每个片段的链上调用;Arbitrum 减少费用开销。 模块化:协议将核心质押/治理与支付通道分离,支持未来升级而无需完全重写。 开放参与:任何人都可以成为协调器或代表,并通过 LIPs 提出改进建议,促进开放且不断演进的生态系统。

Livepeer 协议

_Livepeer 协议基于核心加密经济原语,提供 可验证的信任、协调和透明治理网络内行动的轨道,以实现最佳网络结果。 这些原语支撑着经济安全和博弈论合作框架,塑造理性参与网络主体的行为,以提供 成本效益高、性能优异的实时媒体流和 AI 计算工作负载 - 使得无许可、全球、 开放参与. 这些区块链原语也提供了基础的 全球支付系统 使网络能够无缝扩展到全球边界并创建一个按需、基于使用的市场. 此外,协议定义了治理模型,以随时间演进协议规则,确保网络的增长与健康,并动态响应市场机会。

参与者与角色

Livepeer 协议定义了3个主要参与者角色,具有不同的职责和激励:
RoleStake RequiredResponsibilitiesEarns

协议架构

该协议使用一组以太坊智能合约来在链上执行质押、绑定、削减和奖励规则,而网络节点处理实际的计算任务。 安全(链上)的分离执行(链下) 是使 Livepeer 能够在互联网规模上演进为模块化、可验证的计算基础设施的关键。 在 Livepeer 协议中,合约有 3 个核心功能:
  1. 核心协议功能
  2. 代币与支付模型
  3. 治理系统
它们提供动态通胀、稳健的绑定机制、透明的治理和财政流动,能够将经济激励与网络健康对齐——而不嵌入任何关于链下工作负载的假设。

See the Blockchain Contracts resource page for a deep dive on the technical details and architecture of the Livepeer Protocol Contracts.
下一节将描述协议合约提供的核心组件和机制,以及它们的运作方式。
Last modified on March 1, 2026