Skip to main content
. Not present in production builds. Safe no-op in prod. */ body { padding: 0 !important; } /* Colors Used #3CB540 - Jade Green #2b9a66 - Light Green #18794E - Dark Green Complementary Greens See https://coolors.co/004225-1a794e-08a045-3cb540-62ba4f #004225 - Deep Forrest #1A794E - Turf Green #08A045 - Medium Jungle #3CB540 - Jade Green #6BBF59 - Moss Green See https://coolors.co/0c0c0c-073b3a-1a794e-08a045-6bbf59 #0C0C0C - Onyx Black #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green See https://coolors.co/fffffa-073b3a-1a794e-08a045-6bbf59 #FFFFFA - Porcelain #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green Pink Offset Colour See https://coolors.co/073b3a-1a794e-f61067-08a045-6bbf59 #F61067 - Razzmatazz Pink #073B3A - Dark Teal #1A794E - Turf Green #08A045 - Medium Jungle #6BBF59 - Moss Green */ /* ============================================ GLOBAL THEME VARIABLES Component governance source of truth ============================================ */ :root { --lp-color-accent: #3cb540; --lp-color-accent-strong: #18794e; --lp-color-accent-soft: #6bbf59; --lp-color-accent-bright: #5dd662; --lp-color-accent-brightest: #a0f0a5; --lp-color-arbitrum: #3ea6f8; --lp-color-text-primary: #181c18; --lp-color-text-secondary: #717571; --lp-color-text-muted: #9ca3af; --lp-color-bg-page: #ffffff; --lp-color-bg-card: #f9fafb; --lp-color-bg-elevated: #f3f6f4; --lp-color-bg-subtle: rgba(24, 28, 24, 0.04); --lp-color-bg-overlay: rgba(12, 12, 12, 0.5); --lp-color-border-default: #e5e7eb; --lp-color-border-strong: rgba(24, 28, 24, 0.18); --lp-color-border-inverse: rgba(255, 255, 255, 0.5); --lp-color-on-accent: #ffffff; --lp-color-link: #18794e; --lp-color-link-hover: #004225; --lp-color-brand-discord: #5865f2; --lp-color-brand-forum: #00aeef; --lp-color-brand-github: #181c18; --lp-color-brand-x: #181c18; --lp-color-brand-globe: #00c0ff; --lp-color-brand-twitch: #9048ff; --lp-color-brand-youtube: #ff0034; --lp-color-brand-instagram: #dc2275; --lp-color-brand-linkedin: #0189df; --lp-color-brand-preview: #b636dd; --lp-color-brand-coming-soon: #ef1a73; --lp-color-status-good: #22c55e; --lp-color-status-warn: #fbbf24; --lp-color-status-bad: #ef4444; --lp-spacing-1: 0.25rem; --lp-spacing-2: 0.5rem; --lp-spacing-3: 0.75rem; --lp-spacing-4: 1rem; --lp-spacing-6: 1.5rem; --lp-spacing-8: 2rem; --lp-font-sans: 'Inter', 'Segoe UI', sans-serif; --lp-font-mono: 'SFMono-Regular', 'SF Mono', 'Menlo', monospace; --lp-radius-sm: 0.25rem; --lp-radius-md: 0.5rem; --lp-radius-lg: 0.75rem; --lp-shadow-card: 0 8px 24px rgba(24, 28, 24, 0.08); --lp-z-base: 1; --lp-z-overlay: 10; --lp-z-modal: 50; /* Legacy aliases maintained during migration */ --accent: var(--lp-color-accent); --accent-dark: var(--lp-color-accent-strong); --hero-text: var(--lp-color-text-primary); --text: var(--lp-color-text-secondary); --text-secondary: var(--lp-color-text-secondary); --muted-text: var(--lp-color-text-muted); --background: var(--lp-color-bg-page); --card-background: var(--lp-color-bg-card); --background-highlight: var(--lp-color-bg-subtle); --border: var(--lp-color-border-default); --button-text: var(--lp-color-on-accent); --page-header-description-color: var(--lp-color-text-secondary); --arbitrum: var(--lp-color-arbitrum); } .dark { --lp-color-accent: #2b9a66; --lp-color-accent-strong: #18794e; --lp-color-accent-soft: #3cb540; --lp-color-accent-bright: #5dd662; --lp-color-accent-brightest: #7fe584; --lp-color-text-primary: #e0e4e0; --lp-color-text-secondary: #a0a4a0; --lp-color-text-muted: #6b7280; --lp-color-bg-page: #0d0d0d; --lp-color-bg-card: #1a1a1a; --lp-color-bg-elevated: #141a16; --lp-color-bg-subtle: rgba(255, 255, 255, 0.1); --lp-color-bg-overlay: rgba(0, 0, 0, 0.5); --lp-color-border-default: #333333; --lp-color-border-strong: rgba(255, 255, 255, 0.3); --lp-color-border-inverse: rgba(255, 255, 255, 0.5); --lp-color-on-accent: #ffffff; --lp-color-link: #5dd662; --lp-color-link-hover: #a0f0a5; --lp-color-brand-github: #f0f0f0; /* Legacy aliases maintained during migration */ --accent: var(--lp-color-accent); --accent-dark: var(--lp-color-accent-strong); --hero-text: var(--lp-color-text-primary); --text: var(--lp-color-text-secondary); --text-secondary: var(--lp-color-text-secondary); --muted-text: var(--lp-color-text-muted); --background: var(--lp-color-bg-page); --card-background: var(--lp-color-bg-card); --background-highlight: var(--lp-color-bg-subtle); --border: var(--lp-color-border-default); --button-text: var(--lp-color-on-accent); --page-header-description-color: var(--lp-color-text-secondary); --arbitrum: var(--lp-color-arbitrum); } /* ============================================ */ /* Code block themes hiki codeblock themes: Popular Dark Themes: github-dark (what you have now) github-dark-dimmed github-dark-high-contrast dracula dracula-soft monokai nord one-dark-pro poimandres rose-pine everforest-dark vitesse-dark Popular Light Themes: github-light (what you have now) github-light-high-contrast solarized-light rose-pine-dawn everforest-light vitesse-light */ /* img[alt="dark logo"], img[alt="light logo"] { max-width: 180px; } */ /* V2 TEST */ /* a.nav-tabs-item[href="/pages/resources/resources_hub.mdx"], a.nav-tabs-item[href="/pages/08_help/README"] { color: rgba(255, 90, 90, 0.342) !important; } */ /* Make the nav-tabs container full width */ .nav-tabs { width: 100%; justify-content: flex-start; } /* Fix Mintlify content width and centering. Regular pages: balance padding + widen inner cap. Portal/frame pages: balance padding (smaller) + widen inner cap for full-width hero. */ @media (min-width: 1024px) { /* Regular pages */ #content-container:not(:has(.frame-mode-hero-full)):not( :has(.frame-mode-container) ) { padding-left: 3rem !important; padding-right: 3rem !important; } #content-container:not(:has(.frame-mode-hero-full)):not( :has(.frame-mode-container) ) > .max-w-5xl { max-width: 72rem !important; } /* Portal/frame pages — tighter balanced padding, wider inner cap */ #content-container:has(.frame-mode-hero-full), #content-container:has(.frame-mode-container) { padding-left: 2rem !important; padding-right: 2rem !important; } #content-container:has(.frame-mode-hero-full) > .max-w-5xl, #content-container:has(.frame-mode-container) > .max-w-5xl { max-width: 80rem !important; } } #navbar > div.z-10.mx-auto.relative > div.hidden.lg\:flex.px-12.h-12 > div { column-gap: 2rem !important; } a.nav-tabs-item[href*='/internal/'] { margin-left: 1rem; margin-right: -1rem; padding-right: 0; border-bottom-color: transparent !important; } /* .gap-x-6 { column-gap: 2rem !important; } */ /* .nav-tabs h-full flex text-sm gap-x-6 { column-gap: 2rem !important; } */ /* Push Resource HUB to the right and style as outlined button */ a.nav-tabs-item[href$='/resources/redirect'], a.nav-tabs-item[href$='/resources/portal'], a.nav-tabs-item[href$='/07_resources/redirect'], a.nav-tabs-item[href$='/07_resources/portal'] { margin-left: auto; background-color: transparent; border: 1px solid var(--accent) !important; padding: 4px 8px; border-radius: 4px; font-size: 0.7rem; height: auto !important; align-self: center; margin-right: -2rem; } /* Color the text */ /* a.nav-tabs-item[href="/v2/resources/resources_hub"] { color: #2b9a66 !important; } */ /* Shrink & color the icon */ a.nav-tabs-item[href$='/resources/redirect'] svg, a.nav-tabs-item[href$='/resources/portal'] svg, a.nav-tabs-item[href$='/07_resources/redirect'] svg, a.nav-tabs-item[href$='/07_resources/portal'] svg, a.nav-tabs-item[href$='/07_resources/resources_hub'] svg { height: 0.75rem; width: 0.75rem; /* background-color: #2b9a66 !important; */ } /* Hide the underline on the button */ a.nav-tabs-item[href$='/resources/redirect'] > div:last-child, a.nav-tabs-item[href$='/resources/portal'] > div:last-child, a.nav-tabs-item[href$='/07_resources/redirect'] > div:last-child, a.nav-tabs-item[href$='/07_resources/portal'] > div:last-child, a.nav-tabs-item[href$='/07_resources/resources_hub'] > div:last-child { display: none; } /* Stack footer links vertically */ #footer .flex-col .flex.gap-4 { flex-direction: column !important; gap: 0rem !important; } /* Reduce footer padding */ #footer > div { padding-top: 2rem !important; padding-bottom: 1rem !important; } /* Accessibility: prevent hidden assistant sheet from receiving focus */ #chat-assistant-sheet[aria-hidden='true'] { display: none !important; } /* Accessibility: ensure CTA buttons meet minimum target size */ button.text-left.text-gray-600.text-sm.font-medium { min-height: 24px; padding-top: 4px; padding-bottom: 4px; } /* #footer > div > div:first-child { display: flex; flex-direction: row !important; color: red !important; } #footer > div > div:first-child > div { display: flex; flex-direction: row !important; color: green !important; } */ /* Fix bad styling of cards with arrows */ [data-component-part='card-content-container'] { padding-right: 2.5rem; /* Creates space for the arrow */ } /* Reposition View component dropdown */ /* To find the correct selector: 1. Open your page with View components in the browser 2. Right-click on the dropdown in the top-right corner 3. Select "Inspect Element" 4. Find the class name or data attribute 5. Replace the selector below with the actual one */ /* Common possible selectors - uncomment and adjust the one that works */ /* Option 1: If it has a data attribute */ /* [data-view-dropdown] { position: relative !important; top: 60px !important; right: 20px !important; } */ /* Option 2: If it's in a fixed container */ /* .fixed [class*="view"] { position: relative !important; top: 60px !important; } */ /* Option 3: Target by position (fixed elements in top-right) */ /* .fixed.top-0.right-0 [class*="select"], .fixed.top-0.right-0 [class*="dropdown"] { position: relative !important; top: 60px !important; margin-right: 20px !important; } */ /* Option 4: Move it inline with content instead of fixed position */ /* Replace 'ACTUAL_SELECTOR' with the real class name from browser inspection */ /* ACTUAL_SELECTOR { position: static !important; display: inline-block !important; margin-bottom: 20px !important; } */ .code-block > div > div > svg { background-color: #18794e !important; } /* Error 404 Styling */ #error-description > span > div > div { border: 1px solid #18794e !important; } body > div.relative.antialiased.text-gray-500.dark\:text-gray-400 > div.peer-\[\.is-not-custom\]\:lg\:flex.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:sm\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:md\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:lg\:\!hidden.peer-\[\.is-custom\]\:\[\&\>div\:first-child\]\:xl\:\!hidden > div.flex.flex-col.items-center.justify-center.w-full.max-w-lg.overflow-x-hidden.mx-auto.py-48.px-5.text-center.\*\:text-center.gap-y-8.not-found-container > div { margin-top: -5rem; } #error-description > span > div > div > div.relative.rounded-xl.overflow-hidden.flex.justify-center > img { width: 500px; aspect-ratio: 4 / 3; object-fit: cover; /* border: 1px solid #fff; */ } /* Step List Color Icons Styling */ /* #content > div.steps > div > div.absolute.ml-\[-13px\].py-2 > div { background-color: #18794e !important; } */ /* Step List Color Titles */ #content > div.steps.ml-3\.5.mt-10.mb-6 > div > div.w-full.overflow-hidden.pl-8.pr-px > p { color: #2b9a66 !important; } /* View Dropdown */ /* #radix-_R_5slubt9fen9fdb_ */ /* Turn off bg-white in dark mode for multi-view dropdown (PALM THEME BUG) */ .dark .bg-white\/\[0\.95\].multi-view-dropdown-trigger { background-color: transparent !important; background: none !important; } /* Sidebar collapse button - bigger and easier to click */ /* #sidebar button.absolute { min-width: 2.5rem !important; min-height: 2.5rem !important; padding: 0.75rem !important; z-index: 100 !important; } */ /* Override US flag with UK flag in language selector */ /* Hide the original img and use background-image instead */ /* #localization-select-trigger img[alt="US"], #localization-select-item-en img[alt="US"], img[alt="US"][src*="flags/US.svg"] { opacity: 0 !important; position: relative !important; } #localization-select-trigger img[alt="US"]::before, #localization-select-item-en img[alt="US"]::before, img[alt="US"][src*="flags/US.svg"]::before { content: "" !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background-image: url("/snippets/assets/media/images/site/united-kingdom-flag-icon.svg") !important; background-size: cover !important; background-position: center !important; border-radius: 50% !important; opacity: 1 !important; } */ /* Hide the panel on frame mode pages (MINTLIFY SUCKS) */ /* Hide empty table of contents layout only when it's empty */ #table-of-contents-layout:empty, #content-side-layout:has(#table-of-contents-layout:empty) { display: none; } /* DynamicTable: force fixed layout so columnWidths prop values take effect. Mintlify's Tailwind prose resets table-layout to auto — !important required. */ [data-docs-dynamic-table] { table-layout: fixed !important; } /* StyledTable should sit flush inside its own border shell. Mint wraps rendered tables in a scroll container with vertical padding, which creates a false gap above/below the header row. */ [data-docs-styled-table-shell] > div { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; } /* BorderedBox should own its internal spacing. Trim default block margins on the first/last rendered child so headings and paragraphs do not add a false gap inside the padded shell. */ [data-docs-bordered-box] > :first-child { margin-top: 0 !important; } [data-docs-bordered-box] > :last-child { margin-bottom: 0 !important; } [data-docs-bordered-box][data-accent-bar]::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background-color: var(--accent-bar-color); border-radius: inherit; border-top-right-radius: 0; border-bottom-right-radius: 0; } /* Frame mode container - 80% of #content-container width, centered */ /* Breaks out of #content padding to center in full #content-container */ .frame-mode-container { width: calc(100% + 96px + 20px); /* 976px */ margin-left: -96px; margin-right: -20px; margin-bottom: 2rem; padding-left: 15%; /* Adjust this for desired content width */ padding-right: 15%; /* Adjust this for desired content width */ box-sizing: border-box; } /* Frame mode container inside hero - already broken out, so reset */ .frame-mode-hero-full .frame-mode-container { width: 100%; margin-left: 0; margin-right: 0; padding-left: 0%; padding-right: 0%; } /* Pagination on frame mode pages ONLY - match container padding */ [data-page-mode='frame'] #pagination { width: calc(100% + 96px + 20px); margin-left: -96px; margin-right: -20px; padding-left: calc((100% + 96px + 20px) * 0.1 + 96px); padding-right: calc((100% + 96px + 20px) * 0.1 + 20px); box-sizing: border-box; } /* Hero full width - breaks out of #content padding to fill #content-container */ .frame-mode-hero-full { width: calc(100% + 96px + 20px); margin-left: -96px; margin-right: -20px; position: relative; } @media (max-width: 1023px) { .frame-mode-container { width: 100%; margin-left: 0; margin-right: 0; padding-left: 1rem; padding-right: 1rem; } [data-page-mode='frame'] #pagination { width: 100%; margin-left: 0; margin-right: 0; padding-left: 1rem; padding-right: 1rem; } .frame-mode-hero-full { width: 100%; margin-left: 0; margin-right: 0; } } #starfield { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; } /* Target the card content container */ .frame-mode-hero-full [data-component-part='card-content-container'] { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 2.5rem; /* Space for arrow icon (0.75rem right + icon width ~1rem + margin) */ } /* Target the arrow icon */ .frame-mode-hero-full #card-link-arrow-icon { top: 0.75rem; right: 0.75rem; } /* #content > div.frame-mode-hero-full > div.frame-mode-container > div > div:nth-child(2) > div > div > div:nth-child(4) > a > div { padding-top: 0.5rem; padding-bottom: 0.5rem; } #content > div.frame-mode-hero-full > div.frame-mode-container > div > div:nth-child(2) > div > div > div:nth-child(4) > a > div > #card-link-arrow-icon { top: 0.75rem; right: 0.75rem; } */
Finding terms quickly
  • Cmd+K (Mac) / Ctrl+K (Windows) — search all Livepeer docs
  • Cmd+F (Mac) / Ctrl+F (Windows) — search within this page
  • Use the category filter below to narrow by topic
Machine-readable term index: glossary-data.json
Terms covering Livepeer governance, treasury, staking, delegation, community programmes, SDKs, and ecosystem tooling — for anyone participating in or building on the Livepeer network.

Livepeer Protocol Terms

Definition: Top 100 orchestrators by total bonded stake eligible to receive work each protocol round.Context: Only orchestrators in the active set receive jobs and inflationary rewards each round; delegators choosing orchestrators outside the active set earn no rewards until their orchestrator re-enters.Status: currentPages: community/staking
Definition: Portion of the Livepeer network dedicated to AI inference work, where orchestrators advertise AI capabilities and gateways route AI jobs.Context: The AI subnet operates alongside the transcoding network; orchestrators register supported pipelines via AIServiceRegistry and receive AI inference jobs from AI-capable gateways.Status: currentPages: community/ai, community/network
Definition: Livepeer Improvement Proposal — formal design document for protocol changes.Context: LIPs are the canonical mechanism for proposing, discussing, and ratifying protocol upgrades and parameter changes in Livepeer; they progress from pre-proposal discussion on the forum to on-chain governance vote.Status: currentPages: community/governance, community/protocol
Definition: ERC-20 governance and staking token for orchestrator selection, delegation, reward distribution, and network security.Context: LPT is the native utility token of the Livepeer protocol; staked LPT determines orchestrator selection probability, delegation reward share, governance voting weight, and inflationary reward distribution.Status: currentPages: community/staking, community/governance
Definition: New LPT tokens minted each round via inflation, distributed to active orchestrators and their delegators.Context: LPT emissions are the primary economic incentive for participation; the per-round emission rate adjusts dynamically to push the bonding rate toward 50%, diluting non-staking holders.Status: currentPages: community/treasury, community/economics
Definition: Protocol-governed pool of LPT funded by inflation for community-approved ecosystem development.Context: The on-chain treasury receives a governance-controlled percentage of each round’s LPT inflation (e.g. 10%) and is disbursed via LivepeerGovernor votes to SPEs, grants, and bounties.Status: currentPages: community/treasury
Definition: On-chain transaction an active orchestrator submits each round to mint and distribute new LPT to themselves and their delegators.Context: Orchestrators must execute a reward call each round to claim inflationary LPT; if missed, that round’s rewards are not distributed to delegators, making reliable reward calling essential.Status: currentPages: community/staking, community/protocol
Definition: Discrete time interval (measured in Ethereum/Arbitrum blocks) for calculating staking rewards and protocol state transitions.Context: Each Livepeer round is approximately one day; active orchestrators must submit a reward call each round to mint and distribute LPT, and the unbonding period is measured in rounds.Status: currentPages: community/staking, community/protocol
Definition: Penalty mechanism destroying a portion of an orchestrator’s bonded LPT for protocol violations.External: Livepeer WhitepaperStatus: currentPages: community/network, community/protocol

Livepeer Roles Terms

Definition: Token holder who stakes LPT to an orchestrator to secure the network, participate in governance, and earn rewards.Context: Delegators are a core protocol actor in Livepeer; they bond LPT to orchestrators, earn a share of inflationary rewards proportional to stake, and can vote independently from their orchestrator via vote detachment.Status: currentPages: community/staking, community/governance
Definition: Node that submits jobs, routes work to orchestrators, manages payment flows, and provides a protocol interface for applications.Context: In Livepeer, a gateway is the demand-side entry point to the network; it receives video or AI inference requests from applications, selects orchestrators, handles probabilistic micropayment ticket issuance, and returns results to callers.Status: current
Definition: Person or organisation running and maintaining gateway nodes for network access.Context: Gateway operators in Livepeer run nodes that submit transcoding or AI inference jobs to the network, manage payment flows via probabilistic micropayments, and expose protocol services to end applications.Status: currentPages: community/network
Definition: Supply-side operator contributing GPU resources, receiving jobs, performing transcoding or AI inference, and earning rewards.Context: Orchestrators are the primary compute providers in Livepeer; they register on-chain, bond LPT to enter the active set, accept jobs from gateways, and earn inflationary LPT and ETH fee rewards.Status: currentPages: community/network, community/staking

Livepeer Entities Terms

Definition: Strategic bodies aligning ecosystem stakeholders on roadmap and opportunities through structured strategy-setting.Context: Domain-specific groups that recommend strategic priorities for Livepeer SPE workstreams; created as part of Livepeer’s governance evolution alongside Workstreams.Status: currentPages: community/governance
Definition: Special Purpose Entity funded by the community treasury to advance decentralized AI compute, scaling ComfyStream and BYOC pipelines.Context: One of several treasury-funded SPEs; focused on AI video pipeline development, including expanding the AI subnet and BYOC deployment patterns.Status: currentPages: community/governance, community/treasury
Definition: Meta-governance SPE ensuring transparent management of Livepeer governance and treasury allocation.Context: GovWorks is the governance coordination workstream and SPE; it administers the proposal process, publishes governance summaries, and was initially chaired by StableLab.Status: currentPages: community/governance, community/treasury
Definition: Gateway Wizard SPE building a managed DevOps tool for running and managing gateway infrastructure.Context: GWID is a Governance Workstream Identification number assigned to the Gateway Wizard SPE; the project delivers simplified gateway setup tooling and is tracked by its GWID identifier on the governance forum.Status: currentPages: community/governance, community/proposals
Definition: SPE providing ongoing ecosystem infrastructure contributions with monthly progress updates.Context: LISAR (Livepeer Infrastructure and Services Accountability Report) is the naming convention for the accountability reports published by certain SPEs; also used as the SPE identity for the infrastructure services workstream.Status: currentPages: community/governance, community/proposals
Definition: SPE providing free, reliable blockchain infrastructure services including the Community Arbitrum Node.Context: LiveInfra is a treasury-funded Special Purpose Entity that operates the Community Arbitrum Node and other shared RPC/infrastructure services that reduce operational friction for ecosystem participants.Status: currentPages: community/projects, community/tools
Definition: Non-profit Cayman Islands Foundation Company stewarding long-term vision, ecosystem growth, and core development.Context: The Livepeer Foundation is the primary organizational entity overseeing ecosystem development grants, governance support, and the transition from Livepeer Inc toward community-led operations.Status: currentPages: community/governance, community/index
Definition: Original company that built Livepeer’s initial architecture and protocol.Context: Livepeer Inc developed the core protocol, go-livepeer node software, and initial ecosystem tooling; it has progressively transferred ecosystem stewardship to the Livepeer Foundation and community governance.Status: currentPages: community/governance
Definition: Treasury-funded organizational unit with a defined scope, budget, and accountability structure operating within Livepeer governance.Context: SPEs are the primary vehicle for treasury-funded work in Livepeer; each SPE has a defined mandate, team, milestone plan, and reports progress via accountability documents (e.g. LISARs).Status: currentPages: community/governance, community/treasury
Definition: Governance services firm serving as first GovWorks Chair, building transparent governance frameworks for Livepeer.Context: StableLab is a professional governance consultancy that was appointed as the inaugural GovWorks Chair to establish governance processes, review proposals, and publish governance summaries for the Livepeer community.Status: currentPages: community/governance, community/partners
Definition: SPE seeding new contribution mechanisms, coordinating talent, and directing budgets for ecosystem workstreams.Context: The Transformation SPE was established to operationalize the Surge strategy; it introduced Workstreams and Advisory Boards as new governance execution structures for the Livepeer ecosystem.Status: currentPages: community/governance, community/treasury
Definition: Focused execution teams organized around specific domains, translating Advisory Board recommendations into phased initiatives.Context: Workstreams are the primary execution structure within Livepeer’s post-SPE governance model; each workstream has a defined domain, accountable lead, and milestone timeline funded through the treasury.Status: currentPages: community/governance, community/treasury

Livepeer Tools and SDKs Terms

Definition: React SDK providing prebuilt UI primitives (Player, Broadcast) for video experiences in web apps.Context: The @livepeer/react package ships Player and Broadcast components with built-in HLS playback, WHIP-based broadcasting, and Livepeer Studio API integration for rapid web app development.Status: currentPages: community/sdks, community/tools
Definition: Software component executing AI model inference tasks on an orchestrator node.Context: The ai-runner is the Livepeer process that loads AI models into GPU memory and serves inference requests dispatched by the orchestrator; it is configured via aiModels.json.Status: currentPages: community/ai, community/tools
Definition: Community-curated list of projects, tutorials, demos, and resources in the Livepeer ecosystem.Context: A GitHub repository maintained by the community aggregating third-party tools, monitoring dashboards, SDKs, orchestrator utilities, and educational content related to Livepeer.Status: currentPages: community/resources, community/tools
Definition: Free, load-balanced, geo-distributed RPC service for Arbitrum L2 and Ethereum L1, maintained by the LiveInfra SPE.Context: A shared Arbitrum RPC endpoint funded by the community treasury through LiveInfra, giving ecosystem participants free access to on-chain data without running their own node.Status: currentPages: community/tools, community/network
Definition: JavaScript/TypeScript library for the Livepeer AI API enabling AI inference integration.Context: livepeer-ai-js is the official JavaScript SDK for integrating with the Livepeer AI Gateway API, exposing pipelines such as text-to-image and live-video-to-video to JS/TS applications.Status: currentPages: community/sdks, community/tools
Definition: Python library for the Livepeer AI API providing programmatic access to AI inference pipelines.Context: livepeer-ai-python is the official Python SDK for the Livepeer AI Gateway, enabling Python applications and ML workflows to dispatch inference jobs to the AI subnet.Status: currentPages: community/sdks, community/tools
Definition: Go server-side SDK for the Livepeer Studio API.Context: livepeer-go provides Go bindings for Livepeer Studio API operations including stream management, asset upload, and playback ID retrieval, targeting backend Go service integrations.Status: currentPages: community/sdks, community/tools
Definition: JavaScript library for the Livepeer Studio API providing programmatic access to stream and asset management.Context: livepeer-js is the primary JavaScript SDK for Livepeer Studio, supporting stream creation, asset management, and playback integration in Node.js and browser environments.Status: currentPages: community/sdks, community/tools
Definition: Official protocol explorer for viewing orchestrator state, staking data, and governance proposals.Context: Livepeer Explorer is the primary web interface for delegators and orchestrators; it allows users to browse the active set, stake LPT, view reward histories, and interact with on-chain governance proposals.Status: currentPages: community/tools, community/staking
Definition: Liquid staking protocol for LPT allowing staking while maintaining liquidity through derivative tokens.Context: Tenderize integrates with Livepeer’s bonding system to let LPT holders stake without the 7-round unbonding lockup, issuing liquid derivative tokens representing staked positions.Status: currentPages: community/tools, community/staking

Livepeer Products Terms

Definition: Bring-Your-Own-Container — deployment pattern where users supply custom Docker containers for AI workloads on the Livepeer network.Context: BYOC enables teams to run custom Python-based AI inference workloads on Livepeer orchestrators, extending the AI subnet beyond built-in pipelines.Status: currentPages: community/network, community/ai
Definition: ComfyUI custom node running real-time media workflows for AI-powered video and audio on live streams.Context: A Livepeer project that wraps ComfyUI workflows as a streaming backend, allowing orchestrators to serve live-video-to-video AI processing via the AI subnet.Status: currentPages: community/ai, community/projects
Definition: Livepeer’s hosted real-time AI video platform turning live camera input into AI-transformed visuals with sub-second latency.Context: Daydream is Livepeer’s flagship consumer-facing AI video product, demonstrating real-time diffusion-based style transformation on live streams powered by the AI subnet.Status: currentPages: community/ai, community/projects
Definition: Project building the video layer for decentralized social platforms, focused on the AT Protocol ecosystem.Context: Streamplace is a Livepeer ecosystem project developing real-time AI video infrastructure for decentralized social apps, integrating with AT Protocol platforms and using Livepeer’s AI subnet for on-stream processing.Status: currentPages: community/ai, community/projects

Economic Terms

Definition: Reward for completing a specific task, funded by community treasury or foundation.Context: Bounties are posted by the Livepeer Foundation or SPEs for well-defined deliverables such as tooling, documentation, or bug fixes; funded from the on-chain treasury.Status: currentPages: community/treasury, community/programs
Definition: Percentage of rewards or fees an orchestrator retains before distributing the remainder to delegators.Context: Commission Rate in Livepeer encompasses both the reward cut (on inflationary LPT) and fee cut (on ETH fees); orchestrators compete in the marketplace partly on the basis of their commission rates.Status: currentPages: community/staking, community/economics
Definition: Percentage of ETH fees an orchestrator retains (fee cut) versus the share distributed to delegators (fee share).Context: Fee cut is set by each orchestrator alongside reward cut; a lower fee cut passes more ETH fees from transcoding or AI work to delegators, affecting delegation attractiveness.Status: currentPages: community/staking
Definition: Non-repayable allocation from the community treasury or Livepeer Foundation for ecosystem development contributions.Context: Grants are awarded through treasury proposals or Foundation programmes to fund tooling, research, education, or infrastructure that benefits the Livepeer ecosystem.Status: currentPages: community/treasury, community/programs
Definition: Per-round rate of new LPT issuance, adjusting dynamically around the 50% target bonding rate.Context: Livepeer’s inflation rate starts around 0.00042% per round and decreases by 0.00005% per round when bonding exceeds 50%, and increases otherwise, targeting long-run equilibrium participation.Status: currentPages: community/economics, community/treasury
Definition: Newly minted LPT distributed each protocol round proportional to stake.Context: Inflationary rewards are the primary economic incentive for orchestrators and delegators; they are distributed via the reward call mechanism and depend on the per-round inflation rate.Status: currentPages: community/staking, community/treasury
Definition: Funding released incrementally upon achievement of predefined deliverables rather than in a lump sum.Context: Milestone-based grants are used by the Livepeer Foundation and treasury to reduce risk; SPEs and grantees receive funding tranches as they hit defined milestones and submit accountability reports.Status: currentPages: community/treasury, community/programs
Definition: Fundamental pricing unit for transcoding: cost in wei for processing one pixel of video.Context: Price per pixel is the standard unit of comparison for orchestrator pricing in Livepeer’s transcoding marketplace; orchestrators set their pricePerUnit and pixelsPerUnit to express a per-pixel rate.Status: currentPages: community/economics, community/network
Definition: Lottery-like payment model where only winning tickets are redeemed on-chain, amortizing per-segment costs across many transactions.External: Livepeer Docs — PaymentsStatus: currentPages: community/network
Definition: Mechanism where matching funds amplify small individual contributions, prioritizing broadly supported projects over whale-funded ones.External: Wikipedia — Quadratic votingStatus: currentPages: community/treasury
Definition: Funding model rewarding projects after they demonstrate value, reducing speculative risk for the treasury.External: Ethereum Blog — Project OdinStatus: currentPages: community/treasury
Definition: Percentage of inflationary LPT rewards an orchestrator retains before distributing the remainder to delegators.Context: Orchestrators set their reward cut rate as part of their on-chain configuration; a lower reward cut passes more inflationary LPT to delegators, making the orchestrator more attractive for delegation.Status: currentPages: community/staking
Definition: Locking tokens in a proof-of-stake protocol to participate in network security, governance, and earn rewards.Context: In Livepeer, staking means bonding LPT either as an orchestrator (self-stake) or delegator; staked LPT determines active set membership, reward share, and governance voting weight.Status: currentPages: community/staking, community/index
Definition: Concentrated treasury spending approach targeting high-impact growth initiatives during strategic market windows.Context: The Surge strategy is a treasury spending philosophy introduced by the Transformation SPE, directing resources toward high-leverage opportunities (e.g. AI video growth) rather than steady-state maintenance funding.Status: currentPages: community/governance, community/treasury
Definition: Pool of LPT and ETH held on-chain for funding public goods and ecosystem development, governed by token holder votes.Context: The Livepeer community treasury receives a percentage of per-round LPT inflation and distributes funds via LivepeerGovernor-approved proposals to SPEs, grants, and bounties.Status: currentPages: community/treasury, community/governance
Definition: Governable percentage of per-round LPT inflation diverted to the community treasury (currently 10%).Context: The treasury reward cut rate is set via governance; it determines what share of each round’s LPT emissions flows into the on-chain treasury rather than being distributed to orchestrators and delegators.Status: currentPages: community/treasury
Definition: The official currency of the United States; used as the reference denomination for Livepeer gateway fees, grant amounts, treasury allocations, and market data.Tags: economic:currencyExternal: United States dollar (Wikipedia)Status: currentPages: community/treasury, community/economics

Operational and Governance Terms

Definition: Community outreach initiative where participants represent Livepeer to new audiences.Context: Livepeer’s Ambassador Programme designates community representatives who promote adoption, create educational content, and help onboard new participants into the ecosystem.Status: currentPages: community/programs, community/index
Definition: Specification for structured commit messages enabling automated changelogs.External: Conventional Commits v1.0.0Status: currentPages: community/development, community/contributing
Definition: Recurring meeting where core developers discuss protocol development, node releases, and roadmap.Context: The Dev Call is a regular public community call where Livepeer engineers share protocol updates, discuss upcoming LIPs, and take questions from orchestrators and developers.Status: currentPages: community/events, community/development
Definition: System of rules and processes for protocol decision-making, including on-chain voting via LivepeerGovernor.Context: Livepeer governance combines on-chain LIP voting with off-chain forum discussion, SPE accountability structures, and Advisory Board strategy; token-weighted votes determine protocol parameter changes and treasury spending.Status: currentPages: community/governance
Definition: The Livepeer Forum’s governance category for LIPs, pre-proposals, and protocol governance discussions.Context: The primary off-chain coordination space for Livepeer governance; where community members post pre-proposals, discuss LIPs, and build consensus before on-chain votes.Status: currentPages: community/governance, community/tools
Definition: Know Your Orchestrator — Live Pioneers interview series profiling active orchestrators on the network.Context: KYO is a community education initiative run by Live Pioneers that publishes Q&A-format interviews with orchestrator operators, helping delegators make informed staking decisions.Status: currentPages: community/programs, community/events
Definition: LIP introducing the on-chain LivepeerGovernor contract and community treasury mechanism.Context: LIP-89 was the foundational governance upgrade that established Livepeer’s on-chain voting system, treasury contract, and the delegated stake-weighted voting model currently in use.Status: currentPages: community/governance, community/protocol
Definition: Independent community for long-term LPT holders producing educational content and guides.Context: Live Pioneers is an informal community programme for engaged LPT ecosystem participants; members produce the KYO interview series, publish staking guides, and represent the delegator perspective in governance.Status: currentPages: community/programs, community/index
Definition: Minimum “for” vote percentage (excluding abstentions) required for a governance proposal to pass.Context: Livepeer governance requires a passing threshold in addition to quorum; if insufficient stake votes in favor, the proposal fails even with high participation.Status: currentPages: community/governance
Definition: Informal governance discussion document posted on the Forum before a formal LIP or treasury proposal.Context: Pre-proposals allow the Livepeer community to give early feedback on governance ideas before the author commits to the formal LIP process, reducing wasted effort on unpopular proposals.Status: currentPages: community/governance
Definition: Minimum stake participation threshold required for a governance vote to be considered valid.Context: Livepeer’s on-chain governance (via LivepeerGovernor) requires a minimum quorum of participating stake before a vote result is binding; votes falling below quorum do not execute.Status: currentPages: community/governance
Definition: Formal solicitation posted by the community or Foundation inviting teams to submit proposals for defined work.Context: RFPs in Livepeer are used to solicit competitive bids for funded ecosystem work such as tooling, infrastructure, or documentation; typically posted in the Treasury Forum with defined scope and budget.Status: currentPages: community/treasury, community/governance
Definition: Forum section for treasury proposals, SPE funding discussions, and resource allocation.Context: The Treasury Forum is the designated category on the Livepeer Forum where SPE pre-proposals, grant requests, RFPs, and budget discussions are posted for community feedback before on-chain votes.Status: currentPages: community/treasury, community/tools
Definition: Recurring community call focused on treasury discussions and SPE updates.Context: Treasury Talk is a regular governance call where active SPEs present progress updates, new funding proposals are introduced, and community members ask questions about treasury spending.Status: currentPages: community/events, community/governance
Definition: Delegators overriding their orchestrator’s governance vote with their own independent stake-weighted vote.Context: Livepeer’s governance design allows delegators to vote independently from the orchestrator they bonded to; if a delegator casts their own vote, it detaches their stake-weight from the orchestrator’s vote.Status: currentPages: community/governance
Definition: Number of rounds (1) between governance proposal creation and the start of the voting period.Context: The voting delay in Livepeer governance gives stakeholders time to review a new proposal before voting opens, preventing snap votes on proposals the community has not had time to analyze.Status: currentPages: community/governance
Definition: Number of rounds (10) during which token holders can cast votes on a governance proposal.Context: The Livepeer voting period lasts 10 protocol rounds; votes cast via LivepeerGovernor are weighted by bonded stake, and delegators may override their orchestrator’s vote during this window.Status: currentPages: community/governance
Definition: Biweekly informal community call for development updates and ecosystem news.Context: The Water Cooler is a recurring Livepeer community call with a lighter format than Treasury Talk or Dev Call; it covers ecosystem news, informal Q&A, and community social discussion.Status: currentPages: community/events, community/social

Monitoring Terms

Definition: Blockchain analytics platform for SQL queries on on-chain data.External: Dune AnalyticsStatus: currentPages: community/tools, community/analytics
Definition: Automatic switching to a backup node or system when the primary fails, maintaining service continuity.External: Wikipedia — FailoverStatus: currentPages: community/tools
Definition: Open-source visualization and dashboarding platform for metrics and logs.External: GrafanaStatus: currentPages: community/tools, community/monitoring
Definition: Open-source monitoring system collecting time-series metrics via HTTP pull from instrumented targets.External: PrometheusStatus: currentPages: community/tools, community/monitoring

Web3 Terms

Definition: A Layer 2 Optimistic Rollup settling to Ethereum, processing transactions off-chain with Ethereum-grade security.External: Arbitrum DocumentationStatus: currentPages: community/network, community/protocol
Definition: Staking (locking) LPT tokens to an orchestrator in Livepeer’s delegated proof-of-stake system.External: Livepeer Forum — An overview of bondingStatus: currentPages: community/staking
Definition: Organization governed by smart contracts, with rules encoded in code rather than legal structures.External: Wikipedia — Decentralized autonomous organizationStatus: currentPages: community/governance
Definition: LPT holders staking tokens toward orchestrators they trust, sharing in rewards without running infrastructure.Context: In Livepeer’s delegated proof-of-stake model, delegation assigns staking weight to an orchestrator, increasing their active set probability and entitling the delegator to a proportional reward share.Status: currentPages: community/staking, community/governance
Definition: LPT holders assigning their staked tokens to a chosen orchestrator, sharing rewards without operating infrastructure.Context: Delegation is the act of bonding LPT to an orchestrator; it increases that orchestrator’s active set probability and entitles the delegator to a proportional share of inflationary rewards after the orchestrator’s commission cut.Status: currentPages: community/staking, community/governance
Definition: Livepeer’s algorithm for decentralized token distribution at genesis using Merkle proofs.External: Livepeer Forum — Introducing the MerkleMineStatus: currentPages: community/governance
Definition: Model where participants prove they performed useful work for the network rather than relying solely on stake size.External: Livepeer PrimerStatus: currentPages: community/network
Definition: Voting system where each vote is proportional to the voter’s bonded LPT stake.Context: Livepeer’s governance uses stake-weighted voting via BondingVotes; delegators can vote directly with their bonded stake, overriding their orchestrator’s vote through vote detachment.Status: currentPages: community/governance
Definition: Smart contract enforcing a mandatory delay between governance proposal passage and on-chain execution.Context: The Livepeer governance timelock prevents immediate execution of passed proposals, giving the community a window to review and respond before changes take effect.Status: currentPages: community/governance
Definition: Economic design of a token system encompassing supply, distribution, incentives, staking, inflation, and governance.External: Wikipedia — CryptoeconomicsStatus: currentPages: community/economics
Definition: Waiting period during which tokens are locked after initiating unbonding before becoming withdrawable (7 rounds in Livepeer).Context: The unbonding period in Livepeer is 7 protocol rounds; during this time, LPT cannot be transferred or re-staked, serving as a security and commitment mechanism.Status: currentPages: community/staking
Definition: Proposed mechanism locking LPT for enhanced voting power, aligning long-term incentive structures.Context: veLPT is a governance design proposal for Livepeer that would reward longer token lock-ups with greater voting influence, modeled on Curve Finance’s veToken model; as of 2026 it remains a proposal.Status: draftPages: community/governance
Definition: Weight of a participant’s governance vote, determined by their bonded LPT stake at the time of the vote.Context: In Livepeer governance, voting power equals bonded stake; delegators can exercise their own voting power independently from their orchestrator via vote detachment.Status: currentPages: community/governance

AI Terms

Definition: AI system independently pursuing complex goals by perceiving, deciding, using tools, and acting without supervision.External: Wikipedia — Autonomous agentStatus: currentPages: community/ai, community/projects
Definition: An AI platform and open-source community providing model repositories, datasets, and inference APIs; a primary source for AI models deployed on Livepeer orchestrator nodes.Tags: ai:platformExternal: HuggingFaceAlso known as: Hugging Face, HFStatus: currentPages: community/ai, community/tools
Definition: Running AI models on live streaming input with latency low enough for interactive speeds, typically under 100ms.External: Ultralytics — Real-time inferenceStatus: currentPages: community/ai, community/index
Definition: Neural network representing and predicting environment dynamics, enabling an agent to plan by simulating outcomes.External: Wikipedia — Generative AIStatus: currentPages: community/ai, community/projects

Technical Terms

Definition: Specialized processor for parallel computation used in video transcoding and AI inference workloads.External: Wikipedia — Graphics processing unitStatus: currentPages: community/network, community/ai
Definition: A high-level interpreted scripting language used for web and server-side development; Livepeer’s primary SDKs and gateway clients expose JavaScript/TypeScript APIs.Tags: technical:languageExternal: MDNAlso known as: JSStatus: currentPages: community/sdks, community/tools
Definition: Open-source media server providing RTMP ingest, HLS output, and multi-protocol streaming support.External: MistServerStatus: currentPages: community/tools, community/network
Definition: Software distributed with its source code under a licence permitting study, modification, and redistribution; Livepeer’s protocol, go-livepeer node software, and SDK libraries are all open source.Tags: technical:conceptExternal: Open-source software (Wikipedia)Also known as: open-source, FOSSStatus: currentPages: community/index, community/tools
Definition: Protocol allowing a program to execute a procedure on a remote server; in blockchain contexts, the mechanism for querying and submitting transactions to a node.External: Wikipedia — Remote procedure callStatus: currentPages: community/tools, community/network

Video Terms

Definition: Direct digital-to-digital conversion of video from one encoding to another, producing multiple adaptive renditions.External: Wikipedia — TranscodingStatus: currentPages: community/network, community/index

Community Hub

Start here for community resources, programmes, and participation guides.

Full Glossary

All terms across every Livepeer tab.

Community FAQ

Answers to common questions from community members.
Last modified on April 7, 2026