Dentity
Coming soonAgentic identity frameworks →

Identity infrastructure for the open web.

Dentity powers compliant, reusable identity for enterprises, sovereign identity for people, and verifiable identity for AI agents, all on one open network of credentials and wallets.

No PII to store

Verify against credentials, not a database. You never warehouse consumer data.

Verify once, reuse everywhere

Your end users carry one verified identity across every service you offer.

Built on open standards

W3C Verifiable Credentials, DIDs, and OpenID for VCs. No lock-in.

Identity, rethought

Identity that compounds, instead of costs.

Legacy identity vendors charge per verification, taxing every new user you add. Dentity turns identity into a durable, reusable asset: verify a customer or agent once, and that trust travels across your ecosystem. Redundant checks disappear. Costs fall as you scale.

Infrastructure

Every identity primitive your platform needs.

Issue, verify, and reuse identity for your users and the agents acting on their behalf, all on one network.

How it works

Issue, hold, verify on open standards.

Dentity is built on W3C Verifiable Credentials, DIDs, and OpenID for VCs. Every primitive composes, and nothing locks you in.

01

Issue

Define a credential schema and issue cryptographically signed credentials to people, businesses, or agents.

02

Hold

Credentials live in a wallet the holder owns: the Dentity wallet or your own white-label build.

03

Verify

Request only the attributes you need. Verify in one API call, with full cryptographic proof. No PII storage required.

verify.ts
import { Dentity } from "@dentity/sdk";

const dentity = new Dentity(process.env.DENTITY_API_KEY);

// Request only what you need
const session = await dentity.verifications.create({
  scopes: ["legal_name", "age:21+", "country"],
  callback: "https://app.example.com/verify/callback",
});

// User shares from their wallet — you never store PII
const result = await dentity.verifications.get(session.id);

if (result.status === "verified") {
  grantAccess(result.subject);
}

Ecosystem

The Dentity network

Dentity provides a full-service ecosystem for businesses to issue and originate identity credentials, for consumers to hold those credentials in an interoperable wallet, and for verifiers to rely on them. Participants benefit from a network effect that leverages the power of millions of verified identity credentials on the Dentity network.

Issuers & organizations
Sign credential
Issue credential
Credential holders
Dentity Network
Anchor and resolve DIDs, and adjudicate transactions between parties.
Present credential
Verify credential
Verifiers

DIAL

Digital Identity Attribute Levels

Our patent-pending DIAL system categorizes digital identity so enterprises can easily reuse consumer-held identities. DIAL lowers KYC costs for identity originators and relying parties, and improves customer experience and onboarding conversion.

Attribute LevelLevel 1Level 2Level 3Level 4Level 5
Anti-spam & bot detection
Liveness & proof of presence
Visual ID verification
Domestic & international AML compliance
NIST 800-63-3 compliance

The identity layer for your platform.

Give your users reusable, self-owned identity, and verify them without storing their data. Built for enterprises, on open standards.