What is Tokenive?
Tokenive is a TypeScript SDK for zkTLS-based credential verification. It lets institutions create proof requests, collect verified credentials from holders, and check verification results — all with type-safe APIs.
Key Features
- Type-Safe: Built on Zod schemas with full TypeScript support
- Privacy-Preserving: Uses zkTLS (Zero-Knowledge Transport Layer Security) proofs
- Simple Integration: Three resource classes cover the entire verification workflow
- Contract-First: Types and OpenAPI spec generated from the same Zod schemas
Who Is This For?
Tokenive is designed for institution developers who need to:
- Verify identity documents (passports, IDs)
- Run KYC/KYB processes
- Collect and verify credentials with privacy guarantees
- Integrate credential verification into existing workflows
How It Works
- Your backend creates a proof request via the SDK
- A holder (end user) receives the request in their wallet
- The holder shares their credentials, signed with their DID
- Tokenive verifies the credentials using zkTLS proofs
- Your backend polls or receives the verification result