Oddbean new post about | logout
 is that a real answer? 
 Yes, Bitcoin would need a hard fork to have Monero type privacy. If we could have more L2 options and copy everything Monero does, that would be very cool. 
 it leaves bitcoin open to attack via taint analysis, it’s time to change that 
 If you're interested in base layer privacy improvements, I recommend reading
https://sethforprivacy.com/posts/proposed-bitcoin-privacy-improvements/ 
 I think it is. This is more or less how monero works. It builds a fake blinded coinjoin for every transaction so blockchain observers can't tell who the tx originates from. 
 Pretty much. Ring signatures are the least interesting privacy tech Monero has imo. It's relatively weaker obfuscation and only applies to senders.

Confidential Transactions and Stealth Addresses do the real heavy lifting. They hide amounts and recievers from the blockchain completely. 
 Btw every decoy used in a ring signature is from a real transaction that happened at some point on the blockchain so it isn't fake in the sense that they never happened

Also has a lot of advantages over coinjoins like being default obviously, no central coordinators, not bound by a small subset of users wanting to coinjoin, privacy doesn't degrade over time as outputs are spent, and no fixed size inputs required 
 If by protocol you mean base layer, then yes.
If by protocol you mean application level but interoperable, the Samourai's postmix tools already fit the bill since they are interoperable with Sparrow's.
You can do a Stonewallx2 between Samourai and Sparrow today. No central coordinatot 
 what’s the advantage of not having privacy on the protocol layer? why rely on applications that are not part of the bitcoin protocol? 
 * You needs hard forks
* there's a tradeoff where the transactions are largee. An average monero transaction is 3x the size of a bitcoin tx