Damus
Milos profile picture
Milos
@Milos
Do Monero or DarkFi make any security tradeoffs for their base layer privacy?

Bitcoin does security and monetary policy really well because the blockchain is fully auditable. But surely full privacy makes audits less effective? How do these alternatives get around this?
11🖤1
Max · 1w
You get the same verification guarantees in all these systems. The cost lies in generating the proof (signing the transaction), transmitting the proof (block space cost), and validating the proof (running a node). Historically zero knowledge cryptography was more expensive on all fronts. Recent ad...