BiEigen Concept

Blockchains function as replicated state machines where nodes in a permissionless distributed network process an ordered sequence of deterministic transactions from an initial state to a common final state. In simpler terms, all nodes in the network adhere to the same rules to transition from a starting point to an ending point, ensuring consensus on the blockchain’s final state despite operating independently. This process requires four key functions:

  • Execution involves correctly processing transactions to update the state, ensuring only valid transactions are executed.

  • Settlement provides an environment for verifying proofs, resolving disputes, and bridging between execution layers.

  • Consensus entails agreeing on the order of transactions.

  • Data Availability (DA) ensures that transaction data is accessible.

Traditional blockchains, or monolithic blockchains, integrate all four functions into a single base consensus layer. This approach forces the consensus layer to handle multiple tasks, preventing optimization for any single function and thereby limiting throughput.

On the other hand, modular blockchains address this issue by separating these functions into specialized layers, creating a modular stack. This architectural shift enhances scalability, security, and flexibility by assigning specific tasks to optimized layers.

As a solution, BitEigen has followed the path of modular blockchain to tackle these challenges head-on and offers a secure, scalable, and cost-effective blockchain platform specifically designed for the needs of Web3 games. We've designed a framework where BitEigen only focuses on specific tasks while offloading the rest to other layers (which in here is integrating with Rootstock, Polygon CDK and Celestia Data Availability). This combination aims to create a blockchain tailored for Web3 gaming and other applications, utilizing the strengths of each specialized layer to provide a more efficient and scalable solution.

Last updated