Earlier quoted context omitted.
Not really. At a traditional bank I have to trust n people with varying degrees of access. Et ceteris paribus, any reduction in n is an improvement, even if n is not zero. Of course n can be smaller and the specific people less trustworthy, but that's quite a different thing.
Ok so we are expected to trust; the creator/s, some random hacker, whoever else has the key? So the value here is between 2 and 'many'.
The Resolv hack: How one compromised key printed $23M
121–130 of 174 posts
Re: The Resolv hack: How one compromised key printed $23M
#122Earlier quoted context omitted.
If your definition excludes Ethereum your understanding of the term so differs from everyone else's that we aren't talking about the same thing
Ethereum is a great utility token. Smart contracts absolutely have utility in the digital economy. It's just not a cryptocurrency, is all. It had a massive premine, there's no supply cap, it's subject to OFAC censorship, and has effectively demonstrated that just ~4.8% of the total ETH supply can vote to cause rollout and widespread adoption of a fork that reverses transactions. We need different words for these fund…
Re: The Resolv hack: How one compromised key printed $23M
#123Re: The Resolv hack: How one compromised key printed $23M
#124Earlier quoted context omitted.
Unbacked stablecoins like USR make no sense - but USDC is one of the few real uses that crypto has.
Decentralized. Stable. Pick one.
DAI is decentralized and stable
Re: The Resolv hack: How one compromised key printed $23M
#125Earlier quoted context omitted.
you can send them around easily without having to deal with bullshit payment systems
But you do have to deal with bullshit payment systems. I can't receive stablecoins in my regular bank account, I'd have to set up some crypto nonsense on DankRocketBets or whatever for it to even work. Why would I do this when I can already receive actual USD without any extra ceremony? Stablecoins are a solution in search of a problem.
there are like 50 (many YC) startups fixing this today trying to offer your the best and cheapest service
Re: The Resolv hack: How one compromised key printed $23M
#126And what happened next? He mixed those coins? Transformed them into monero?
then probably mix them via different methods
then sell them via OTC-style swap platforms like fixedfloat / changelly etc
Re: The Resolv hack: How one compromised key printed $23M
#127Earlier quoted context omitted.
Stablecoins enable cash-like (instantly redeemable and verifiable) payments for large amounts, for almost free. In EU countries, you can't now buy a car with cash. You have to buy a bearer's check from your bank, which is expensive, requires that both parties have a brick and mortar bank, and doesn't work cross-border. Stablecoins solve this.
It was good while ago, but last time I bought a car I just did bank transfer. SEPA transfers are entirely free. Was kinda amazed that they just handed me keys when I showed them the receipt from my own online bank...
Re: The Resolv hack: How one compromised key printed $23M
#128Earlier quoted context omitted.
Unbacked stablecoins like USR make no sense - but USDC is one of the few real uses that crypto has.
USR is not unbacked. You have a severe misunderstanding of the whole situation if you say that.
> an attacker was able to mint tens of millions of Resolv’s unbacked stablecoins (USR) and extract roughly $23 million in value
Re: The Resolv hack: How one compromised key printed $23M
#129Ok, but how was the AWS infrastructure compromised? This appears to be the crux of the entire article.
AWS is very hard to break if you are using the IAM roles properly and avoiding manual secret management. If the only thing that can even sign a JWT is a very specific blessed EC2 instance that has exclusive access to KMS, your attack surface is nearly zero by comparison to a similar setup where administrators use email or Discord to communicate API credentials.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-role...
The protocol around using an HSM is just as important as the machine itself. It seems like some of us are going to be speed running PCI-DSS the hard way.