Verify Lock Address
private-1 Source
Bitcoin staking · P2WSH lockup

Verify before you fund.

The lock address is a hash of a script committing to your Stacks principal, your Bitcoin unlock script and the unlock height. Recompute it here from public data, then compare it against the destination your wallet asks you to sign.

Funds sent to a wrong-but-valid P2WSH are unrecoverable unless you hold keys for whatever script it commits to.

Inputs

Connecting Leather prefills the Stacks address and Bitcoin public key, and both stay editable. The unlock tail built here is the single-key form, <pubkey> OP_CHECKSIG.

Nothing is sent anywhere but the public Stacks API: the script is built in your browser and cross-checked against pox-5 read-only calls.

Recomputed in-browser with @stacks/bitcoin-staking, cross-checked against pox-5. SIP-045