A common 2-of-3 multisignature transaction can take up to five times as much space as a simple pay to address or pay to public key transaction.
They also reduce the complexity of the encoding, and shift the burden in terms of fees from the sender to the recipient – after all it’s their request to have the complexity in the conditions for the release of the funds.
This is done by transferring the script used to spend the transactions to the
Script addresses are not made through the usual process of elliptic curve cryptography but are instead the hash of the
Structuring P2SH transactions should be done with care as an error can make the transaction unspendable. Another important point is that the details of the transaction script are not stored in the blockchain, only the hash, and therefore the creator of the transaction must keep a copy of the script or remember the route to generate the specific hash.