# Livepeer SRB

LivepeerSRB is a benchmark that represents the reward rate of staking the asset.

LivepeerSRB is calculated and published by Staking Rewards via the [LivepeerProfile](https://www.stakingrewards.com/asset/livepeer) and [Data API](https://www.stakingrewards.com/data-api).

> **TL;DR:** Livepeer staking rewards combine two sources: LPT inflation minting and ETH transcoding fees. The reward rate equals daily LPT minting plus daily ETH fees (converted to LPT), divided by total staked LPT and annualized. Orchestrator-level rates factor in reward cut and fee share.

$$
LivepeerSRB = (lptDay + ethDay) / st \* t\_y
$$

<table><thead><tr><th width="149">Formula key</th><th width="194">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>lptDay</td><td>Daily LPT Minting Rewards</td><td>Daily minted LPT tokens from inflation, derived from per-round minting: mintedTokens / 21.257 rounds per hour * 24 hours.</td></tr><tr><td>ethDay</td><td>Daily ETH Fee Rewards (in LPT)</td><td>Trailing 30-day ETH fees divided by 30, converted to LPT equivalent using current ETH and LPT prices.</td></tr><tr><td>st</td><td>Staked Tokens</td><td>Sum of all the LPT staked by all participants in the network (top 200 orchestrators by stake).</td></tr><tr><td><span class="math">t_y</span></td><td>Year Constant</td><td>365d</td></tr></tbody></table>

* LivepeerSRB combines both LPT inflation rewards and ETH transcoding fee rewards into a single annualized rate.
* The reward rate includes a variation breakdown showing the percentage split between LPT minting and ETH fees.

#### Slashing

* Livepeer enforces slashing to penalize nodes for failing verification, not invoking required verification, or not performing their proportional share of work. This ensures network integrity and discourages malicious behavior.
* Livepeer relies on external protocols like Truebit and Swarm, which can introduce slashing risks if delays or failures occur. To mitigate this, participants can take on verification roles, reducing dependency on third-party systems.
* A portion of slashed funds is rewarded to those who report violations, while the rest goes to the *CommonPool*. This pool can burn tokens or fund ecosystem development based on governance rules.

***

### LivepeerSRB Validators Staking Reward Rate: LivepeerSRB(v)

Staking Rewards calculates the LivepeerSRB for each validator (orchestrator) based on their individual reward cut, fee share, and 7-day average minting performance.

$$
LivepeerSRB(v) = (lptDay\_v + ethDay\_v) / vst \* t\_y
$$

<table><thead><tr><th width="159">Formula key</th><th width="172">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>lptDay_v</td><td>Validator Daily LPT</td><td>7-day average of the validator's reward tokens per round, annualized and adjusted by (1 - rewardCut).</td></tr><tr><td>ethDay_v</td><td>Validator Daily ETH (in LPT)</td><td>Validator's share of trailing 30-day ETH fees based on their feeShare percentage, converted to LPT.</td></tr><tr><td>vst</td><td>Validator Staked Tokens</td><td>Total LPT staked with this orchestrator.</td></tr><tr><td><span class="math">t_y</span></td><td>Year Constant</td><td>365d</td></tr></tbody></table>

#### Observation Period:

* The LivepeerSRB uses trailing 30-day ETH fees and 7-day average minting rewards per round.
* This data is then annualized for a comprehensive year-long projection.

#### Calculation

The calculation happens every 2 hours and is immediately published via [Data API](https://www.stakingrewards.com/data-api).

#### Limitations

* LivepeerSRB does not guarantee the specified reward rate for individual validators, as it is subject to various factors such as network conditions, validator performance, and adherence to protocol rules.
* LivepeerSRB's annual projections are estimates and may fluctuate due to changes in network participation, Ethereum usage patterns, and evolving network dynamics, making long-term predictions inherently uncertain.

### Livepeer Real Reward Rate: LivepeerSRB^R

The real reward rate calculates the LivepeerSRB adjusted for inflation in the network.

$$
LivepeerSRB^R=1 + LivepeerSRB/(1+ir) -1
$$

<table><thead><tr><th width="140">Formula key</th><th width="144">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>ir</td><td>Inflation Rate</td><td>Read directly from the Livepeer protocol contract. Represents the per-round inflation rate, normalized to an annual figure.</td></tr></tbody></table>

**Inflation Rate Behavior**

* Livepeer's inflation rate is designed to incentivize participation in the network. New tokens are issued at a rate called *InflationRate* per round, based on the total circulating supply. These tokens are distributed proportionally to all bonded participants, ensuring active users are protected from dilution.
* The inflation rate adjusts dynamically to maintain a target *ParticipationRate* of staked LPT. If participation is low, the inflation rate increases to encourage more staking. Conversely, if too many tokens are bonded, the rate decreases to balance liquidity and network engagement.
* This algorithmic adjustment creates an equilibrium between token holders' preference for liquidity and the need for network security. As a result, inflation naturally aligns incentives, ensuring a healthy and engaged staking ecosystem.

***

### Other Livepeer metrics calculated by Staking Rewards:

<table><thead><tr><th width="190">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Delegated Tokens</td><td>The number of LPT tokens delegated to orchestrators.</td></tr><tr><td>Self Staked Tokens</td><td>The number of LPT tokens bonded by orchestrators directly.</td></tr><tr><td>Staking Wallets</td><td>Total delegator count from the protocol contract (protocol-level metric).</td></tr></tbody></table>

#### Data Sources:

* Livepeer Subgraph for orchestrator data, protocol info, and inflation
* Livepeer Explorer for validator names and performance scores
* CoinGecko for LPT and ETH prices

***

#### References:

* <https://github.com/livepeer/wiki/blob/master/WHITEPAPER.md>

***

:books:[ Learn more about Livepeer Staking](https://www.stakingrewards.com/asset/livepeer)

:bar\_chart: [Calculate your Livepeer Staking Rewards](https://www.stakingrewards.com/calculator?asset=livepeer)

:gear: [Access historic Livepeer Staking Data via API](https://www.stakingrewards.com/data-api)

```
Last updated on 03/04/2026
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stakingrewards.com/staking-data/methodologies/livepeer-srb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
