TL;DR:
- Starknet launched v0.14.2 on mainnet, introducing native infrastructure for private transactions through in-protocol proof verification.
- The update introduces STRK20, a framework for assets with encrypted balances, and strkBTC, the first asset to operate under that scheme.
- SNIP-37 rebalances the network’s economic model by raising storage costs and reducing the base gas price on L2.
StarknetĀ launched version v0.14.2 on its mainnet, an update that introduces the infrastructure needed toĀ execute private transactions nativelyĀ within the protocol. ThisĀ changeĀ transforms the network from a high-performance rollup into a system capable ofĀ preserving the financial confidentiality of its users without relying on external solutions.
The key component of the update isĀ SNIP-36,Ā which defines proof verification directly at the protocol level. Until now, any application that needed to verify a STARK proof on Starknet had to do so within a smart contract, which was not feasible: these proofs contain tens of thousands of field elements and far exceed the maximum transaction size allowed on the network.Ā The alternative of splitting proofs across multiple transactions was slow, complex, and excessively costly.
Privacy as Infrastructure
With v0.14.2, transactions canĀ reference off-chain execution proofs directly through new fields in the Invoke V3 structure. Starknet’s consensus layer handles verification natively. This allows a user to prove they hold sufficient funds or the legal right to move an assetĀ without exposing their total balance or theirĀ transactionĀ history to the entire network.
The update gives rise to two central projects for the ecosystem.Ā STRK20Ā is a new framework that enablesĀ any ERC-20 tokenĀ on Starknet to be used privately, withĀ encrypted balancesĀ and support for swap, staking, and transfer operations without exposing the user’s financial footprint.
strkBTC, in turn,Ā enables private interactions with bitcoinĀ within Starknet, allowing BTC users toĀ operate in DeFi applications without exposing their wallet’s full history. Both projects incorporate aĀ viewing keyĀ held by an external auditing firm, which will be able to share individual transaction information in response to valid legal and regulatory requests.
Starknet’s Economic Redesign
Version v0.14.2 alsoĀ rebalances the economic modelĀ of theĀ networkĀ throughĀ SNIP-37,Ā which raises storage costs for state-intensive applications, whileĀ reducing the base gas price on L2. The goal is for each type of usage to pay in accordance with the actual load it generates on the network.
SNIP-13 updates StarkGate token contracts to version 3.0.0,Ā aligning ERC-20 events with industry standards to facilitate indexing by decentralized applications. These changes also lay the groundwork for theĀ decentralized validation phase defined in SNIP-33.







