Decentralized Identity Wallet
Own Your Digital Self
Prove who you are without revealing everything. Age verification, email proof, and passwordless login — all under your control.
Zero-Knowledge Proofs
Age Verification
Biometric Auth
Instant Login
Simple API Integration
Add decentralized identity to your site in minutes
integration.js
// Check if TentacleID is installed
const status = await tentacleID.isInstalled();
// Authenticate user
const { did, grant } = await tentacleID.authenticate();
// Verify age without revealing birthdate
const { verified } = await tentacleID.verifyAge(18);
// Get verified email
const { email } = await tentacleID.verifyEmail();