FAQ
General
What is LightChallenge?
LightChallenge is an on-chain challenge protocol where you stake cryptocurrency on personal goals and earn rewards when you prove you achieved them. Evidence is verified by the Lightchain AI network — no trust required.
What chain does it run on?
LightChallenge runs on the Lightchain network (chain ID 504). Currently deployed on testnet with LCAI as the native token.
Is it free to use?
Creating and participating in challenges requires staking LCAI tokens. There is a small protocol fee (configurable by the admin). On testnet, you can get free LCAI from the faucet.
What wallets are supported?
MetaMask, WalletConnect (any compatible mobile wallet), Coinbase Wallet, Rainbow, Trust Wallet, and Phantom. Safari users should use WalletConnect.
Challenges
What types of challenges can I create?
- Fitness — Step counts, walking/running distance, cycling (via Apple Health, Strava, Garmin, Fitbit)
- Gaming — Match wins, ranked performance (via Dota 2, CS2, League of Legends)
- Custom — Any verifiable goal with manual evidence submission
How is my evidence verified?
Your evidence goes through a multi-stage pipeline:
- An off-chain evaluator checks the raw data against your challenge rules
- The result is submitted to the Lightchain AIVM network
- Multiple AI validators independently verify the claim
- When they reach consensus, the smart contract is updated
What happens if I fail my challenge?
If you don’t submit proof before the deadline, or if the AI verification determines you didn’t meet the goal, the challenge is finalized as failed. Your stake goes to the protocol treasury.
Can I cancel a challenge?
Only the contract admin can cancel challenges. Canceled challenges allow all participants to claim refunds.
Evidence
How do I submit Apple Health data?
- Open the webapp and navigate to your challenge’s proof page
- Select “Apple Health” and click “Sign & Generate QR”
- Sign the authentication message with your wallet
- Scan the QR code with your iPhone
- The iOS app opens, reads your HealthKit data, and submits it
Do I need the iOS app?
Only for Apple Health evidence. Gaming evidence (Dota 2, CS2, LoL) is collected automatically through linked accounts. Strava and Garmin data is also collected via OAuth.
Is my health data private?
Your raw health data is sent only to the LightChallenge backend for evaluation. Only the verification result (pass/fail) is stored on-chain. The raw data is not published to the blockchain.
Technical
How do I add Lightchain to my wallet?
| Field | Value |
|---|---|
| Network Name | Lightchain Testnet |
| RPC URL | https://light-testnet-rpc.lightchain.ai |
| Chain ID | 504 |
| Currency Symbol | LCAI |
| Block Explorer | https://testnet.lightscan.app |
Where are the smart contracts?
| Contract | Address |
|---|---|
| ChallengePay | 0xBeA3b508a5Ce2E6C8462108f42c732Da7454c5cb |
| EventChallengeRouter | 0x4c523C1eBdcD8FAAA27808f01F3Ec00B98Fb0f2D |
| Treasury | 0xe84c197614d4fAAE1CdA8d6067fFe43befD9e961 |
| MetadataRegistry | 0xe9bAA8c04cd77d06A736fc987cC13348DfF0bfAb |
| TrustedForwarder | 0xedF522094Ce3F497BEAA9f730d15a7dd554CaB4d |
I’m getting “Wrong network” in the webapp
Click the “Wrong network” button and approve the chain switch in your wallet. If the Lightchain testnet isn’t added yet, your wallet will prompt you to add it.