<div dir="ltr">Hi Kalle,<div><br></div><div>I think you&#39;re thinking along the right lines, but I am skeptical that this protocol adds much. A saved payment request is meant to be unique per transaction e.g. because the destination address is unique for that payment (for privacy reasons). Where would you store the signed payment request? Probably in the wallet. You could just extract the metadata that&#39;s useful for UI rendering into a separate structure and then encrypt the original full payment request under the wallet key. At least this is how I imagine it would work.</div><div><br></div><div>So then, if someone can steal a payment request they can probably steal the wallet signing keys too, and thus signing a challenge with the wallet keys doesn&#39;t add much. It means the wallet doesn&#39;t have to store the PaymentRequest encrypted. But AFAICT that&#39;s about all it does.</div><div><br></div><div><div class="gmail_extra">Do you agree with this analysis?</div></div></div>