Employers cryptographically sign credentials. Employees own them forever. AI agents match encrypted data to jobs using zero-knowledge proofs.
Employer signs and mints a verified credential on-chain
Credentials issued to your wallet address
Connect wallet to view your on-chain credentials
Check if a credential hash is valid on-chain
Prove you meet criteria without revealing exact data
How it works: This generates a simulated zero-knowledge proof. In production, this would use a ZK circuit (e.g., Circom + SnarkJS) to prove level >= threshold without revealing the actual level. The verifier only sees a boolean result and a cryptographic proof.
Paste a job description. AI extracts requirements and matches against credentials.
Backend mode: When you deploy the Claude API backend, this will call your Vercel function for real AI parsing. Until then, it uses a smart local parser for demo purposes.
Paste a performance review email or PDF text. AI extracts structured data.
Live on-chain data from Sepolia testnet
0xe923F4254303d3AC0d6f09bc35ff2a2079B2275b
Note: Your contract was deployed successfully and transactions are live on Sepolia. If stats show dashes, the contract ABI may have slight mismatches with the reader functions. Your transactions are still verifiable on Etherscan above.