区块链小八歌

区块链小八歌

Zypher Network: A full-stack Web3 game engine, a leader in server-abstracted narratives

Recently, the explosive popularity of "Black Myth: Wukong" has not only brought AAA games back into the spotlight but has also sparked heated discussions among players and developers. The continued success of Web2 games has led some Web3 players to switch sides. In contrast, Web3 games face issues such as short lifecycles and unclear business models, especially in the current cryptocurrency market environment, raising questions about their significance.

In fact, blockchain games have not achieved breakthroughs since their explosive growth in the last market cycle. They still lag far behind Web2 games in terms of game content and experience, remaining in a primitive stage. The root cause of this predicament lies in the lack of underlying infrastructure.

Because the Web3 underlying stack still struggles to support complex game logic and high-quality game content, Web3 games tend to capture players through "Finance" when they cannot win through quality. This has become a well-worn issue that does not require further elaboration. Compared to the "handsome and powerful" Web2 games, Web3 games have always struggled to gain prominence. On the other hand, the development of Web3 games is more complex and has a higher threshold due to the lack of unified standards and common game development tools, which is also a significant reason for the low quality of many blockchain games.

The Zypher Network project aims to improve the above issues from the perspective of infrastructure and stand out in the industry by building a series of zero-knowledge proof-based solutions. This article will provide a comprehensive analysis of the Zypher Network to enhance readers' understanding and knowledge of it.

TL&DR

  • Zypher Network has built a set of underlying stacks based on ZKP, significantly lowering the threshold for developers to develop and migrate games on-chain. At the same time, it provides an efficient, trustworthy, and low-cost operating environment for games based on a server abstraction solution, making it possible for AAA games to run on-chain.

  • Zypher Network is currently market-facing and has launched the Zytron Layer3 mainnet based on Linea, signaling the official start of the ecosystem.

  • The Zytron engine currently supports developers to deploy games on TON using Cocos Creator, allowing for low-threshold entry into a new round of mini-game frenzy.

  • Zypher Network introduces a staking-based economic model, where both users and miners in the network can capture resources, increase income through staking, and promote the game ecosystem into a positive value loop.

  • Compared to competitors, Zypher Network's solution has advantages in flexibility, customization, and efficiency, aligning with the overall narrative of the industry.

  • At this stage, Zypher Network has not only launched multiple Web3 games but also introduced dozens of TON mini-games, further siphoning users and attention from the TON ecosystem. Conversely, this also means that whether developers, crypto investors, or players, Zypher Network is also an important value oasis.

  • Zypher Network is backed by a broader market, and its valuation is expected to increase with the continuous growth of its ecosystem games, users, and developers. At the same time, its new paradigm solution will bring more possibilities and innovative opportunities to the Web3 ecosystem.

  1. Project Fundamentals

Zypher Network is a Web3 game infrastructure based on zero-knowledge proof solutions, attempting to address the issues faced in the Web3 gaming field from two levels:

By launching the AW Engine, it provides a complete set of ZKP-based developer tools, empowering game developers with the ability to develop high-quality games and seamlessly migrate games with low thresholds. At the same time, it builds a dedicated Layer3 APP Chain in a customized and modular manner based on its Zytron engine.

After development, based on the server abstraction solution, games can run entirely in a Web3 manner without relying on centralized servers. Whether it is on-chain mini-games or large AAA games, they can operate efficiently, securely, and trustworthily at a very low cost.

1.1 Game Engine

  • AW Engine

During the game development phase, Zypher Network launched the AW engine, which provides developers with a Services SDK toolkit. This toolkit includes various small tools used in game circuit development, such as basic hashing, elliptic curve encryption, masking, shuffling, etc. It also supports using application-specific Plonk as the basic solution for zk proofs to write specific game circuits and compile them directly into wasm, which can run in browsers or applications.

Additionally, it provides verification contracts on different virtual machines (EVM/WASM/…) that can run on various blockchain systems and achieve off-chain proofs and on-chain verification. This includes wasm optimized for provers and verifiers, supporting common Solidity verifiers for all EVM chains, as well as Move-lang verifiers based on the Move language ecosystem. For game logic writing, the framework will further support third-party domain-specific languages (DSL) and zero-knowledge virtual machines (ZKVM). It also offers on-chain verification SDKs customized for these systems, providing more flexibility and customization options.

With this toolkit, developers can "assemble" with minimal coding effort, similar to using Lego blocks in a modular way for direct deployment, without needing to understand the complexities of zero-knowledge circuits, while being able to meet specific requirements in a customized manner and gradually build more complex logic to match their needs.

  • Z4 Engine

The Z4 engine is a solution built by Zypher Network to support PvP game scenarios. In some PvP game scenarios, players can enter game rooms through online matchmaking. These rooms are stateless rooms built on the Z4 engine and driven by nodes within the engine. In these rooms, the nodes themselves do not store game data; they only package and sort players' actions in a ZKP manner and upload them to the on-chain Zytron engine for verification and execution of results. Therefore, from the perspective of the nodes themselves, they do not need to broadcast global state on the source chain, only requiring local state changes.

To further enhance efficiency, the Z4 engine itself is programmable, meaning Z4 nodes can use virtual machines (wasm/evm/…) to run game logic without involving transactions and gas fees. If higher efficiency is needed, game logic can be directly written in the nodes without using virtual machines, receiving on-chain support. Thus, for some large games with PvP gameplay, the Z4 engine can ensure efficient operation with extremely low latency, providing players with an excellent gaming experience.

  • Secret Engine

Zypher Network utilizes the ZKP solution to create a secret engine that provides optional privacy solutions for different games. This engine implements a Shuffling SDK through optimized WASM and precompiled contracts, achieving a high-performance, low-cost decentralized shuffling process. The shuffling circuits and protocols ensure the security of verifiable encrypted computations executed on-chain, maintaining the confidentiality of strategic elements on-chain. In addition to poker, Monopoly, and collectible card games, the SDK can also be applied to other SLG use cases that require trustlessness and randomness.

At the same time, Zypher Network also uses this engine to ensure the security and privacy of player information in games, including in-game information and player identity information, which will be kept confidential on-chain based on the ZK solution to ensure fairness in games and hide player information.

1.2 Deploying Layer3 Infrastructure Based on Zytron Engine

The Zytron engine is Zypher Network's Layer3 stack, supporting developers to deploy Layer3 layers (sovereign Rollup layers) in a customized and modular manner based on this stack, which can serve as a dedicated APP Chain for games. Developers can choose different DA layers, settlement layers, etc., in a plug-and-play manner to match the characteristics of their games. Currently, the Zytron engine has launched the Linea Layer3 mainnet, meaning that the current Layer3 layers are built around the Linea Layer2. As Zytron launches mainnets on different Layer2s in the future, developers will be able to choose to deploy on different mainnets and gain security and finality guarantees from the root chain. At the same time, it also provides plug-and-play features such as precompiled contracts, server sharding, and data compatibility.

From the perspective of game development, based on the Zypher Network stack, developers can build autonomous worlds, small strategy games, or migrate AAA games to the chain at the lowest cost without a steep learning curve while retaining production-level UE. It is worth mentioning that the Zypher Network stack has also integrated Cocos Creator, supporting developers to create mini-games and deploy them on TON. Currently, dozens of TON mini-games have been launched, allowing players to participate through Telegram.

1.2.1 Transactions and Verification

When developers build games based on Zypher Network, the game logic is deployed in the ZKP circuit on the chain (based on the Layer3 chain built on Zytron). When the game runs, the action logs generated by players' continuous game behaviors are aggregated over a certain period and zero-knowledge proofs are generated by an off-chain computing network (each computing node has the ability to generate zero-knowledge proofs and communicate, providing strong computational support for the game, driven by token economics). These proofs are ultimately verified on-chain, significantly enhancing the game's smoothness and even allowing for 0 Gas participation, greatly improving the gaming experience.

In terms of verification, the Zytron engine has also made some optimization designs, deploying a large number of precompiled contracts and building a sharded P2P on-chain communication node network specifically for executing contract verification. By connecting the P2P network, it ensures that each node can communicate directly and efficiently. This method effectively reduces intermediate transmission steps, making data transfer faster. Moreover, communication and address localization between nodes use the Kademlia algorithm, making the structured design quicker and more precise when nodes search for and contact other nodes.

In execution, Zytron also shards the contract execution process based on the distance rules defined in the Kademlia algorithm. This means that different parts of the contract will be assigned to different network nodes for execution based on the distance between nodes. This distance-based allocation method helps evenly distribute computational loads across the Zytron network, thereby improving the speed and efficiency of the entire system.

At the same time, the Zytron engine has integrated with EigenLayer and deployed the AVS computing layer to further enhance the security and decentralization of verification.

1.2.2 Data Storage and Communication

The Zytron engine has launched an important component for data storage abstraction, integrating more user-friendly relational and caching databases to accelerate game data processing, meeting the needs for efficient data management and quick access while maintaining a smooth gaming experience.

In terms of data communication, relying on the aforementioned P2P network enables rapid data transmission, and sharding technology allows contract execution to occur simultaneously on multiple nodes, achieving parallel execution and significantly improving data and transaction transmission efficiency, reducing latency.

1.3 Server Abstraction Solution

Traditional Web3 games typically rely on centralized servers, deploying game logic on centralized servers while deploying economic models and contracts on-chain. When the game runs, it relies on cloud service providers for computation and storage, while on-chain and off-chain data must remain synchronized at all times. This approach does not align with the Web3 philosophy and has certain limitations in terms of trust, security, and efficiency.

Zypher Network was the first to propose a server abstraction solution, which, based on the Zytron engine and its off-chain computing network, can completely replace the utility of traditional centralized servers in a decentralized manner. This solution not only frees itself from reliance on centralized servers but also achieves better results.

Thus, we see that the on-chain part of Zypher Network (Zytron) and the off-chain part jointly support the operation of games, providing a series of resources such as computation and storage, collectively fulfilling the role of a server, but both parts operate in a decentralized manner. Therefore, in this system, there are no actual specific server facilities; we can understand it as abstracting the server while achieving better results than traditional servers.

  1. Current Market Development

Under the influence of factors such as the Federal Reserve's interest rate cuts, the cryptocurrency market has generally warmed up, especially with the rise of the TON ecosystem and the push from some leading CEXs, further igniting the heat of the blockchain gaming market. As an important infrastructure ecosystem in the blockchain gaming market, Zypher Network has made good progress both technically and ecologically.

From a technical perspective, with the integration with Risc Zero and Celesita, as well as the launch of the Zytron Layer3 pre-mainnet based on Linea, it can now support developers in developing and deploying game applications through the underlying stack, and the ecosystem is essentially market-facing. Furthermore, with the recent integration of the Zytron engine with Cocos Creator, developers can now deploy games on TON through Cocos Creator with low thresholds, and under the current trend of "mini-programs" on Telegram, its gaming ecosystem is ushering in a new wave of prosperity.

From an ecological perspective, Zypher Network has already launched dozens of mini-games, attracting hundreds of thousands of active users during the previous testnet phase.

2.1 Technical Aspects

  • Collaboration with Risc Zero

Earlier this year, Zypher Network partnered with Risc Zero to integrate Risc Zero's general ZK virtual machine into the Zypher game engine and expand its functionality through the included game-specific SDK, further supporting more authentic, complete, and effective autonomous worlds.

  • Integration with Celesita

Zypher Network has currently partnered with the modular DA facility Celesita, using Celesita's Roll Kit tools to build the Zytron Kit while making Celesita the default DA layer for the Zytron engine. As Zypher Network integrates with more modular DA facilities, developers will be able to choose and replace in a plug-and-play manner to match their game's fundamentals.

  • Launch of Zytron Layer3 Pre-Mainnet

Currently, Zypher Network has launched the Layer3 pre-mainnet Zytron Pioneer (zytron.zypher.network/layer3) based on the Layer2 network Linea, allowing developers to build their own Layer3 APP Chain based on the Zytron modular setup. This pre-mainnet has also been integrated with Cocos Creator, enabling developers to deploy Telegram mini-games directly on TON through Cocos Creator.

At the same time, in the new Layer3 system of Zytron, players can earn SBT assets by participating in activities, and holding these assets allows for 0 Gas participation in games. Additionally, features such as wallet abstraction and chain abstraction have been introduced to provide users with a seamless experience, maximizing the reduction of gaming thresholds and meeting user intentions.

It is reported that during the early game testing phase on Linea, Zytron Network attracted over 1 million participants and generated millions of transactions. After the mainnet launch, especially with the rollout of more comprehensive features and rights, it will further drive more user participation. The launch of the Zytron mainnet signifies the full activation of the Zypher Network ecosystem.

Zytron Layer3 Mainnet Information:

2.2 Ecological Aspects

Currently, the Zypher Network ecosystem has seen developers gradually deploy a series of games based on its AW Engine, with a majority being TG games and a few Web games.

Currently launched Telegram games:

Rainbow Journey

"Rainbow Journey" challenges players to control a color-changing ball that must pass through color-matching circles. Successfully passing through matching circles earns points, while encountering mismatched colors results in failure. The game's on-chain features ensure a transparent and engaging experience.

Game link: t.me/RainbowJourneyBot

Bingo

In the Telegram Bingo game, there is a 5x5 grid where players take turns marking numbers. The first player to connect two lines wins.

Game link: t.me/zBingoBot

Dogs Jump

In "Dogs Jump on Telegram," players control a dog character to jump between platforms. By collecting bones and successfully passing levels, players can earn points.

Game link: t.me/dogsjump_bot

Dogs Eat Dogs

"Dogs Eat Dogs" requires players to swap patterns in a grid to match three identical patterns. Eliminated patterns help players earn airdrop points.

Game link: t.me/dogsjump_bot

z2048

"z2048" challenges players to slide and merge blocks to form higher values. The goal is to reach the highest block value before the board fills up.

Game link: t.me/zypher2048bot

Assistent Jump

Assistent Jump is a Telegram-based game where players control a ninja character to jump between platforms, earning points by collecting darts. The integration with Telegram and on-chain technology ensures a dynamic and verifiable gaming experience.

Game link: t.me/assassinsjump_bot

Stick Cat

In "Stick Cat," players extend a stick to connect gaps between platforms, allowing the cat to move forward. Successfully jumping earns points, while misjudging the length results in failure.

Game link: t.me/zStickCatBot

Ten Sum Rings

Ten Sum Rings is a puzzle TG mini-game where players use a number grid to circle groups of adjacent numbers that sum to ten. Once circled, the numbers disappear and increase the score, and players aim to score as many points as possible within a fixed time.

Game link: t.me/TenSumRingsBot

Airdrop Battles

Airdrop Battles is a plane combat mini-game where players control a plane to shoot down opposing enemies. Defeating enemies earns points and random items to enhance attack power. The game ends when the plane's health reaches 0.

Game link: t.me/AirdropBattlesBot

BigWhale

A skill-based, strategy mini-game where players control a fish falling to the bottom of the screen and merge with similar fish to grow larger. The goal is to become the largest fish while avoiding obstacles.

Game link: t.me/zBigWhaleBot

Crypto Rumble

A match-three RPG game where players attack and charge up to defeat opponents and earn rewards. This game combines classic block-matching rules with SLG mechanics. Players summon heroes to battle, gaining rewards to upgrade and summon new heroes.

It is worth mentioning that the Crypto Rumble game was launched by the Zypher Network team at the BNB Chain Hackathon held in Istanbul at the end of last year, where it won first place.

The game is set to launch a TG version soon.

In addition to the games mentioned above, it has also launched some web games, including the card game Divine Cataclysm: Oblivion (dc.game/) and the card game Poker Base. As more developers join the Zypher ecosystem, an increasing number of TON mini-games will be launched in the market.

Tool applications include Zytron Bridge, Zytron DEX, etc.

  1. Economic Ecosystem

3.1 Token Economic Model (temporarily using $ZYPHER as a substitute)

$ZYPHER is an important asset in the Zypher economic system, with potential application scenarios including:

Proof Mining: $ZYPHER rewards players and miners to promote network utility and incentivize genuine decentralized DePin, supporting various hardware for decentralized ZK mining and computation, while providing on-chain shuffling and other in-game zk services.

Governance: $ZYPHER holders can vote on governance decisions, participating in proposals related to DAO/foundation treasury, funding committees, in-game tax rates, reward rates, etc.

Economic Guarantee: $ZYPHER can serve as rewards for LST/LRT re-staking, enhancing the cryptoeconomic security of its zk services (registered as Eigen Layer and Bounce Bit AVS).

Game Revenue Sharing: $ZYPHER stakers can also benefit from governance decisions related to supported game expansions, redistributing game revenue in the form of a platform-wide game token.

At the same time, Zypher's gaming platform has a self-sustaining incentive model driven by a universal game token (backed by ETH/LST) that can be used across different games on the platform.

3.2 Staking-Centric Economic Ecosystem

Zypher Network has established a staking-based economic model, where both users and miners in the network can capture resources and increase income through staking. For more details, refer to this document: docs.zypher.network/pozk/overview/

  • Miners

In the Zypher Network, miners play an important role in providing computational power for the network, with decentralized computing miners collectively forming the off-chain computing network. To become a miner, one must stake a certain amount of tokens in a PoS manner, and the Zypher Network will assign zk tasks to them. Completing the computational work (PoW) will earn rewards.

The more tokens a miner stakes, the higher the probability of being assigned tasks by the network, and the greater the rewards for each task. On the other hand, the staking of tokens also serves as an economic threshold to limit malicious behavior by miners.

  • Players

From the players' perspective, staking tokens grants access to some high-quality games and the opportunity to participate for free in premium on-chain games.

At the same time, staking tokens also represents the ability to enjoy better game services and rewards. For example, the more tokens a user stakes, the faster the proof generation during gameplay and on-chain transactions, leading to a better gaming experience and potentially more rewards.

Through economic means, this will encourage both the miner and player communities to actively participate in staking, rapidly forming a staking scale for the network. This will not only drive market demand for tokens but also enhance the security and scalability of the computing network, ultimately providing positive feedback for the development of Zypher Network.

3.3 Introduction of LRT Staking Model

Zypher Network also plans to introduce the LRT model into its economic system, accepting LRT tokens as collateral within the network. For instance, the native network staking mentioned above can be conducted using LRT tokens, significantly enhancing the capital utilization and liquidity of tokens.

From a gaming perspective, the game logic and economic model are built within the Zytron engine, allowing for deep nesting and combination with the LRT model, creating more innovative and driving economic models. At the same time, the Zytron engine will also accept LRT tokens in exchange for game tokens, similar to an automated decentralized gaming guild, injecting further liquidity and value into the gaming economic ecosystem and accelerating token adoption. Based on this, games are also expected to ensure greater integrity and transparency.

  1. Competitive Landscape

In this market cycle, besides Zypher Network, notable projects in the gaming infrastructure space include Mud and Dojo.

MUD

MUD is a highly regarded game engine from last year, known for its versatility. It can seamlessly operate on any EVM-compatible chain, in addition to the Ethereum mainnet.

Internally, it provides structured data management, utilizing the Store database to make on-chain data storage and management more efficient, which is very beneficial for developing complex applications. Additionally, through the "World" framework, the MUD engine can achieve partitioned management of stateless logic, supporting interactions and collaborations between multiple contracts, enhancing developers' flexibility. On this basis, it supports automatic introspection and rapid data synchronization, offering various query tools, including SQL, for easier data access and front-end synchronization.

The MUD engine is built on the Ethereum Virtual Machine (EVM), fully leveraging the ecosystem of Ethereum and its compatible chains. This architecture makes MUD particularly outstanding in data management, achieving structured data management through the on-chain Store database, making it more suitable for existing Ethereum ecosystem developers. However, the logical partitioning of MUD relies on the "World" framework, which increases development flexibility but may also be limited by the performance and scalability of the EVM.

In contrast, Zypher Network adopts a technology route independent of the EVM. Based on the Zytron Layer3 engine, Zypher Network provides a flexible and highly customizable on-chain environment, unaffected by the fixed limitations of the EVM, while the ZKP solution is expected to excel in privacy and security performance. Especially by further optimizing the efficiency of off-chain computation and on-chain verification without relying on centralized servers, Zypher Network is more advanced.

Dojo

Dojo is a verifiable Starknet on-chain game engine that provides developers with a toolkit to create high-quality games, where all assets, user actions, and transactions occur on the Starknet chain.

This engine is based on the Cairo ECS architecture, making game logic design and development more efficient and suitable for complex gaming environments. Its Torii automatic indexer and Katana sorter components provide excellent support for game real-time and data processing. It also offers developers toolchain support, such as the Sozo toolchain, which simplifies the development and deployment process, lowering the development threshold.

Both Dojo and Zypher are zk-based solutions, but the former is limited by its language dependency on Cairo, while Zypher offers more flexible customization and modular support for Layer3.

Overall, whether it's MUD, Dojo, or Zypher Network, each has unique advantages and strengths in their respective solutions. However, Zypher Network, as an emerging engine, aligns more closely with the narrative of industry development in terms of solutions and technical means, and is expected to expand into more fields.

From an ecological perspective, Zypher Network currently has a deep binding with the TON ecosystem, capturing a large number of active players through Telegram, making its gaming ecosystem more vibrant than those of other competitors.

  1. Key Points to Note

Full-chain games and autonomous worlds are becoming a significant trend in the blockchain gaming market. In fact, this sector still lacks thoroughly developed solutions, and the overall number of infrastructure projects is limited. More high-quality and advanced solutions are more likely to stand out in this sector, which also means that Zypher Network is backed by a broader market. Its valuation is expected to increase with the continuous growth of its ecosystem games, users, and developers.

From the perspective of the TON ecosystem alone, it is becoming a hot topic in the industry, especially with popular games like Catizen and Hamster Kombat frequently launching on leading exchanges like Binance, further fueling the heat of Telegram mini-games. As more developers enter and attention value converges, it is also expected to become a new traffic entry point in the gaming market. At this stage, an increasing number of developers are eager to enter TON to capture users and attention.

Zypher Network is currently providing an important channel for game developers to enter the TON ecosystem with low thresholds through its integration with Cocos Creator. By laying out early in the TON market and deeply binding with it, this will accelerate its siphoning of the developer community and is expected to further attract users and attention from the TON ecosystem with continuous innovations in ecological applications and a series of airdrop expectations. Conversely, this also means that whether developers, crypto investors, or players, Zypher Network is also an important value oasis.

In the long term, the server abstraction narrative of Zypher Network is particularly noteworthy. This innovative solution is expected to fundamentally improve the way current games and DApps operate, becoming an important driving force for creating a new Web3 stack paradigm. As technology continues to improve, Zypher Network may not only stand out in the field of gaming infrastructure but also expand into broader application areas, competing with other dimensions of infrastructure, such as App Chain as a Service. Such development trends will bring more possibilities and innovative opportunities to the Web3 ecosystem.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.