Earlier quoted context omitted.
They are not subject to chain analysis, but they are still subject to analysis.
by that logic, so is every fiat payment processor, bank, what have you.
Chainalysis: A startup that helps governments trace crypto
31–40 of 104 posts
Re: Chainalysis: A startup that helps governments trace crypto
#32Imagine the outcry if government announced that every transaction you ever do will be recorded in a publicly available database. Bitcoin as it currently exists will never be a replacement for fiat --- not even close --- for a multitude of reasons.
For example Bitcoin onchain transactions are routinely compared to Visa network - fairer comparison would also include transactions from lightning network and offchain transactions within services.
Re: Chainalysis: A startup that helps governments trace crypto
#33As far as I know, the state of crypto privacy is that everything is directly traceable except: * Bitcoin lightning transactions when the lightning nodes involved are trusted to not keep logs * Transactions through mixers with a lot of users * Monero transactions * Zcash private transactions And everything is de-facto traceable except: * Tornado cash users who use standard-size amounts (or users of another equivalentl…
Re: Chainalysis: A startup that helps governments trace crypto
#34And aren't there any open source tools to do roughly similar analyses? I'd be surprised if there aren't any. Any large-scale criminal action can be strategically simulated and analyzed on those to make these guys' job harder up to the point that it's no longer feasible for many situations. (clarification: while I do not support any criminal action, I equally hate government survelliance)
It's called Ballet and it's open source, too!
- Quick demo video: https://www.youtube.com/watch?v=7hnNzSf2-Ak
- Live application: https://alexisrondeau.me/algorand-ballet/
- Github repo: https://github.com/akaalias/algorand-ballet
Re: Chainalysis: A startup that helps governments trace crypto
#35As far as I know, the state of crypto privacy is that everything is directly traceable except: * Bitcoin lightning transactions when the lightning nodes involved are trusted to not keep logs * Transactions through mixers with a lot of users * Monero transactions * Zcash private transactions And everything is de-facto traceable except: * Tornado cash users who use standard-size amounts (or users of another equivalentl…
Can you explain the entry/exit thing of monero? I always thought i’m fine when using monero, but never looked into what ring signatures imply.
AFAIK ring signatures hold. It's like a mixer on every transaction so trying to track more than a few transactions back, the complexity explodes.
Re: Chainalysis: A startup that helps governments trace crypto
#36As far as I know, the state of crypto privacy is that everything is directly traceable except: * Bitcoin lightning transactions when the lightning nodes involved are trusted to not keep logs * Transactions through mixers with a lot of users * Monero transactions * Zcash private transactions And everything is de-facto traceable except: * Tornado cash users who use standard-size amounts (or users of another equivalentl…
Can you explain the entry/exit thing of monero? I always thought i’m fine when using monero, but never looked into what ring signatures imply.
Re: Chainalysis: A startup that helps governments trace crypto
#37Re: Chainalysis: A startup that helps governments trace crypto
#38Let's see what they can do for Zero-Knowledge proofs.
https://zeroknowledge.fm/246-2/
I'm not clear if the conversation concluded with zk is impervious, or whether it is an active question of research.
Re: Chainalysis: A startup that helps governments trace crypto
#39As far as I know, the state of crypto privacy is that everything is directly traceable except: * Bitcoin lightning transactions when the lightning nodes involved are trusted to not keep logs * Transactions through mixers with a lot of users * Monero transactions * Zcash private transactions And everything is de-facto traceable except: * Tornado cash users who use standard-size amounts (or users of another equivalentl…
When using one’s own lightning node it doesn’t matter if individual nodes on the path to your destination node keep logs, they can’t collect much information besides who the last and next node are in the route. The original and final destination (as well as any other useful payment information) are obscured through onion routing and the information you can learn from traffic analysis is limited and difficult to perfo…
Re: Chainalysis: A startup that helps governments trace crypto
#40As far as I know, the state of crypto privacy is that everything is directly traceable except: * Bitcoin lightning transactions when the lightning nodes involved are trusted to not keep logs * Transactions through mixers with a lot of users * Monero transactions * Zcash private transactions And everything is de-facto traceable except: * Tornado cash users who use standard-size amounts (or users of another equivalentl…
Can you explain the entry/exit thing of monero? I always thought i’m fine when using monero, but never looked into what ring signatures imply.
TL;DR Ring signatures, like all sender-obfuscation methods, have a limited anonymity set: it limits you to a pool of possible senders. If Alice frequently sends funds to Bob, who frequently sends funds to Carl, who frequently sends to Alice, she can see that Alice->Bob->Carl->Alice is one possible outcome. She does this because she can trace the coin she associates with Bob to a coin she associates with Carl. There is a ton of plausible deniability at first, but the relationship between Bob and Carl becomes more obvious the more Alice->Bob->Carl->Alice continues to happen.
Alice can be multiple exchanges collaborating using KYC.
How to resist poisoning: limit your risk, churn, bigger ring-size/anonymity set, do atomic swaps (this severs chain of ownership, but is not generally sybil-proof), do multi-output transactions if you are sending to multiple people at once who can co-ordinate (this reduces the number of coins they can co-ordinate).