<div dir="ltr">Hi,<br><br><div class="gmail_quote"><div dir="ltr">On Sat, 1 Dec 2018 at 05:06, James MacWhyte &lt;<a href="mailto:macwhyte@gmail.com">macwhyte@gmail.com</a>&gt; wrote:</div><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Is the intention that someone would open their non-private wallet, and choose an option that slowly siphons their funds into a different app?</div></div></blockquote><div><br></div><div><div dir="ltr"><div>Yes, that&#39;s the idea. And then send them back in a controlled manner.</div></div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Why would anyone want that feature?</div></div></blockquote><div><br></div><div>Most mobile wallets have no coin control features, which are tricky to implement (lots of design/UI effort required). Some special purpose wallets have additional privacy concerns and also lack coin control - for example <a href="http://protip.is">protip.is</a> may inadvertently disclose browsing habits, or bisq arbitration contracts are easily identifiable on the blockchain. The latter is actually an inspiration to this, since it has functionality to allow funding transactions from an external wallet, as well as withdrawing to one.</div><div><div><br class="gmail-Apple-interchange-newline">Conversely, fungibility focused wallets are highly specialized and limited in scope. As far as I&#39;m aware, JoinMarket and Wasabi are the only maintained implementations of mixing wallets available today, and both are desktop apps, with no hardware wallet integration. It is unlikely that e.g. coinjoin functionality would be added the application specific wallets, especially as these features require a great deal of care and effort to do correctly (cf. SharedCoin)</div></div><div><br></div><div>The goal then is to allow people who are privacy conscious to utilize a specialized wallet automatically, to isolate the activity of wallets which don&#39;t provide a sufficient degree of control in order to achieve that manually, and reducing the possibility of operator error.</div><div><br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Could you describe what the UX would be like</div></div></blockquote><div><br></div><div>From a payment standpoint the main difference is that change outputs would not be usable, so the spendable balance would drop. The best idea I have for handling that is to still display that balance but conveying that is locked. However, I think simply removing it from the balance is also acceptable. Funds would simply be added to the fungibility wallet similarly to how they are used manually today.</div><div><br></div><div>For setup, the fungibility wallet would need to add functionality to export these xpub variants, perhaps with a way of annotating what each account is for (but see concerns about BIP44 recoverability). Like standard xpubs, these would be easily conveyed by QR code.</div><div><br></div><div>The forwarding wallet would then offer an advanced configuration feature, that allows adding and enabling the alternate change address chain. If the fungibility wallet derives addresses differently, then the forwarding wallet should reject the configuration value (which is the main technical point of the writeup), to ensure funds are not misplaced.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>or how a wallet developer might implement this?</div></div></blockquote><div><br></div><div>For fungibility wallets, this requires keeping track of these address chains, and allowing them to be exported. This is similar to any sort of scanning functionality implemented in a BIP32 capable wallet, plus the UI to display them.</div><div><br></div><div>In the forwarding wallet, derivation of addresses is again already implemented in any BIP32 capable wallet (i.e. checking for the next free address), with the main change in the spending path being dependency injection required to change the address chain parameters (from what I know most BIP32 implementations are polymorphic with respect to derivations made from a public extended key vs. a private extended key). The main effort then is the setup functionality, which obviously will vary considerably between wallets, but I imagine it would still be a simpler and safer change than integrating comprehensive privacy features into the spend path directly.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>If the user is privacy-conscious, why did they choose the non-private wallet to begin with? Why wouldn&#39;t they just move all their funds to the private wallet so they can continue to use just one app?<br></div></div></div></blockquote><div><br></div><div>Platform limitations, or application specific use cases, see above. More broadly, the main rationale is that diverse, specialized wallets should be used in a complementary way, as that is more achievable than expecting all application specific wallets to have robust privacy features.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>And if the user is not privacy-conscious, they would never choose to enable this option, so why would the wallet developer even bother to implement it?</div></div></div></blockquote><div><br></div><div>I believe this is a low hanging fruit, easier to implement than coin control, far easier to implement than safe mixing functionality, so wallet developers (or contributes) would implement this to allow users more reliable access to privacy features implemented by other wallets.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>From a product standpoint, I can&#39;t see how this would be useful, and therefore I&#39;m not sure why it needs to be a BIP. If I&#39;m missing something, please let me know!</div></div></div></blockquote><div><br></div><div>The reason for documenting it in this way is because if deemed desirable functionality (which itself is something the BIP process can help determine), different implementations would need to agree on the details. I hope I&#39;ve managed to convince you of the usefulness, though I&#39;m still not sure about the practicality or desirability - as it stands right now I have received fairly comprehensive criticism from LaurentMT though, and I&#39;ve been focusing on related idea to improve zerolink which I hope would to revisit this change forwarding idea and address his concerns when I have more clarity. The main weakness is the assumptions that fungibility wallets handle arbitrary amounts allowing those funds to be tumbled and recycled/consolidated, which realistically only applies to Join Market and even then only if used correctly.</div><div><br></div><div>Regards,</div><div>Yuval<br></div></div></div>