Transactions are sent to the M1 Sequence**,** a decentralized sequencer that organizes and publishes the data to Nexio’s DA layer to ensure data availability for execution and state updates.We cover this in the Nexio’s Shared Sequencer section.
Transactions are passed to the Move Executor, where they are interpreted by either the EVM Interpreter (Geth) for Ethereum-based transactions or the MoveVM Interpreter for Move-based transactions.We cover this in the Move Executor and MoveVM section.
After processing, the updated state roots are published. This ensures that all validators in the system have access to consistent and up-to-date information.
Transaction data is available and secured on Bitcoin, ensuring transparency and resilience. This is managed through staking and verification contracts that confirm the correctness of state transitions and zk-proofs.