Get Started
Mainnet Overview
The Lightchain AI Mainnet is the production network for the Lightchain AI protocol. It launched at genesis on 2026-05-05 12:12:02 UTC with a fixed total supply of 10,000,000,000 LCAI.[!NOTE] Mainnet LCAI is real value.
Always double-check addresses, RPC URLs, and chain ID before signing transactions.
Network Details
For the complete RPC method reference, rate limits, and example requests, see the Mainnet API & RPC Reference.Chain Parameters
Connect to Mainnet
MetaMask (Manual Setup)
- Open MetaMask and click the network dropdown at the top.
- Select "Add a network manually".
- Enter the following details:
- Click Save and switch to the Lightchain AI Mainnet network.
Hardhat
CodeJAVASCRIPT
Foundry
CodeBASH
ethers.js
CodeJAVASCRIPT
viem
CodeTYPESCRIPT
Verify Connection
After adding the network, confirm your connection:CodeBASH
result field should return "9200" (the chain ID as a string).
What's Next
- Mainnet API & RPC Reference — endpoints, supported JSON-RPC methods, examples.
- Contract Addresses — protocol contracts, service EOAs, and whitelisted models.
- Governance & Protocol Parameters — Governor / Timelock configuration and AIConfig values.
Last updated: May 2026