Skip to main content
Reference material, tools, dashboards, SDKs, and community platforms for Livepeer Gateway operators. Updated March 2026.

Official Gateway software

go-livepeer (Releases)

The official Go implementation of the Livepeer Protocol. Runs Gateway, Orchestrator, transcoder, and (as of Q4 2025) remote signer modes. Download a tagged release for production.

go-livepeer (Source)

Full source repository. Browse flag definitions in cmd/livepeer/main.go, payment logic in core/, and the remote signer implementation in server/.

ai-runner

The AI inference runtime that runs on Orchestrator nodes. Relevant to Gateway operators building custom pipelines: Pipeline interface, BYOC support, Docker base images.

Livepeer LPMS

Low-level media server library: RTMP in, RTMP/HLS out. The underlying media layer used by go-livepeer for video transcoding workloads.

Livepeer Catalyst / MistServer

Open-source media server powering Livepeer Studio. Relevant for Gateway operators building their own ingest layer alongside go-livepeer.

Gateway SDKs and alternative implementations

livepeer-python-gateway (j0sh)

Reference Python Gateway SDK maintained by j0sh (Livepeer). LV2V payments, remote signer integration, BYOC support, Orchestrator discovery, session management. The canonical alternative to running go-livepeer directly.

Livepeer AI Python SDK

Official Python SDK for the Livepeer AI API (used through a Gateway). pip install livepeer-ai. Typed models, retry logic, full pipeline support.

Livepeer AI JavaScript SDK (@livepeer/ai)

Official TypeScript/JavaScript SDK for the Livepeer AI API. npm install @livepeer/ai. Text-to-image, image-to-image, image-to-video, LLM pipelines.

livepeer.js / @livepeer/react

React hooks and components for video streaming and uploads. Used by app developers connecting through a Gateway.

NaaP (Network as a Platform)

Dashboard and SDK for Gateway-as-a-Service operators. Implements JWT issuer service (SIWE → user-scoped JWT), Developer API Keys, and remote signer plugin. Active development by Qiang Han.

Scope Runner (Reference BYOC Implementation)

Production BYOC reference implementation. Extends ai-runner[realtime], implements the Pipeline interface, ships as a Docker image. Use as a template for custom pipelines.

Network dashboards and analytics

Livepeer Explorer

Official network explorer: Orchestrators, delegation, governance votes, protocol metrics, PM redemption activity, and Gateway fee data. Real-time on-chain state.

Livepeer Arbitrum Dune Dashboard

Protocol-level analytics on Arbitrum: fees paid, Orchestrator activity, LPT flows, Gateway demand trends.

Livepeer AI Dune Dashboard

AI subnet specific: inference volumes by pipeline type, AI fee revenue (72% of total network fees as of Nov 2025), Gateway demand breakdown.

Livepeer Macro Financial Statements (Messari Dune)

Analytical Dune dashboard: macro financial statements, protocol health metrics, quarterly comparisons. Built by Messari.

Web3 Index

Usage-based fee metrics for web3 infrastructure. Livepeer ranks by observed demand-side revenue. Useful for benchmarking network growth.

tools.livepeer.cloud - Gateway Tool Suite

Community tool suite run by the Livepeer.Cloud SPE. Stream tester, Orchestrator explorer, performance dashboards, and pricing visibility for Gateway operators.

Messari State of Livepeer (Quarterly Reports)

Quarterly protocol metrics, demand trends, and ecosystem health. Gateway fee data included from Q3 2024.

Gateway monitoring tools

Loki Gateway Log API

Community-maintained Loki endpoint at loki.livepeer.report. Query Gateway and Orchestrator logs with pre-built query patterns (session starts, payment failures, errors).

Livepeer Exporter (Prometheus)

Prometheus-compatible metrics exporter for Livepeer nodes. Pairs with Grafana dashboards for production Gateway monitoring.

Stream Tester

Benchmarks Gateway and Orchestrator streaming performance. Useful for validating Orchestrator selection and detecting latency regressions.

AI Inference Tester

GPU inference benchmarking for Orchestrators connected to your Gateway. Validates capability advertisement accuracy.

Livepeer Reward Watcher

Monitors Orchestrator reward calls and sends alerts. Relevant for Gateway operators also running Orchestrators, or monitoring their connected Orchestrators.

Reference documentation

Configuration Flags Reference

Full reference for all go-livepeer flags relevant to Gateway mode: -broadcaster, -gateway, -remoteSignerAddr, -orchAddr, -maxPricePerUnit, and all AI Gateway flags.

CLI Commands Reference

livepeer_cli commands for Gateway operators: setbroadcastconfig, setmaxpriceforcapability, activateorchestrator, rebond, reward, unbond, signmessage.

CLI HTTP API Reference

HTTP endpoints exposed by the go-livepeer CLI. Use for scripting and automation without running livepeer_cli interactively.

Technical Architecture Reference

Low-level technical architecture: protocol flows, RPC interfaces, PM ticket structure, segment/capability pricing schemas.

AI API Reference (Gateway Endpoints)

Full AI pipeline API reference served by a running Gateway: text-to-image, image-to-image, image-to-video, live-video-to-video, LLM, segment-anything-2, upscale, audio-to-text, text-to-speech.

Contract Addresses Reference

Livepeer Protocol contract addresses on Arbitrum One and Ethereum mainnet. Required for on-chain Gateway setup and PM deposit transactions.

Arbitrum RPC Reference

Recommended Arbitrum RPC endpoints and community-maintained alternatives for Gateway on-chain operations.

Orchestrator Offerings Reference

Schema and semantics of Orchestrator capability advertisements. Relevant when configuring capability-based pricing and selection.

Community resources and aggregators

Awesome Livepeer (Official)

Community-curated list of tutorials, tools, projects, and resources. Also accessible at livepeer.cool. Includes Gateway tools, monitoring scripts, and node operator guides.

Awesome Livepeer (rickstaa fork)

Extended fork with additional AI tools, AI Dune Dashboard entries, and infrastructure tooling.

Livepeer Subgraph (The Graph)

Official subgraph: query Orchestrators, Delegators, earning pools, Gateway registrations, and staking rounds via GraphQL.

Tenderize (Liquid Staking for LPT)

Liquid staking protocol for LPT. Gateway operators who also stake can use Tenderize to keep funds active in DeFi while maintaining staked positions.

StakingRewards (Livepeer)

Third-party staking APR, total staked LPT, and return estimates. Useful context for Gateway operators evaluating the economics of also running an Orchestrator.

Key blog posts and reading

Livepeer Blog

Official blog: product updates, ecosystem stories, builder spotlights, and vision posts. The most reliable source for current network direction.

A Real-Time Update to the Livepeer Network Vision (Nov 2025)

72% of fees now from AI inference. The clearest statement of the current Gateway opportunity and the network’s direction.

Introducing Livepeer Cascade (Feb 2025)

The strategic vision post. Gateways are the distribution layer for real-time AI video at global scale.

Introducing Daydream Beta (Sep 2025)

Daydream is the hosted Gateway and API layer on top of the network. Understanding what it provides helps operators decide whether to build on top of or alongside it.

Remote Signers Design Doc (PR #3791/#3822)

The most important technical document for any Gateway operator in 2025–2026. Defines the off-chain Gateway model, remote signing protocol, and stateless design goals.

j0sh Ecosystem Notes Gist

Working notes from j0sh on the broader Gateway ecosystem: SDK design decisions, clearinghouse architecture, discovery patterns. Updated periodically.

AI Subnet Explainer (Coinmonks, Jul 2024)

Architecture explainer: how Gateways, Orchestrators, AI workers, and payment flows fit together in the AI subnet.

OKX Guide to Livepeer Protocol and LPT (Dec 2025)

Comprehensive third-party explainer. Good background reading for Gateway operators less familiar with the broader Livepeer Protocol and token economics.

Security and funding

Livepeer Bug Bounty (Immunefi)

Smart contract bug bounty programme. USDC rewards, KYC required. Scope covers the PM protocol and Livepeer contracts. Do not report vulnerabilities via GitHub issues.

Livepeer Grants Programme

Open Network and Video Disruptor grant tracks, paid in LPT. Gateway operators building public infrastructure are eligible. Bi-weekly review cycle.

SPE Programme (Foundation)

Strategic Partner Engagements - ongoing funded network infrastructure roles. Examples include Livepeer.Cloud SPE and the LLM SPE. Discuss proposals in #governance on Discord.

Developer Accelerator (Dev Hub)

Foundation’s builder accelerator programme. Quickstarts, office hours, grants, and BD support for Gateway operators building products.
This list was compiled in March 2026. If you find a broken link or know of a resource that should be included, open an issue in the docs repository.
Last modified on May 31, 2026