Powered by Fully Homomorphic Encryption — Zama Protocol

Hiring that'salways blind

Employers encrypt their requirements. Candidates encrypt their credentials. The blockchain computes the match. Nobody sees the other side's data — ever.

100%data stays encryptedFHE
0bias in matchingBLINDHIRE
2-partyzero-knowledge matchZAMA
on-chainverifiable resultsSEPOLIA
100%data stays encryptedFHE
0bias in matchingBLINDHIRE
2-partyzero-knowledge matchZAMA
on-chainverifiable resultsSEPOLIA
Process

Four steps.
Zero data exposure.

blindhire.ts
1// Employer sets thresholds
2const encYears = await encryptUint32(
3  minYears,
4  CONTRACT_ADDRESS,
5  employerAddress
6)
7
8// Only ciphertext hits the chain
9await postRole({
10  _minYears: encYears.handle,
11  _minYearsProof: encYears.proof,
12})
Sepolia · 0xa0bB4e71...dfD2e