Whitepaper
2.0 ENG
2.0 ENG
  • Welcome To dKargo
    • Vision
    • dKargo 2.0: Transitioning to a New Environment
      • dKargo 1.0 vs dKargo 2.0
      • Suitability for Logistics
  • dKargo Platform
    • dKargo Protocol
    • dKargo Network
      • Rollup
      • Node Operation
    • Ecosystem
      • dOptim: Maximizing Logistics Efficiency and Productivity
      • Data Lab: Enhancing Logistics Data and Creating Added Value
      • dHub : DAO and Community
    • Governance
      • Governance Committee
      • Process
      • Implementation and Monitoring
  • tokenomics
    • DKA Token
    • Token Distribution
    • Circulation Plan
  • dkargo's horizon
    • Expectations
    • Roadmap
  • about us
    • Community
    • Brand Kit
    • FAQ
  • Disclosure
    • Compliance
    • Disclaimer
Powered by GitBook
On this page
  • 1. Transaction Sequencing
  • 2. State Synchronization
  • 3. Rollup Processing
  1. dKargo Platform
  2. dKargo Network

Rollup

PreviousdKargo NetworkNextNode Operation

Last updated 8 months ago

The key to the efficiency of the dKargo network lies in the rollup process. The rollup process proceeds as follows:

1. Transaction Sequencing

The Sequencer receives transactions initiated by users, determines the processing order, and groups these transactions into Layer 3 blocks, organized by time.

2. State Synchronization

The generated Layer 3 blocks are propagated to all nodes within the network. Each node executes the transactions contained in the Layer 3 blocks using the State Transition Function (STF), ensuring data synchronization across the entire network. Since the transactions are executed in a predetermined order through the same STF, all nodes maintain a consistent state.

3. Rollup Processing

The Sequencer periodically batches the Layer 3 blocks and performs the rollup process, recording these onto Arbitrum-One. This process involves storing the cumulative hash values of the transactions and the structured information of the Layer 3 blocks (referred to as Rblocks) on Arbitrum-One.