Skip to content

Architecture

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

RISE Stack Architecture

Execution

  • Pevm: Fully open source parallel EVM execution engine
  • Continuous Execution: Aka, Continous Block Pipeline.

State Access

  • Versioned Merkle Patricia Trees (VMPT): A novel structure to optimize state access and improve overall system performance
  • RiseDB: Custom DB build from the ground up to solve key bottlenecks in existing DBs

Reth

The RISE stack is built on top of Reth, the Rust execution client build by Paradigm. We thank the Reth team for building the execution client and SDK on which the RISE stack is built. We look forward to paying it forward by making meaningful contributions to the Reth project.

Data Availability

The RISE stack demands high bandwidth data availablity. The stack is designed in a moldular fashion to support a variety of data availability solutions.

Based Sequencing

RISE will harness based sequencing to decentralise the block production process. This will allow for a more secure and scalable system.