A protocol LIP changes how the protocol works. If instead you want to request funding from the
treasury, that’s the other track — see Submit a treasury proposal.
The on-chain vote is the same for both; the preparation is not.
Before you start
- A change to the protocol you can specify precisely — the affected contract/parameter and the intended effect.
- Enough technical detail for a full specification (and, for a contract change, an implementation plan).
- 100 LPT to submit on-chain — locked during the vote, returned if the proposal passes.
- A little ETH on Arbitrum One for gas.
Propose a LIP
Raise the idea
Post the idea on the Livepeer Forum or Discord. Most ideas
are refined or dropped here — the forum is where the early technical feedback happens.
Draft the LIP
Write a structured LIP: a header preamble (number, title, author, type, status) and a full
specification. Open it as a pull request against the LIPs repository
for editorial review.
Last Call
Once editors approve the draft, it enters a 10-day Last Call — the community’s final window to
surface objections before it moves to a vote.
Submit on-chain
Anyone with 100 LPT can submit the LIP on-chain to the Governor contract. The 100 LPT is locked
during voting and returned if it passes — a threshold high enough to filter serious proposals from
frivolous ones.
Voting period
An on-chain voting window opens — 10 rounds (~9 days) as verified on-chain (see Protocol parameters
for the current length). Anyone with bonded LPT can vote; this is the same vote
used for every proposal.
Quorum & approval
It passes only if ≥33% of all bonded LPT participates (quorum) and >50% of votes cast are
For. Both are required — either alone isn’t enough.
What a strong LIP has
The 100 LPT threshold filters noise, but passing quorum takes substance:- A precise specification — exactly which contract/parameter changes, and to what.
- An implementation plan for any contract change — reviewers need to see it’s buildable and safe.
- Economic and security analysis — what the change does to incentives and to the protocol’s safety.
- Community buy-in — a LIP that skipped forum discussion and Last Call rarely clears quorum.
Related
Governance & the treasury
Why governance is on-chain, what it can change, and how the two tracks differ.
Vote on a proposal
The vote step — identical for protocol and treasury proposals.
Submit a treasury proposal
The other track: requesting funds instead of changing the rules.
LIPs repository
Every LIP, draft and final, with full specifications.