pull down to refresh

10 sats \ 0 replies \ @_arshbot OP 3 Jun \ parent \ on: DM ME if you're potentially affected by covenants bitcoin
Haven't looked into them enough to have a technical opinion. Very focused on what I believe has a chance of actually getting merged, which from my point of view is not either of those two.
100%
I spent a lot of time digging into the compliance ramifications of covenants not just in the US, but in what another nationstate could actually do with CTV+CSFS.
Magnolia is basically an exchange at the end of the day, so it's kind of our business. I need to refine and publish it, but no doubt many would find our findings very enlightening (pun intended).
Exactly. I'm trying to get feedback from anyone who might have some hidden usecase, or is scared because this upgrade is going to make their life difficult.
We're not going to know if no one asks, so I'm going around and asking.
We're talking about a potential upgrade for Bitcoin that works by fundamentally narrowing the functionality of a utxo.
Here's a great explainer site: https://covenants.info/
10 sats \ 0 replies \ @_arshbot OP 24 May \ parent \ on: How to Build the Ultimate Bandaid Wallet bitcoin
hey thanks for the reply. largely agree with all your points, however the trust assumptions on the infra provider mean that while you may hold keys, it doesn't mean you have unilateral control, which is something we value.
electrum spv, i think isn't the best example though there are others because there are many you can rely on, and you can rely on many at once (reducing the likelihood of being successfully sybil'd).
but pretty much safe enough in most circumstances even when dealing with big transfers worth millions of dollars.
I disagree, the main intention of these systems has always been to be a form of "free, ungovernable money". The introduction of all these centralized points allow for coercion by nation-states.
If that million dollar transfer is one that a nation-state, or even the centralized entity dislikes for whatever reason (say it represents a sizable gambling win from a subsidiary owned by the same parent), they have unilateral control on the transfer.
Such is the weakness of the compromise of these wallets designs.
Yep, so this is actually a well understood concern across all of crypto - we just haven't been exposed to it because bitcoin doesn't allow for these usecases.
Other crypto projects attempt to solve this problem by incentivizing many nodes to care for data over time with direct payments from tx fees. There are many other solutions, but this is just one.
Taproot Assets don't have an explicit solution baked in. The above could be a solution, enforceable by the Universe rules (all universe asset spends spend a bit into a treasury address).
But to be honest, if you want functionality in bitcoin beyond the simple send/receiving of bitcoin, you will be reliant on out-of-band data that isn't stored explicitly in the blockchain.
Even explicitly stored data like ordinals, runes, etc require specialized wallets to decode the info.
Taproot also works like this, with bitcoind implementing descriptor wallets backups that are far more complex than just the seed.
With USDT, it seems like Tether will run its own universe that will back up this data, but what's to prevent them from losing it?
Just to be clear, nothing. There are more decentralized stablecoins out there but none more utilized than tether.
Personally, I'm not sure if I'd be comfortable holding a significant quantity of Taproot Assets under this arrangement
To be clear, Tether is only utilizing the taproot assets technology. They are wholly separated. Tether also holds this functionality across all implementations of USDT
You would not be considered a money transmitter by running your own node. However, if you were to acquire investment in the millions to build a crypto business (which is the foundation of our bitcoin economy), you'd need to make sure you're good with the local law.
Or else your investors might be quite upset.
You're reading the room correctly. Folks who think the Biden/Harris administration is unfriendly to crypto are frankly incorrect. They've signaled nothing but acceptance - so long as crypto lives in an institutional landscape with high barriers to entry.
There are pros and cons to that, but the signals they've put out are "we welcome the old players to the crypto game."
However, it's pretty clear these regulatory tools are being utilized as favors. BNY Melon being granted an explicit approval by Biden is interesting in context when you realize the same admin recently veto'd a resolution to overturn SAB-121.
Basically, the White House quite literally said keep the moat but let this guy through.
I didn't really talk about what the status quo is (though I heavily implied it multiple times). It's just a really complicated subject, and I didn't want this article to detract from BitGo while maintaining it's simplicity.
Is that a topic y'all would find useful?
Posting here for more exposure. Really thinking through consensus in bitcoin and trying to understand miner incentives. If you're affiliate with a miner operation, please dm me, I'd love to chat.
I don't live on nostr at all, and am pretty out of the loop, but I found this article helpful in understanding the problem remote signers are trying to solve
Generally the idea of broadcasting events containing secret material through multiple relays is an antipattern. You want to minimize metadata around secret events, since metadata is by definition a degradation of privacy. This is also one of the problems with NIP-04 (encrypted DMs).
I have a few problems with this paragraph
- privacy and censorship resistance (decentralization) do not go hand in hand. It's hard to solve for both and hardly ever equally, and never while insuring future flexibility.
- This (above paragraph) sounds like a win for decentralization needs, but at a marginal cost to privacy because of the interaction footprint. The alternative is for direct peer to peer sending, which would require an entirely new architecture or pathway in the current nostr-server design. Not impossible, just not easily feasible.
putting encrypted nsecs on 3rd party servers? There has to be a less risky, more sovereign design here right?
Idea seems to be sovereign designs to me, the few options I found were self-hosted first and "here demo my software" second. The only solution to the problem of ensuring nsec sensitivity for privacy absolutists is run your own code on your own device. These open source projects seem to offer that.