Skip to content

Commit

Permalink
More adjustments from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jul 27, 2024
1 parent 0b3c79c commit c2655e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bip-0388.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

== Abstract ==

Software wallets and hardware signing devices sequester wallet uses into logically separate "accounts".
Software wallets and hardware signing devices typically partition funds into separate "accounts". When signing or visualizing transactions, this allows to show to the user aggregate in-flow or out-flow information for one or more involved accounts.

Wallet policies build on top of output script descriptors to represent such accounts in a compact, reviewable way.
An account encompasses a logical group of receive and change addresses, and each wallet policy represents all descriptors necessary to describe an account in its entirety.

Expand Down Expand Up @@ -67,7 +68,7 @@ Reusing keys across different UTXOs harms user privacy by allowing external part

By constraining the derivation path patterns to have a uniform structure, wallet policies prevent key reuse among the same or different UTXOs of the same account.

It is strongly recommended to avoid key reuse across accounts. Distinct public keys per account can be guaranteed per hardened derivation paths. This specification does not mandate hardened derivation to maintain compatibility with existing deployments that do not adhere to this recommendation.
It is strongly recommended to avoid key reuse across accounts. Distinct public keys per account can be guaranteed by using distinct hardened derivation paths. This specification does not mandate hardened derivation in order to maintain compatibility with existing deployments that do not adhere to this recommendation.

It is out of scope for this document to guarantee that users do not reuse extended public keys among different wallet accounts. This responsibility is left to the users and their software wallet.

Expand Down

0 comments on commit c2655e0

Please sign in to comment.