Get Started
Connect to Testnet
Before interacting with the Lightchain AI Testnet, you need to add the network to your wallet.[!NOTE] Lightchain AI Testnet is EVM-compatible.
Any wallet that supports custom EVM networks will work.
1. Connect via MetaMask (Recommended)
Automatic Setup
Click the button below to add the Lightchain AI Testnet to MetaMask automatically: š Add Lightchain AI Testnet to MetaMaskManual Setup
If automatic setup doesn't work, add the network manually:- 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 Testnet network.
2. Connect via Trust Wallet
- Open Trust Wallet and navigate to Settings ā Network.
- Tap "Add Custom Network".
- Fill in the same network details listed above.
- Save and select the Lightchain AI Testnet as your active network.
3. Connect via Programmatic Configuration
Hardhat
Add the testnet to yourhardhat.config.js or hardhat.config.ts:
CodeJAVASCRIPT
Foundry
Add the testnet RPC to your Foundry workflow:CodeBASH
ethers.js
CodeJAVASCRIPT
viem
CodeTYPESCRIPT
4. Verify Connection
After adding the network, confirm your connection:- Your wallet should display Lightchain AI Testnet as the active network.
- Your balance will show
0 LCAIuntil you claim tokens from the faucet. - Try fetching the latest block number to verify RPC connectivity:
CodeBASH
If you receive a valid hex block number in the response, your connection is working.
Next Steps
Now that you're connected, claim testnet LCAI tokens from the faucet.Last updated: February 2026