> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Common questions about what Livepeer is, how the protocol and network differ, and where to go next.

export const CustomDivider = ({color = "var(--lp-color-border-default)", middleText = "", spacing = "default", style = {}, className = "", ...rest}) => {
  const spacingPresets = {
    default: {
      margin: "24px 0"
    },
    overlap: {
      margin: "-1rem 0 -1rem 0"
    },
    tight: {
      margin: "0 0 -1rem 0"
    },
    section: {
      margin: "0 0 -2rem 0"
    },
    sectionOverlap: {
      margin: "-1rem 0 -2rem 0"
    },
    deepOverlap: {
      margin: "-1rem 0 -1.5rem 0"
    }
  };
  const spacingStyle = spacingPresets[spacing] || spacingPresets.default;
  return <div role="separator" aria-orientation="horizontal" className={className} style={{
    display: "flex",
    alignItems: "center",
    ...spacingStyle,
    fontSize: style?.fontSize || "16px",
    height: "fit-content",
    ...style
  }} {...rest}>
      <span style={{
    marginRight: "var(--lp-spacing-px-8)",
    opacity: 0.2
  }}>
        <Icon icon="/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg" />
      </span>
      <div style={{
    flex: 1,
    height: "1px",
    background: "var(--lp-color-border-default)",
    opacity: 0.4
  }}></div>
      {middleText && <>
          <Icon icon="circle" size={2} />
          <span style={{
    margin: "0 8px",
    fontWeight: "bold",
    color: color,
    opacity: 0.7
  }}>
            {middleText}
          </span>
          <Icon icon="circle" size={2} />
        </>}
      <div style={{
    flex: 1,
    height: "1px",
    background: "var(--lp-color-border-default)",
    opacity: 0.4
  }}></div>
      <span style={{
    marginLeft: "var(--lp-spacing-px-8)",
    opacity: 0.2
  }}>
        <span style={{
    display: "inline-block",
    transform: "scaleX(-1)"
  }}>
          <Icon icon="/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg" />
        </span>
      </span>
    </div>;
};

This FAQ answers the most common About-tab questions and points to the deeper page when the short answer is not enough.

<CustomDivider />

## Livepeer Network Participants

Livepeer operates with multiple actors, both on-chain (protocol) and off-chain (network & community).

### Protocol-Defined Actors

* **Orchestrator**: A bonded node operator that claims work on-chain. Orchestrators maintain active LPT stake, set fee-sharing percentages, and call the on-chain reward function each round. They earn ETH fees from broadcasters and LPT from inflation. (Messari: “Orchestrators (node operators) route transcoding & AI jobs… earning ETH fees and LPT rewards”.)
* **Gateway** (Broadcaster): A stateless demand-side node. Gateways submit video or AI jobs to the network and pay the node that completes the work. They effectively bridge an input stream into Livepeer, handling micropayment tickets on-chain.
* **Delegator**: A token holder who stakes LPT behind one or more Orchestrators. Delegators strengthen network security and decentralization. In exchange, they receive a portion of the node’s rewards (both mint emissions and usage fees) according to their stake. As one Livepeer blog notes, “Delegators earn a share of both token emissions (while they last) and usage-based fees”.

### Network-Defined Actors

* **Transcoder** / **AI Worker**: A compute node (often a GPU) that performs the actual encoding or inference. Workers do not hold stake themselves; they operate under an Orchestrator.

### Network Participants

* **Developers & Builders**: Software teams building on Livepeer. This includes decentralised video apps (e.g. on Web3 social networks) and infrastructure tools. Messari notes Livepeer is used by projects ranging from decentralised streaming platforms to tokenised music apps.
* **Livepeer Foundation**: A non-profit entity formed to guide ecosystem growth. The Foundation coordinates long-term strategy and funding, runs community programmes (like advisory boards), and helps align core protocol development with the open-source community.
* **Special Purpose Entities (SPEs)**: Community-approved teams funded by the on-chain treasury. SPEs tackle public goods for Livepeer (e.g. building dev tools, infrastructure). For example, Livepeer’s ecosystem has active SPEs like LiveInfra and LISAR working on network upgrades and on-ramp infrastructure.

### Ecosystem Participants

* **End-Users**: Consumers of content powered by Livepeer. This includes viewers of live streams, users of AI-enhanced media apps, and anyone who benefits from the network’s capabilities without directly interacting with it. For example, fans watching a MetaDJ performance powered by Livepeer are end-users who experience the network’s impact without needing to understand its technical details.
* **AI Artists & Content Creators**: Performers and creators who use Livepeer’s tools (like Daydream) to produce content. For example, MetaDJ used Daydream to let fans shape the live visuals in real time. Any streamer, musician, or videographer can leverage the network for novel AI-enhanced experiences.

<AccordionGroup>
  <Accordion title="What is Livepeer in one sentence?" icon="circle-info">
    Livepeer is a protocol and open network for real-time video and AI compute, coordinated through on-chain incentives and off-chain execution.

    Start with [Livepeer Overview](/v2/about/concepts/livepeer-overview) for the full explanation.
  </Accordion>

  <Accordion title="What is the difference between the protocol and the network?" icon="arrows-left-right">
    The protocol is the on-chain coordination layer. It handles staking, rewards, payments, and governance.

    The network is the off-chain execution layer. It handles routing, compute, verification, and marketplace behaviour.

    Read [Protocol Overview](/v2/about/protocol/overview) and [Network Overview](/v2/about/network/overview) together for the clearest split.
  </Accordion>

  <Accordion title="What is LPT used for?" icon="coins">
    LPT is used for staking, delegation, and governance. It is not the token used to pay for ordinary video or AI jobs.

    See [Livepeer Token](/v2/about/protocol/livepeer-token) and [Protocol Economics](/v2/about/protocol/economics).
  </Accordion>

  <Accordion title="Where do I find contract addresses?" icon="file-code">
    Use the dedicated reference page at [Contract Addresses](/v2/about/resources/reference/livepeer-contract-addresses).

    For contract relationships and protocol context, see [Blockchain Contracts](/v2/about/protocol/blockchain-contracts).
  </Accordion>

  <Accordion title="Where should I start if I am evaluating Livepeer?" icon="clipboard-list">
    Use the About navigator first, then follow the evaluation reading path.

    Start with [Navigator](/v2/about/navigator), then continue to [Evaluating Livepeer](/v2/about/resources/knowledge-hub/evaluating-Livepeer).
  </Accordion>

  <Accordion title="Where can I look up terms used in this section?" icon="book-open">
    Use [Glossary](/v2/about/resources/glossary) for About-specific terminology and [Livepeer Glossary](/v2/resources/glossary) for broader term coverage.
  </Accordion>
</AccordionGroup>
