Verifiable Credentials
Digital credentials are becoming more commonly used to assert and transfer information about people, entities and things. A credential is a structred document that contains key-value pairs (referred to as claims). The W3C Verifiable Credentials (VCs) Data Model is a specification that enables people, entities and things to share credentials with third-parties to prove they possess certain attributes, knowledge and permissions in a machine-verifiable way.
VCs are compiled of a set of claims made about a Holder / Subject. They can be imagined as digital equivalents of physical documents (e.g. driver licences, passports, birth certificates). What differentiates them from physical documents and other non-secure forms of digital data is that they are tamper-resistant and can be cryptographically verified. In addition to this, VCs:
Are based on international standards such as those published by the W3C
Include decentralised identifiers DIDs (for all actors)
Are designed to be globally interoperable
Require cryptographic proof throughout the credential lifecycle
Can be used across ecosystems
Adhere to a common schema
Utilise common / shared lists for resolving and revocation
The VC Ecosystem
Issuer, Holder and Verifier
Inside the VC Ecosystem are three distinct roles: an Issuer, a Verifier, and a Holder. At the centre of the ecosystem is the Holder (not to be confused with the subject although these are often the same). The exchange of VCs starts with the Issuer who generates the credential and issues it to the Holder. The VC contains:
A set of claims about the Holder (e.g. name, date of birth)
The Issuer’s signature
Credential metadata (e.g. expiry date)
The credential identifier (a unique number)
Once issued, Holders can store their VCs in a digital wallet. In the event a Holder needs to provide evidence of, for example, their identity, a skill, or access rights, they can share proof of one or more claims stored within their VC(s). They share this proof with actors inside the ecosystem called Verifiers via a Verifiable Presentation. A Verifiable Presentation is the requested information (VCs) packaged by the Holder and presented to a Verifier. These presentations are verified by the receiving party in order to perform a service.
Verifiable Data Registry
A verifiable data registry (VDR) is a role undertaken by a system within a VC Ecosystem. The purpose of this role is to mediate the actions undertaken by the actors in the ecosystem. These actions include the creation and verification of identifiers, keys, VC schemas etc. VDRs take many forms, the type of ecosystem being orchestrated will determine which VDR should be used. When sharing and exchanging VCs, the W3C trust model only requires that “all entities trust the verifiable data registry to be tamper-evident and to be a correct record of which data is controlled by which entities.” The different types of VDRs include:
Trusted databases: A database governed by one or more organisations that is managed centrally, across multiple systems or on a cloud.
Ledgers: A verifiable transaction log where entries are only ever added, not removed from the ledger.
Centralised ledgers: Managed by a ledger operator and do not require a consensus mechanism.
Distributed ledgers: A ledger that is replicated across many systems or entities, where transactions are updated in unison. Requires a consensus mechanism.
Blockchains: Use cryptographically linked blocks of data that build as more transactions occur.
Meeco’s products are VDR agnostic, any of the above VDR types can be used when creating and managing a VC Ecosystem with Meeco's Secure Value Exchange (SVX) platform.
Digital Wallets
Digital wallets enable users to manage their digital assets easily and securely from the device(s) of their choosing. Wallets are commonly used for the management of data and transactions, ranging from identity documentation (driver licences and certificates), financial (payments and transfers), tokens (fungible and non-fungible), and loyalty programs (vouchers and point accumulation). To better understand how VCs are managed in digital wallets, see our Digital wallets information page.
VCs in real-world applications
To see how Verifiable Credentials can be used in different workflows, please view Meeco’s case studies and existing customer applications to find out more.
Last updated