diff --git a/index.html b/index.html
index 1381f114..8a87c1e7 100644
--- a/index.html
+++ b/index.html
@@ -435,19 +435,27 @@
- The goal of the definitions in this section is to reuse or establish
- terminology that is common across a variety of digital credential formats
- and protocols. Discussions surrounding these definitions are active and
- the definitions are likely to change over the next several months.
-
-
+ Defined by this specification
+
+
+ -
+ Credential manager
+
+ -
+ An application, hardware device, or service which securely stores,
+ organizes, manages, and enables presentation of credentials. Digital
+ wallets, password managers, and passkey managers are all examples of
+ credential managers.
+
-
Digital credential
@@ -456,34 +464,36 @@
[=claims=] made by an [=issuer=] about one or more [=subjects=].
This specification is currently focused on digital credentials
- pertaining to people.
+ pertaining to people. Also known as a verifiable digital credential.
-
- Presentation request
+ Digital wallet
-
- A presentation request is a request for a [=digital credential=]
- composed of [=digital credential/request data=] and a [=digital
- credential/exchange protocol=].
+ A user friendly term for a [=credential manager=] for verifiable digital
+ credentials and other objects like payment cards and tickets. Also known
+ as a "wallet" or "identity wallet".
-
- Request data
+ Exchange protocol
-
- A format that [=verifier=] software or a [=user agent=] uses, via an
- [=digital credential/exchange protocol=], to request a [=digital
- credential=] from a [=holder=].
+ A standardized protocol used for exchanging a [=digital credential=]
+ between a [=holder=] and a [=verifier=]. A protocol is identified by a
+ [=digital credential/protocol identifier=]. See section also
+ [[[#protocol-registry]]].
-
Presentation response
+ "issuance protocol">Issuance protocol
-
- A format that a [=holder's=] software, such as a digital wallet, uses,
- via an [=digital credential/exchange protocol=], to respond to a
- [=digital credential/presentation request=] by a [=verifier=].
+ A standardized protocol used for communication between an [=issuer=]
+ and a [=holder=] during the issuance of a [=digital credential=]. The
+ issuance protocol is identified by a [=digital credential/protocol
+ identifier=]. See also section [[[#protocol-registry]]].
-
protocol=], to respond to an [=digital credential/issuance request=] by
an [=issuer=].
+
-
+ Issuance service
+
+ -
+ An entity that performs the act of creating and delivering a verifiable
+ digital credential on behalf of the issuer. In many cases, the
+ [=issuer=] and issuance service are the same entity or component.
+
-
Exchange protocol
+ "presentation response">Presentation response
-
- A standardized protocol used for exchanging a [=digital credential=]
- between a [=holder=] and a [=verifier=]. A protocol is identified by a
- [=digital credential/protocol identifier=]. See section also
- [[[#protocol-registry]]].
+ A format that a [=holder's=] software, such as a digital wallet, uses,
+ via an [=digital credential/exchange protocol=], to respond to a
+ [=digital credential/presentation request=] by a [=verifier=].
+
+ -
+ Relying party
+
+ -
+ The entity which consumes and/or stores [=claims=] from a
+ [=verifiable presentation=]. In many cases, the relying party and
+ [=verifier=] are the same entity or component.
+
+ -
+ Presentation request
+
+ -
+ A presentation request is a request for a [=digital credential=]
+ composed of [=digital credential/request data=] and a [=digital
+ credential/exchange protocol=].
-
Protocol identifier
@@ -530,15 +564,31 @@
"123a-protocol", "abc", or simply "a".
-
- Issuance protocol
+ Request data
-
- A standardized protocol used for communication between an [=issuer=]
- and a [=holder=] during the issuance of a [=digital credential=]. The
- issuance protocol is identified by a [=digital credential/protocol
- identifier=]. See also section [[[#protocol-registry]]].
+ A format that [=verifier=] software or a [=user agent=] uses, via an
+ [=digital credential/exchange protocol=], to request a [=digital
+ credential=] from a [=holder=].
+ -
+ Verification service
+
+ -
+ An entity that performs the cryptographic validation of a
+ [=verifiable presentation=] on behalf of the [=verifier=]. In many
+ cases, the [=verifier=] and verification service are the same entity or
+ component.
+
+
+
+ Defined by other specifications
+
+