Gameplan
  • Introduction
  • MMA with Gameplan: Breaking Barriers To Growth
    • MMA and it's Challenges
    • MMA meets Web3
    • Why Gameplan?
    • Why as a Bitcoin Zk Rollup?
  • Tech Specs
    • TLDR;
    • Core Concepts
      • Identity and Access Management (IAM)
      • Social Graph and Off-Chain Data Management
      • Governance Framework
    • Data Security and Privacy
    • Execution Environment
      • zkEVM
      • Sequencer
    • Bitcoin Settlement
      • Decentralized Bridge
      • Verifier Network
      • Bitcoin Finality
  • Ecosystem
    • Fighterspeak
    • Combat League
    • Ticket Marketplace
    • Developer Hub
  • Others
    • Official Links
Powered by GitBook
On this page
  1. Tech Specs

Execution Environment

The execution environment in Gameplan is designed to provide secure, scalable, and trustless transaction processing. At its core is the zkEVM, a specialized version of the Ethereum Virtual Machine that leverages zero-knowledge cryptographic proofs to verify every action in a decentralized manner. This ensures that smart contract execution and state transitions are verifiable and secure without relying on external trust.

To maintain efficient transaction processing, Sequencers play a critical role in ordering transactions before they are executed by the zkEVM. This ensures that the transaction flow is orderly, fair, and resistant to manipulation.

Once the transactions have been executed and verified, the system moves to Block Production, where sequencers' ordered transactions are packaged into blocks. These blocks are secured using zk-proofs, which guarantee the correctness of the transactions without requiring re-execution, ensuring scalability and security.

Together, these components—zkEVM, Sequencers, and Block Production—form the backbone of Gameplan’s execution environment, enabling decentralized applications to operate securely and efficiently at scale.

PreviousData Security and PrivacyNextzkEVM

Last updated 7 months ago