Livepeer orchestrators require an Arbitrum One RPC endpoint to interact with the protocol – staking, reward calls, ticket redemption, and service registration all happen on Arbitrum. The endpoint is configured via theDocumentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
-ethUrl flag.
Requirements
Your RPC endpoint must:- Connect to Arbitrum One (chain ID
42161/0xa4b1) – not Ethereum L1 - Support standard JSON-RPC methods (
eth_call,eth_sendRawTransaction,eth_getBlockByNumber,eth_getLogs) - Handle the request volume your orchestrator generates – active orchestrators with frequent reward calls and ticket redemptions may exceed free-tier limits
Provider Options
Configuration
Set the endpoint when starting your orchestrator:Verify Your Endpoint
Test that the endpoint is reachable and returns the correct chain ID:"result":"0xa4b1" (42161 in decimal = Arbitrum One).