For the complete documentation index, see llms.txt. This page is also available as Markdown.

Types of Verifiable Credential

What are the different types of Verifiable Credential?

Overview

There are multiple types of Verifiable Credentials, each with their own set of benefits and features:

JSON (JWT)

W3C standard for representing data in a plain JSON format with a JWT proof.

JSON-LD

W3C standard for representing data in a plain JSON format with a Data Integrity proof.

SD-JWT

Extension of JSON based JWT with ability for selectively disclosed attributes.

AnonCreds (ZKCreds)

Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre.

Last updated

Was this helpful?