時価総額: $3.8891T 0.190%
ボリューム(24時間): $173.222B 5.870%
  • 時価総額: $3.8891T 0.190%
  • ボリューム(24時間): $173.222B 5.870%
  • 恐怖と貪欲の指数:
  • 時価総額: $3.8891T 0.190%
暗号
トピック
暗号化
ニュース
暗号造園
動画
トップニュース
暗号
トピック
暗号化
ニュース
暗号造園
動画
bitcoin
bitcoin

$116406.883983 USD

-0.30%

ethereum
ethereum

$4033.987807 USD

3.58%

xrp
xrp

$3.304477 USD

-1.13%

tether
tether

$1.000144 USD

0.00%

bnb
bnb

$796.156482 USD

1.49%

solana
solana

$177.649657 USD

1.58%

usd-coin
usd-coin

$0.999973 USD

0.02%

dogecoin
dogecoin

$0.231281 USD

4.20%

tron
tron

$0.338349 USD

0.33%

cardano
cardano

$0.799005 USD

1.20%

stellar
stellar

$0.450083 USD

-0.97%

chainlink
chainlink

$20.601590 USD

9.70%

hyperliquid
hyperliquid

$41.190505 USD

0.60%

sui
sui

$3.906795 USD

3.72%

bitcoin-cash
bitcoin-cash

$585.065719 USD

1.61%

暗号通貨のニュース記事

Zk ロールアップとは何ですか?

2024/10/28 11:50

ゼロ知識ロールアップ (Zk-rollups) は、ブロックチェーン ネットワーク用のレイヤー 2 スケーリング ソリューションの一種です。スケーラビリティを強化するように設計されています

Zk ロールアップとは何ですか?

What Are Zk-Rollups?

Zk ロールアップとは何ですか?

Layer 2 scaling solutions, such as rollups, are designed to enhance the scalability and efficiency of blockchain networks. They achieve this by bundling (or rolling up) multiple transactions into a single batch to process them off-chain. Among the different types of rollups, zk-rollups (short for zero-knowledge rollups) stand out due to their unique properties and advantages.

ロールアップなどのレイヤー 2 スケーリング ソリューションは、ブロックチェーン ネットワークのスケーラビリティと効率を強化するように設計されています。これは、複数のトランザクションを 1 つのバッチにバンドル (またはロールアップ) してオフチェーンで処理することによって実現されます。さまざまな種類のロールアップの中でも、zk ロールアップ (ゼロ知識ロールアップの略) は、その独自の特性と利点により際立っています。

How Do Zk-Rollups Work?

Zk ロールアップはどのように機能しますか?

Zk-rollups “roll up” multiple (up to thousands) transactions into a single batch and then process them off-chain. This way, zk-rollups significantly reduce the workload on the parent chain, allowing for faster transaction processing and reduced fees. Some of the transactions handled off-chain include token transfers, contract interactions, and other activities that would normally occur directly on the Layer 1 network.

Zk-rollups は、複数 (最大数千) のトランザクションを 1 つのバッチに「ロールアップ」し、オフチェーンで処理します。このように、zk-rollup は親チェーンのワークロードを大幅に軽減し、トランザクション処理の高速化と手数料の削減を可能にします。オフチェーンで処理されるトランザクションには、トークン転送、コントラクトのやり取り、および通常はレイヤー 1 ネットワーク上で直接発生するその他のアクティビティが含まれます。

After aggregating these transactions, a zk-rollup scaling solution generates a zero-knowledge proof, typically a zk-Snark (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) or a zk-Stark (Zero-Knowledge Scalable Transparent Argument of Knowledge). These cryptographic proofs serve as mathematical guarantees that the batched transactions have been executed correctly off-chain without disclosing any transaction details.

これらのトランザクションを集約した後、zk-rollup スケーリング ソリューションはゼロ知識証明、通常は zk-Snark (ゼロ知識の簡潔な非対話型知識引数) または zk-Stark (ゼロ知識のスケーラブルで透明な知識引数) を生成します。 。これらの暗号学的証明は、トランザクションの詳細を一切開示することなく、バッチ化されたトランザクションがオフチェーンで正しく実行されたことを数学的に保証する役割を果たします。

Once the zero-knowledge proof is created, it is submitted on-chain, along with a minimal set of transaction data. This usually includes a state root (a snapshot of the overall state of the system after the batch of transactions has been processed) and a transaction root (which summarizes the batched transactions). These are submitted to a smart contract deployed on the Layer 1 blockchain.

ゼロ知識証明が作成されると、最小限のトランザクション データ セットとともにオンチェーンに送信されます。これには通常、ステート ルート (トランザクションのバッチが処理された後のシステム全体の状態のスナップショット) とトランザクション ルート (バッチ化されたトランザクションを要約する) が含まれます。これらは、レイヤー 1 ブロックチェーン上にデプロイされたスマート コントラクトに送信されます。

The smart contract on the Layer 1 network verifies the validity of the zero-knowledge proof. Since the proof is mathematically sound, this verification process takes significantly less time and computational resources than processing each transaction. After the proof is verified, the Layer 1 blockchain updates its state to reflect the changes induced by the processed batch of transactions.

レイヤ 1 ネットワーク上のスマート コントラクトは、ゼロ知識証明の有効性を検証します。証明は数学的に正しいため、この検証プロセスに必要な時間と計算リソースは、各トランザクションを処理するよりも大幅に少なくなります。証明が検証された後、レイヤー 1 ブロックチェーンはその状態を更新して、処理されたトランザクションのバッチによって引き起こされた変更を反映します。

Popular examples of zero knowledge Layer 2 networks include Immutable X, zkSync and Linea, among others.

ゼロ知識レイヤー 2 ネットワークの一般的な例としては、Immutable X、zkSync、Linea などが挙げられます。

オリジナルソース:coingecko

免責事項:info@kdj.com

提供される情報は取引に関するアドバイスではありません。 kdj.com は、この記事で提供される情報に基づいて行われた投資に対して一切の責任を負いません。暗号通貨は変動性が高いため、十分な調査を行った上で慎重に投資することを強くお勧めします。

このウェブサイトで使用されているコンテンツが著作権を侵害していると思われる場合は、直ちに当社 (info@kdj.com) までご連絡ください。速やかに削除させていただきます。

2025年08月09日 に掲載されたその他の記事