Skip to main content

P2SH

script
address

A script type where the output is locked to the hash of a redeem script, enabling features like multi-sig.

Also known as
Pay to Script Hash
1
basic

P2SH pays to the hash of a redeem script stored off-chain until spend time. To spend, the spender reveals the redeem script and provides data that satisfies it.

2
tradeoffs

P2SH simplifies receiving because the sender only needs a script hash, while the spender handles the complexity later. The tradeoff is that the full redeem script becomes public when the output is spent, which can reveal the wallet policy.

Conceptual links

Related terms

4 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.