For all the great that Bitcoin brings to the desk, it additionally possesses a generally accepted situation in scalability. Bitcoin can solely course of a restricted variety of transactions per block and, as of Aug. 17, 2022, can deal with about 5 transactions per second, which compared to most different blockchains is low. The issue limiting scalability lies in Bitcoin’s cryptographic algorithm.
The Elliptic Curve Digital Signature Algorithm (ECDSA) is the important cryptographic algorithm that powers Bitcoin and ensures that solely the rightful proprietor can entry and handle their funds. Presently, verification of the ECDSA, a Bitcoin signature permitting to hold out transactions and ship Bitcoin (BTC), just isn’t environment friendly and limits the scalability of the Bitcoin blockchain. A possible answer is utilizing zero-knowledge proof (ZKP) expertise, permitting larger levels of privateness and safety.
A current Starkware paper presents the tactic for effectively verifying ECDSA from inside the STARK ecosystem, probably resolving the blockchain trilemma for Bitcoin — i.e., attaining scalability, safety and decentralization concurrently.
Foundations of the expertise
A ZKP is a cryptographic method that permits the prover to substantiate one other particular person’s declare with out supporting knowledge. ZKPs are cryptographic protocols that maintain third events away from customers’ privateness. ZKPs can be a useful constructing block for a lot of cryptographic protocols, making certain contributors comply with the protocol’s specs. Privateness and scalability are enhanced with ZKPs as a result of solely sure knowledge is revealed and transacted with out disclosing all the knowledge that must be confirmed.
Primarily based on the ZKP expertise, STARKs, or Scalable Clear Argument of Data — invented by Starkware — is a sort of cryptographic proof expertise that makes it doable to speak knowledge with a 3rd occasion — e.g., signal transactions with out revealing the information. It additionally permits transferring computations and storage of validated knowledge off-chain, thus growing scalability.
STARKs is a quantum-resistant system primarily based on hash features utilized by Ethereum, not elliptic curves utilized by Bitcoin. Importantly, STARKs programs are thought of extra superior than their predecessors, zk-SNARKs, and may resist assaults from quantum computer systems.

EC-STARKs: The following step in Bitcoin’s scalability?
Earlier, Starkware announced governance token issuance for its StarkNet — a decentralized permissionless STARK-based validity rollup that operates as an Ethereum layer-2 chain — to decentralize the community additional and preserve STARK expertise as a public good. Nevertheless, Ethereum’s underlying storage value constraints the scalability benefits of the expertise. Nevertheless, its utility for the Bitcoin blockchain might current a greater platform for decentralized functions within the close to future.
Associated: zk-STARKs vs. zk-SNARKs explained
EC-STARKs are the following era of this expertise, aiming to extend Bitcoin’s scalability and safety by changing hash features with elliptic curves — i.e., making already-existing scalability options for Ethereum to be appropriate with Bitcoin. With EC-STARKs, one can run an off-chain protocol for Bitcoin and maintain proofs in STARK. Merely put, Bitcoin may be emulated inside STARK, permitting extremely subtle protocols to be constructed on Bitcoin-backed tokens with the identical elliptic curve keys.
Thus, using this expertise might not solely enhance the scalability of Bitcoin however function the gateway for builders to create DApps on Bitcoin, probably making a rival for Ethereum.