Skip to main content

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

  1. Your backend creates a proof request via the SDK
  2. A holder (end user) receives the request in their wallet
  3. The holder shares their credentials, signed with their DID
  4. Tokenive verifies the credentials using zkTLS proofs
  5. Your backend polls or receives the verification result

Next Steps