Scout Chart Creator
  • Overview
  • Get Started
    • Tutorial 1: NMR Daily Transaction Count
    • Tutorial 2: LPT Weekly Volume (USD)
    • Tutorial 3: NMR vs LPT Daily comparison
  • Pipeline
    • Filter
    • Project
    • Group
      • Accumulators
    • Sort
    • Unwind
    • Custom
  • Data Source
    • Transactions
    • States
    • Contracts
    • Aragon
    • Livepeer
    • dYdX
    • Set
    • Token holders
  • Operators
    • Math operators
    • Logic operators
    • Function operators
    • Array operators
    • String operators
  • Config
  • Protocols
    • Dodo
      • 24H trade volume
      • Deposit & Withdraw
    • Livepeer
    • dYdX
      • Making sense of the trade data
    • MakerDao
    • Pickle Finance
      • Example: Daily deposit and withdraw of jar 0.88
      • Example: Listing all borrows of a strategy
  • FAQ
    • Dealing with "logs" field in "Transaction"
    • How to handle "Query Timeout" error?
    • How to use a variable in a Pipeline
  • Research
    • The circulating supply of DODO tokens
    • How are bitcoins doing on Ethereum? (as of Jan 20th 2021)
Powered by GitBook
On this page

Was this helpful?

  1. Data Source

Livepeer

Customized data sources for Livepeer protocol

1. Orchestrators information

Every round, the Livepeer protocol distributes new tokens to all the orchestrators in the network. When that happens, a log called Reward is recorded on the blockchain. We take a snapshot of all below values during that transaction.

  • blockNumber and blockTimestamp: The block number and time when Reward was logged.

  • transactionHash: The transaction where Reward was logged.

  • transcoder 🌶: The address of the orchestrator who has claimed the reward

  • earnings: How much LPT is earned by this orchestrator in this round.

  • earningsCut: The fraction of LPT earned by stakes from delegators.

  • earningsSelf: The fraction of LPT earned by orchestrator's self staking.

  • pendingStake: How much pending stake the orchestrator has in this round.

  • rewardCut: the percentage of profit that the orchestrator takes from its delegators.

  • round: The round number when the reward was claimed.

  • transcoderTotalStake: How much total stake the orchestrator has at the beginning of this round.

PreviousAragonNextdYdX

Last updated 4 years ago

Was this helpful?