diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index c4d50b5e..b4a04bf1 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -79,9 +79,9 @@ UTXOs.
| all
| full to_sign transaction, consensus and base64-encoded
|-
-| Full (PoF)
+| Full (Proof of Funds)
| all
-| full to_sign transaction, consensus and base64-encoded
+| full finalized PSBT of the to_sign transaction, consensus and base64-encoded
|}
1: Possible on a technical level but should NOT be used anymore in the context of this
@@ -161,12 +161,29 @@ full signature as above, with the following modifications.
to_sign, and their witness and scriptSig data should be set as though these
- outputs were actually being spent.
+ The to_spend transaction is represented as a finalized PSBT instead of a raw
+ transaction (see [[bip-0174.mediawiki#input-finalizer|BIP-0174]] for details on the finalization
+ process).
+to_sign, and their witness and scriptSig data should be set as though these outputs
+ were actually being spent.
+to_spend from ''m'' and ''A''
## Decode ''s'' as the transaction to_sign
-## If ''s'' was a full transaction, confirm all fields are set as specified above; in particular that
+## If ''s'' was a full transaction or PSBT, confirm all fields are set as specified above; in particular that
##* to_sign has at least one input and its first input spends the output of to_spend
+##* to_sign with more than one input has an appropriate Witness UTXO or Non-Witness UTXO for each input
+##** If (based on the input type) a Non-Witness UTXO is required but not provided, check if the first input with the same transaction ID has a Non-Witness UTXO set and use that; fail validation if no such Non-Witness UTXO can be found
##* to_sign has exactly one output, as specified above
## Confirm that the two transactions together satisfy all consensus rules, except for to_spend's missing input, and except that ''nSequence'' of to_sign's first input and ''nLockTime'' of to_sign are not checked.
# (Optional) If the validator does not have a full script interpreter, it should check that it understands all scripts being satisfied. If not, it should stop here and output ''inconclusive''.
@@ -257,7 +276,10 @@ They then encode their signature, choosing either ''simple'' or ''full'' as foll
message_signature
to_sign.
+ If they added no inputs to to_sign, they may base64-encode to_sign
+to_sign