diff --git a/index.html b/index.html
index a6d0cd94..e151aab5 100644
--- a/index.html
+++ b/index.html
@@ -787,6 +787,20 @@
Identifies a certain version timestamp of a DID document to be resolved
(i.e., the DID document that was valid for a DID at a certain time).
+Note: This parameter may not be supported by all DID methods.
+ |
+
+
+
+initial-values
+ |
+
+Some DID methods may require an interim period of time (e.g., a block
+interval) before a new identifier and its initial DID document
+state are propagated within the underlying DID registry. To enable resolution
+of a DID during this period, DID methods may require that additional values
+be passed to their resolver logic. DID methods SHOULD use the
+`initial-values` parameter when such values are necessary.
Note: This parameter may not be supported by all DID methods.
|