Skip to content

Architecture

Traditional web servers update state in a continuous, interrupt-driven manner. This means transactions are processed as soon as they arrive. When demand is high, servers implement queueing to manage the load and process requests as resources become available. This is the exact UX we aim to achieve with RISE.

RISE provides developers with exceptional performance and capabilities while delivering near-instant latency and seamless user experience. RISE achieves over 1 GGas/s with milisecond-latency for immediate transactions.

Components

The figure below details the high-level architecture of the RISE stack.

RISE Stack ArchitectureRISE Stack Architecture

  • Execution. A revolutionary EVM-compatible execution engine that redefines performance with infinite speed.
    • Parallel EVM (pevm). Fully open source parallel EVM execution engine.
    • Continuous Block Pipeline (CBP). Executing transactions while residing in mempool.
    • Shreds. Efficient interrupt-driven block construction.
  • RiseDB. A custom DB specifically designed for EVM chain states.
  • Data Availability. A highly performant DA layer with Ethereum fallbacks.
  • Hybrid Rollups. Simpler fraud proofs for better UX.
  • Based Sequencing. The RISE's plan for decentralization.

Quick Navigation