diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index ff4a3ffa..ca6ce11c 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -219,7 +219,7 @@ output with prevout 000...000:FFFFFFFF does not exist.
=== Verification ===
-A validator is given as input an address ''A'' (which may be omitted in a proof-of-funds), signature
+A validator is given as input an address ''A'', signature
''s'' and message ''m'', and outputs one of three states:
to_sign and ''S'' be the nSequence of the first input of to_sign. Output the state ''valid at time T and age S''.
+## For ''full Proof of Funds'' signatures, a validator MAY additionally report any non-zero nSequence values on the Proof of Funds inputs (i.e., vin[1..n]), and MAY verify them against the current chain state when the UTXO set is available; such checks are advisory and do not affect the output state.
+
=== Signing ===
@@ -489,10 +491,12 @@ and many others for their feedback on the specification.
== Changelog ==
+* '''1.0.1''' (2026-06-04):
+** Clarify that the message_challenge is ''not'' optional for "Proof of Funds".
* '''1.0.0''' (2026-04-15):
** Mark Complete
** Breaking change: Add human-readable prefix to encoded signature
-** Breaking change: format of "Proof of Funds" signatures to be base64-encoded finalized PSBT
+** Breaking change: Format of "Proof of Funds" signatures to be base64-encoded finalized PSBT
** Add new PSBT global field for PSBT-based signing
* '''0.0.1''' (2018-09-10):
** Proposed as draft