PSBT
PSBT, or Partially Signed Bitcoin Transaction, is a standardized data format designed to facilitate the creation and signing of Bitcoin transactions by multiple parties. It allows an unsigned transaction to be prepared by one entity and progressively signed by others, such as hardware wallets, offline signers, or co-signers, without exposing private keys.
Defined in BIP 174, PSBT specifies a structured, extensible representation that carries all information needed for
Workflow: an unsigned transaction is created and distributed. Signers add partial signatures and any necessary data.
PSBT is designed to be interoperable across wallets and hardware signers, supporting multisig, offline signing, and
Security and limitations: PSBT does not itself secure private keys and relies on the security of signers.