Extended Public Key (ypub)
wallet · hd-wallet
A wallet-specific extended public key prefix that signals a nested SegWit address type to compatible software.
A ypub is an extended public key format used by some Bitcoin wallets to indicate P2WPKH-in-P2SH, also called nested SegWit. It is related to xpubs but changes the version bytes to communicate address type.
Ypub, zpub, and similar prefixes are common but not part of original BIP32. Some tools expect a plain xpub plus an explicit derivation path and script type, so imports should be tested carefully.
Related terms
Extended Public Key (xpub)
→A BIP32 extended public key that derives many child public keys and addresses without revealing private keys.
wallet · hd-wallet
Derivation Path
→A notation that selects a branch and key within a hierarchical deterministic wallet.
wallet · security
Wallet
→Software or hardware that manages signing credentials, addresses, transactions, and access to blockchain assets.
wallet · security