Testing Reward Flows
Reward logic can be tested in safe environments without real funds. On Sepolia, missions and contribution tasks can be simulated, generating test metadata for reward eligibility:
Complete a mission (e.g., testnet DePIN task) using dummy input
Submit proof via context vault or message channel
Verify backend logic for airdrop eligibility generation
Observe reward accrual logic in UI (testnet-only indicators shown)
This ensures that when deployed live, reward systems like airdrops or contribution recognition behave exactly as designed.
Last updated