The ZK module ensures that KAIZO can personalize interactions based on user behavior without revealing identity or requiring any login/KYC data.
const zkProof = generateZKProof({ wallet: "0x123...", action: "completed-mission-stake-bonk" }); if (verifyZKProof(zkProof)) { grantXP(wallet, 100); }
Last updated 6 months ago