Secure Gameplay
Overview
Void Protocol is our gameplay validation protocol that delivers protection against cheating, botting, and Sybil attacks. It lies at the center of the our ecosystem.
Computation Layer (Off-Chain)
Uses game servers or node networks to run computationally heavy tasks (physics, AI logic, simulation).
Minimizes overhead on the blockchain, allowing near-real-time performance with minimal latency.
Proof Generation
Each time the game server finalizes an action (e.g., a player defeating a boss, obtaining loot, or forging an item), it generates an attestation (proof) referencing relevant input states.
Zero-Knowledge or Specialized Proofs: As the system grows, Void Protocol can integrate zero-knowledge proofs or other cryptographic techniques to ensure data/computations can be verified with trust assumptions.
On-Chain Verification
The attestation is posted on-chain for final confirmation.
In-game items or state changes become immutable once validated by Void Protocol, ensuring no illusions of inventory that do not match on-chain facts.
Asset Metadata Preservation
On-chain assets retain their metadata. Transformations or upgrades enacted by Void Protocol are recorded in this metadata, guaranteeing full audibility.
By removing the need for every micro-action to be fully on-chain, Void Protocol significantly enhances scalability and user experience. Meanwhile, immutable proofs and references to asset metadata ensure transparency and trust.
Last updated