🔵 Look into Compatibility and Scalability.
Implicit Dependencies
Developers do not need to explicitly define data dependencies; the system automatically manages and optimizes data flow and execution processes.
EVM Compatibility
Implemented as an extended Solidity running on unmodified EVMs.
Relay and Execution
By moving the execution flow instead of data to resolve data dependencies, the need for data transfer is reduced, optimizing execution efficiency.
Eventual Atomicity
Safely moves the execution flow between VMs, inspired by the Monoxide project. This ensures operation atomicity, even in a distributed environment, maintaining consistency and integrity.
Linear Scalability
Overhead remains constant regardless of the number of VMs. This means the system can seamlessly scale by adding more VMs without additional management or performance costs.