docs: add Delegated Reward Calling draft LIP#118
Merged
Conversation
Add a draft LIP for delegating the reward() call to a separate low-privilege address so an orchestrator's stake-holding wallet can stay cold. Based on the implementation in livepeer/protocol#648.
Co-authored-by: SidestreamCrunchyCarrot <crunchycarrot@sidestream.tech>
dob
requested changes
Jul 4, 2026
dob
left a comment
Member
There was a problem hiding this comment.
The format and conventions of this LIP follow the guidelines, so I approve moving this forward as a draft, pending the LIP # assignment.
Assign 118 to this LIP according to the convention to allign it with the authoring PR nr.
b864367 to
b4f923b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new draft LIP, Delegated Reward Calling, for editor review and number assignment.
What it proposes
Orchestrators must call
reward()once per round from the same wallet that holds their self-bonded LPT and accrued fees, forcing that high-value wallet to stay online and unlocked (a hot wallet) and making multisig orchestrators impractical.This LIP adds a delegated reward caller to
BondingManager: an orchestrator can authorize a separate address to callreward()on its behalf, via a newsetRewardCallersetter and a dedicatedrewardForTranscoderentrypoint. The reward caller is scoped toreward()only — it cannot move funds, change configuration, vote, or redirect rewards, which always accrue to and are checkpointed for the orchestrator. This lets an orchestrator keep its main wallet cold while a low-value key performs the routine call.For editors
LIP number is tentative (
108) pending assignment.