<div dir="ltr">Coinbase have started allowing merchants to set discounts for purchasing with Bitcoin. Seeing an individual discount is not very motivating as they tend to be small. Seeing them stack up over time can be more motivating because it feels like free money. Many businesses exploit this effect with loyalty points, etc. Bitcoin should do this too - show the user how much they&#39;re saving by using Bitcoin instead of credit cards.<div>
<br></div><div>I suggested to Charlie Lee (who pushed this through at Coinbase) and Stephen Pair the following minor BIP 70 extension:</div><div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px"><font face="courier new, monospace"><br class="">
message PaymentDetails {</font></div><div style="font-family:arial,sans-serif;font-size:13px"><font face="courier new, monospace">    // Size in satoshis of any discount provided by the merchant ONLY</font></div><div style="font-family:arial,sans-serif;font-size:13px">
<font face="courier new, monospace">    // because the user chose to pay using Bitcoin or other similar </font></div><div style="font-family:arial,sans-serif;font-size:13px"><font face="courier new, monospace">    // digital currency. Other kinds of discounts, </font><span style="font-family:&#39;courier new&#39;,monospace">loyalty bonuses and </span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:&#39;courier new&#39;,monospace">    // so on should not be recorded here, rather they could be mentioned</span></div><div style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:&#39;courier new&#39;,monospace">    // in the memo field. This field exists so wallets can show the user</span></div><div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:&#39;courier new&#39;,monospace">    // a running total of how much money they have saved by avoiding</span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:&#39;courier new&#39;,monospace">    // credit cards and bank payments; the goal is to encourage people to</span></div><div style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:&#39;courier new&#39;,monospace">    // use Bitcoin. Putting other kinds of discounts here would make the</span></div><div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:&#39;courier new&#39;,monospace">    // running total calculated meaningless; so don&#39;t do it!</span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><font face="courier new, monospace">    optional uint64 currency_usage_discount_size = 8;</font></div><div style="font-family:arial,sans-serif;font-size:13px"><font face="courier new, monospace">}</font></div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div></div><div style="font-family:arial,sans-serif;font-size:13px">Wallets would then be able to persist this data to disk and compete on cool visualisations for how much money you saved over time.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">We haven&#39;t formalised how to extend BIP 70 yet, that&#39;s my fault. We should do that. In the meantime, what do people think of this proposal?</div>
</div>