> BIP47 LAB

Payment code validation and interactive BIP47 payment flow demonstration
🎭 Interactive Scenario: Alice Pays Bob
Walk through a complete BIP47 payment flow. See how payment codes enable private, reusable payments without address reuse.
01 Exchange Payment Codes

Alice gets Bob's payment code from his donation page. This contains Bob's xpub at path m/47'.

Alice (Sender)
β†’ requests payment code from β†’
Bob (Receiver)
βœ‰οΈ BIP47 Message Verifier
Verify that a message was signed by the owner of a BIP47 payment code's notification address. Paste the entire signed message block - we'll parse it automatically.
πŸ” Payment Code Validator & Analyzer
Analyze BIP47 payment codes byte-by-byte. See the structure, validate components, and understand what makes a payment code valid.