Proof of Humanity
on Starknet
Post-quantum identity verification using ZK-STARKs and NFC passport reading. No biometrics. No PII on-chain. Pure mathematics.
Post-Quantum Secure
Built on STARKs (hash-based proofs), not SNARKs (elliptic curve). Resistant to quantum computing attacks. Future-proof cryptography.
Zero PII On-Chain
Only a nullifier and pseudonym appear on-chain. No name, no nationality, no biometrics. Passport data is proven and immediately deleted.
Starknet Native
Pure Cairo circuits. Native Starknet contracts. No bridges, no wrapped proofs. First and only identity solution built for Starknet.
How It Works
Install the SDK
npm install @vauban/glacis-sdk. Query on-chain verification status with 3 lines of code.
User verifies identity
User scans their passport with the Glacis mobile app. NFC chip data is read and a STARK proof is generated.
On-chain attestation
The proof is verified on Starknet. A non-transferable Soulbound Token is minted to the user's wallet.
Your app queries status
Call isVerifiedHuman(wallet) from your app. Free on-chain read. No PII, no biometrics, just a boolean.
3 Lines of Code
import { GlacisClient } from '@vauban/glacis-sdk';
const glacis = new GlacisClient({ network: 'starknet-mainnet' });
const isHuman = await glacis.isVerifiedHuman(walletAddress);Pricing
Pay per verification. Queries are free on-chain reads. No hidden fees.
Starter
For testing and evaluation
- ✓100 verifications/month
- ✓Shared queue
- ✓Community support
- ✓Sepolia + Mainnet
Growth
For production applications
- ✓1,000 verifications/month
- ✓Priority queue
- ✓$0.10/verification overage
- ✓Email support
- ✓Usage analytics
Scale
For high-volume protocols
- ✓5,000 verifications/month
- ✓Priority queue
- ✓$0.07/verification overage
- ✓Priority support
- ✓Custom integration help
Enterprise
For DeFi protocols and exchanges
- ✓Custom volume
- ✓Dedicated infrastructure
- ✓$0.03-0.05/verification
- ✓SLA guarantee
- ✓Direct engineering support
Ready to add sybil resistance?
Join the first identity protocol native to Starknet. Free during launch.
Get in Touch