1
The bitcoin is by many people believed to be used as a method of payment, just like fiat currencies, in the future. Apart from the other big use case of a stable store of value.
But the payment use case is very flawed currently. because from the day someone starts to make a payment and shows her public key around, everyone (also people who have malicious ideas) could start to track this person based on her public key for the rest of her live basically on the blockchain. Everyone using btc payments would be sitting "naked in a cup made of glass".
This is horror scenario for all, companies, private persons, a dangerous inherent feature.
this is currently not possible with cash or bank transfers. everyone can have your IBAN accout number, but no other person who has your IBAN (and is not a bank employee) can ever track you or know about your financial state, etc.
How can btc in such grave circumstances achieve mass usage status as payment method?? Is privacy not needed as prerequisite for payment use case?
How are bitcoin devs trying to tackle this unsolved issue? Or do you think this is not an important issue.
Thanks

Monero was created precisely because Bitcoin is not truly fungible. If a group wanted to ban accepting all Bitcoins originating from some address
xxxx(due to e.g. some political reason) they could do it with ease. Unless something about how Bitcoin works changed in the past few years – HiddenBabel – 2019-11-24T00:07:56.547Bitcoins themselves are fungible, despite having a history. Attempting to ban coins that were once related to some address sounds simple enough, but becomes untenable in practice. Coinjoin/payjoin transactions are designed specifically to make the idea of ‘taint’ and traceability moot. Lightning payments are even more powerful in this regard: when you receive a payment, it is basically impossible to point to some UTXO on the network and say ”this is where those coins came from”. Technically, you now just own a larger portion of the channel UTXO, but the payment could come from anyone. – chytrik – 2019-11-24T00:23:56.703
I'll have to look into those, thanks – HiddenBabel – 2019-11-24T00:31:20.487
1@HiddenBabel the thing to keep in mind is that your privacy/fungibility is dependant on how you interact with the network. eg If every user decided to just use one single address, then it would become trivial to enact controls and ban coins like you’ve suggested. However with good engineering and use techniques, I believe the network can provide a high level of privacy and sovereignty. It is a nuanced subject to explore, in any case! – chytrik – 2019-11-24T00:39:48.320