العقود الآجلة
وصول إلى مئات العقود الدائمة
TradFi
الذهب
منصّة واحدة للأصول التقليدية العالمية
الخیارات المتاحة
Hot
تداول خيارات الفانيلا على الطريقة الأوروبية
الحساب الموحد
زيادة كفاءة رأس المال إلى أقصى حد
التداول التجريبي
مقدمة حول تداول العقود الآجلة
استعد لتداول العقود الآجلة
أحداث مستقبلية
"انضم إلى الفعاليات لكسب المكافآت "
التداول التجريبي
استخدم الأموال الافتراضية لتجربة التداول بدون مخاطر
إطلاق
CandyDrop
اجمع الحلوى لتحصل على توزيعات مجانية.
منصة الإطلاق
-التخزين السريع، واربح رموزًا مميزة جديدة محتملة!
HODLer Airdrop
احتفظ بـ GT واحصل على توزيعات مجانية ضخمة مجانًا
Pre-IPOs
افتح الوصول الكامل إلى الاكتتابات العامة للأسهم العالمية
نقاط Alpha
تداول الأصول على السلسلة واكسب التوزيعات المجانية
نقاط العقود الآجلة
اكسب نقاط العقود الآجلة وطالب بمكافآت التوزيع المجاني
Starknet v0.14.2 Goes Live, Introducing Infrastructure for Private Transactions - Crypto Economy
TL;DR:
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.