Marketplace overview
This market is continuous - Orchestrators are always available for sessions; Gateways route work off-chain without per-job on-chain gas.Demand: client workloads
Clients submit various media compute jobs through Gateways: API examples: Livepeer Studio REST, Gateway POST job, ComfyStream interface (AI).Supply: Orchestrator nodes
Orchestrators advertise:- Hardware specs (GPU/CPU, memory)
- Region and latency
- Supported workloads (video, AI, or both)
- Price per segment / frame / token
Routing logic
The Gateway scores Orchestrators by:- Latency to input source
- Workload match (video vs AI)
- Cost per job
- Availability and retry buffer
Price discovery
The current Livepeer implementation uses posted pricing (Orchestrator-set), not auction-based. A few notes:- Clients can be matched to the lowest available compatible provider.
- Prices may vary by:
- Region (e.g. US-East vs EU-Central)
- GPU load (AI-heavy Orchestrators may charge more)
- Quality profile (e.g. 1080p60 vs 720p30)
In development: LIPs may introduce dynamic auction mechanisms for AI sessions (e.g. Spot job auctions). See the Forum LIPs for proposals.
Payments and settlement
Clients pay via:- ETH tickets (settled on-chain via the protocol’s
TicketBroker) - Credit balance (tracked off-chain by some Gateways)
- Claim winning tickets to the
TicketBrokeron Arbitrum - Accumulate ETH earnings from transcoding/AI work
- Claim inflation (LPT) rewards from the
BondingManagereach round
Credit system extensions
Some Gateways provide user-friendly pricing in addition to direct ETH: Orchestrators can price in USD-equivalent via oracle-based quoting where supported.Observability
Each session can be logged with:- Latency to first response
- Retry count
- Orchestrator ID and region
- Price paid (ETH or credit)
Protocol–market boundaries
Future upgrades (LIPs proposed)
- LIP-78: Spot job auctions
- LIP-81: Credit-to-protocol sync bridge
- LIP-85: Orchestrator staking influence on job routing
See also
- Job lifecycle - End-to-end flow from ingest to settlement
- Actors - Gateway, Orchestrator, and Delegator roles
- Livepeer Protocol overview - On-chain contracts and incentives
- Blockchain contracts - TicketBroker and other contract addresses