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
协议设计 101
在任何涉及独立参与者的去中心化系统中,必须提供:- 奖励系统 包括
- 激励 让参与者诚实行动并合作(通常基于博弈论)
- 惩罚 用于惩罚负面行为
- 协调机制 用于达成系统状态的一致
- 支付系统 为补偿参与者的有用工作/贡献
- 治理系统 为随时间演进协议规则并确保网络的增长与健康.
Livepeer 白皮书
Livepeer 的 原始白皮书(发布于 2017)深入探讨了 Livepeer 协议背后的基础系统设计和经济激励对齐。 白皮书概述了一个雄心勃勃的系统设计,旨在为完全去中心化的实时视频流网络提供 “世界上最开放的视频基础设施”.核心设计目标
Livepeer 白皮书聚焦于3个核心设计目标:- 可持续且对齐的激励: 为运营商和代币持有者创建经济对齐,以维持服务质量、正常运行时间和安全性。
- 无信任验证: 确保链下视频工作诚实高效地完成,无需可信中介。
- 可组合治理: 通过代币治理实现 Livepeer 的开放参与和经济安全,用于协议升级和金库支出,基于链上代币治理——由 LPT 持有者驱动。
指导原则
去中心化:最小化对任何单一协调者的信任;基于质押的选择确保广泛参与。 经济对齐:协调者和委托者因诚实工作获得奖励,因不当行为受到惩罚;广播者仅为实际服务付费。 可扩展性与成本效率:Streamflow 和概率微支付可扩展至数百万流,而无需每个片段的链上调用;Arbitrum 减少费用开销。 模块化:协议将核心质押/治理与支付通道分离,支持未来升级而无需完全重写。 开放参与:任何人都可以成为协调器或代表,并通过 LIPs 提出改进建议,促进开放且不断演进的生态系统。Livepeer 协议
_Livepeer 协议基于核心加密经济原语,提供 可验证的信任、协调和透明治理网络内行动的轨道,以实现最佳网络结果。 这些原语支撑着经济安全和博弈论合作框架,塑造理性参与网络主体的行为,以提供 成本效益高、性能优异的实时媒体流和 AI 计算工作负载 - 使得无许可、全球、 开放参与. 这些区块链原语也提供了基础的 全球支付系统 使网络能够无缝扩展到全球边界并创建一个按需、基于使用的市场. 此外,协议定义了治理模型,以随时间演进协议规则,确保网络的增长与健康,并动态响应市场机会。参与者与角色
Livepeer 协议定义了3个主要参与者角色,具有不同的职责和激励:| Role | Stake Required | Responsibilities | Earns |
|---|
协议架构
该协议使用一组以太坊智能合约来在链上执行质押、绑定、削减和奖励规则,而网络节点处理实际的计算任务。 这 安全(链上)的分离 从 执行(链下) 是使 Livepeer 能够在互联网规模上演进为模块化、可验证的计算基础设施的关键。 在 Livepeer 协议中,合约有 3 个核心功能:- 核心协议功能
- 代币与支付模型
- 治理系统
See the
Blockchain Contracts resource page for a deep dive on the technical details and architecture of the Livepeer Protocol Contracts.