1/ Polkadot is a really well-designed project with some extremely smart folks at the helm - but their plan for interoperability with Bitcoin won't work for a few reasons that will be explained in detail within this thread. #Polkadot $DOT #Parity
This is where the 'XClaim' protocol is introduced.
2a/ One major setback stopping this from being trustless from the jump is the fact that Polkadot does not use Proof of Work (that is necessary) - but even putting this to the side, there are critical elements missing.
3/ Attached to this tweet is an illustration of how #Polkadot proposes to implement its parachain appendage for Bitcoin
3a/ In short, BTC is supposed to be sent from the bitcoin blockchain, 'locked' in a "vault", then have the TX confirmed by a 'relay chain', after which the equivalent (1:1) # of 'PolkaBTC' will be minted.
Redemptions 'burn' PolkaBTC
4/ First issue here is with the concept of validating the TX on $BTC #Bitcoin ; the only way this can be done is if the $DOT nodes are running *full nodes* for Bitcoin (only way to validate in a trustless manner)
4a/ One may argue for using an SPV instead (like Electrum), but the issue with this is that bitcoins are being *generated* on $DOT's blockchain, so it is imperative that this be *trustless*, which means the TX must be fully validated.
4b/ Additionally there is no logic stated in the documentation for how they will prove transaction X belongs to person Y attempting to mint PolkaBTC with them (cont)
4c/ This is something that can prove tricky because some TXs involve more than one input as the attached graphics show.
After TX is sent, there's no way to tell how much of an input was used in the TX.
Therefore, $DOT needs to stipulate 1-inputs TXs only.
5/ Next problem we have here are the "locking" of bitcoins. It makes sense how $DOT proposes to credit them on their chain (issues detailed above) - they want to validate a TX was made on Bitcoin before crediting the PolkaBTC.
5a/ The problem with that though is there must be a way to stop that user from moving those bitcoins after they're validated. Obv. $DOT's solution is to "lock" them, but they don't state *how*
This design makes a time-based punishment setup *impossible*.
6d/ Essentially you have a setup like you see in the attached pictures here.
There's no way for any node to really know when the time should have *started* as they don't know which was first / last / how much the entire network knows or knew.
7/ Using smart contract as the vault "lockups" are wholly unacceptable as well because *any* external custodian violates the trustless principle. There are no 3rdparty custodians in Bitcoin
8/ One thing that bugged me was the fact that there's a provision for "collateralization" in this scheme. Why?
This is supposed to be an actual *swap*.
Collateral is only necessary when trust is involved.
9/ And if you're wondering, yes, $DOT stated that this bridge solution would be trustless.
(re-attached to jog anyone's memory that forgot)
• • •
Missing some Tweet in this thread? You can try to
force a refresh
1/ Thread on @adam3us because he's the head of @Blockstream ; an organization that he created as a power grab over #Bitcoin to subvert its direction into a money making machine to salvage all of his previously failed experiments in crypto. @zooko is his student.
2a/ Curiously, the former CEO of Blockstream (before Adam Back), was Austin Hill - the same Austin Hill from the Zero Knowledge System company that they had created with one another.
1/ Once upon a time, CZ promised us that he would never list 'shitcoins'.
Not even if they "pay 400 or 4,000 BTC".
He forgot to mention (about the coins that he did list on his exchange "without fee", that he has extensive ties with each project's community)
2/ $NEO was probably listed because of @cz_binance's relationship with Da Hongfei (head of NGC Capital whom is also a seed investor in Binance); these guys go way back - maybe that's why @binance tends to list *almost all* of Da Hongfei's projects.
2a/ Attached, we can see Da Hongfei listed as one of the seed investors in Binance (source: Binance exchange whitepaper ; not the exchange token, but the actual exchange itself)
1/ This article enumerates the inefficacy of modern wallet solutions (and why I recently wrote a three-part series titled, 'Why You Don't Need a Hardware Wallet' <-- being released today in an hour or so).
2/ If you read the quoted tweet above and thought to yourself, 'Wait a minute, I thought that Bitcoin & blockchain were supposed to be unhackable!', then you're on the right track.
Its more so that the *cryptography* used for Bitcoin cannot be reasonably cracked.
3/ However, these cryptographic primitives (i.e., ecdsa) are only as strong as their implementation and only as secure as their execution environment.
The idea of encrypting 'wallet.dat' files (a default standard for $BTC by Core), is unnecessarily dumb & unnecessary.
2/ The fact that Ethereum has an account-based transaction system (vs. UTXO) means that all Ethereum wallets must have an incrementally increasing 'nonce' value; the downside here is that this requires one to 'sync' with a node / API running *somewhere* on planet earth
3/ More so to that API point that I made above, the disadvantage here for Ethereum users (in comparison to Bitcoin; don't worry I'll bring up an advanage).
Metamask users, for instance, have their wallets pointed at Infura(.)io's API endpoint.