Get Started
Mainnet Contract Addresses
All Lightchain AI Mainnet contracts and service accounts. Always verify addresses against this page (or the on-chain registry) before signing transactions.[!NOTE] The five upgradeable protocol contracts (AIConfig, JobRegistry, WorkerRegistry, Treasury, FeePool) are owned by the deployer EOA pending handover to a multisig and ultimately the Timelock-controlled Governor. Verify the current owner on-chain before relying on any privileged action.
Protocol Contracts
Most protocol logic lives behind upgradeable proxies. Always interact with the proxy address; the implementation is exposed for source verification only.Governance
Treasury & Fees
AI Protocol
Native Voting
[!TIP] Genesis predeploy addresses (0x…0001001,0x…0001002,0x…0001004) are part of the chain's genesis state and are stable across upgrades.
Service EOAs
The following externally-owned accounts run protocol services on mainnet. They are intentionally separate from the deployer EOA and can be observed on-chain.Whitelisted Models
Both models are registered onAIConfig and whitelisted on WorkerRegistry. The modelId is the keccak256 hash of the model identifier.
For the live list of supported models, call lcai_listSupportedModels (see the RPC reference) or read the AIConfig contract directly.
Last updated: May 2026