Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

The Bybit hack has revived long-standing debates about the security trade-offs built into the Ethereum protocol. We cover its reliance on complex, stateful smart contracts, the systemic challenges in its design—and how Bitcoin avoids these pitfalls. 🧵

45,293 Aufrufe • vor 1 Jahr •via X (Twitter)

11 Kommentare

Profilbild von Blockstream
Blockstreamvor 1 Jahr

Multisig serves as a fundamental security layer by requiring more than one signer to move funds. On Bitcoin and @Liquid_BTC, implementing this is simple thanks to native opcodes (e.g., OP_CHECKMULTISIG) or Schnorr-based interactivity, keeping the code surface small and secure.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

On Ethereum, however, developers must create custom code to emulate multisig—leading to complexity, increased computational demands, and potentially flawed interfaces.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

Ethereum contracts must manage on-chain state, handle reentrancy (where an attacker calls a contract in the middle of its own execution), and ensure that the logic for multiple signers is correctly enforced.  Ethereum also uses an account-based model with a universal state tree, meaning each contract update can influence or interact with data used by other contracts.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

Mistakes in these areas can introduce critical vulnerabilities, as we have seen with high-profile incidents like the Ethereum Parity wallet hack in 2017 and now with Bybit.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

In contrast, Bitcoin's UTXO model localizes state changes to individual transactions, reducing the risk that one contract's flaw will leak into another's operation.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

While Ethereum contends with repeated contract exploits, Bitcoin and its sidechains are evolving toward more robust multisig approaches. For example, cryptographic schemes like MuSig aggregate multiple signatures into one, making multisig transactions look like standard singlesig. This benefits both privacy and efficiency.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

Looking further ahead, the proposed Simplicity language on @Liquid_BTC aims to provide the flexibility of a higher-level scripting language while retaining Bitcoin's careful approach to security. 

Profilbild von Blockstream
Blockstreamvor 1 Jahr

Rather than offering Turing-complete smart contracts, Simplicity focuses on formally verifiable scripts (easier to audit and prove correct) and advanced features like covenants and custom sighash types, all designed to avoid the pitfalls seen with the EVM's unbounded computations.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

As the blockchain industry matures, it's increasingly evident that security must be a top-level design choice—not a feature layered on after the fact. This is why we firmly believe that Bitcoin offers the best foundation for capital markets and finance.

Profilbild von Blockstream
Blockstreamvor 1 Jahr

For a more comprehensive analysis of the Bybit hack and the underlying flaws in Ethereum's design, read our full report:

Profilbild von CrispyBull
CrispyBullvor 1 Jahr

🛑 Is U.S. regulation driving blockchain developers away? Michael Lewellen challenges the DOJ to protect crypto innovation and free speech. ⚖️ #Blockchain #CryptoNews #DeFi #Innovation

Ähnliche Videos