diff --git a/index.html b/index.html
index c37bfda10..cac572850 100644
--- a/index.html
+++ b/index.html
@@ -4416,8 +4416,26 @@
Device Tracking and Fingerprinting
identify those requests as having come from a single client, while placing only
limited trust in the nodes used to forward the messages. Hence, Oblivious HTTP
is one privacy-preserving mechanism that can be used to reduce the possibility
-of device tracking and fingerprinting.
+of device tracking and fingerprinting. Concrete examples for how Oblivious HTTP
+can benefit ecosystem participants are included below.
+
+
+ -
+A holder using a digital wallet can reduce the chances that they
+will be tracked by a 3rd party when accessing external links within a
+verifiable credential stored in their digital wallet.
+For example, a digital wallet might fetch and render linked images, or
+check the validity of a verifiable credential by fetching an
+externally linked revocation list.
+
+ -
+A verifier can reduce signalling to an issuer that the
+verifier has received a specific verifiable credential.
+For example, a verifier might fetch an externally linked revocation
+list while performing status checks on a verifiable credential.
+
+