Skip to content

Commit 06c3c1b

Browse files
committed
Merge pull request #3 from jmacwhyte/proofread
Added example use case.
2 parents 88898c2 + a715f2c commit 06c3c1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bip-invoicerequest-extension.mediawiki

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,16 @@ The motivation for this extension to BIP70 is twofold:
3535
* Give the user the ability to decide who to release payment details to
3636
* Allow an entity such as a political campaign to ensure donors match regulatory and legal requirements
3737
* Allow for an open standards based way to meet regulatory requirements
38-
* Automate the creation and maintenance of an "address book" of payees, without relying on static addresses or BIP32 X-Pubs which can become outdated and/or compromise privacy
38+
* Automate the active exchange of payment addresses, so static addresses and BIP32 X-Pubs can be avoided to maintain privacy and convenience
3939
4040
In short we wanted to make bitcoin more human, while at the same time improving transaction privacy.
4141

42+
==Example Use Case==
43+
44+
Let's say a Bitcoin wallet developer would like to offer the ability to store an "address book" of payees, so users could send multiple payments to known entities without having to request an address every time. Static addresses compromise privacy, and address reuse is considered a security risk. BIP32 X-Pubs allow the generation of unique addresses, but watching an X-Pub chain for each person you wish to receive funds from is too resource-intensive for mobile applications, and there is always the risk of unknowingly sending funds to an X-Pub address after the owner has lost access to the corresponding private key.
45+
46+
With this BIP, Bitcoin wallets could maintain an "address book" that only needs to store each payee's public key. Adding an entry to one's address book could be done by scanning a QR code, sending a URI through a text message or e-mail, or searching a public repository. When the user wishes to make a payment, their wallet would do all the work in the background to communicate with the payee's wallet to receive a unique payment address. If the payee's wallet has been lost, replaced, or destroyed, no communication will be possible, and the sending of funds to a "dead" address is prevented.
47+
4248
==Definitions==
4349
{| class="wikitable"
4450
| Sender || Entity wishing to transfer value that they control

0 commit comments

Comments
 (0)