Blockchain games aren’t really decentralized… but that’s about to change

10 August 2023

Cointelegraph By Donovan Choy

Despite promises of “decentralization” and “trustless ownership,” the vast majority of crypto games today are, at best, partially decentralized. Web3 is the branding, but in reality, most are Web2+.Game assets live on-chain, yet the game logic, state and storage remain off-chain on centralized servers.

Why? Simply put, it’s not easy to build a fully decentralized game on-chain. Blockchains in 2023 are still far too slow for processing the gargantuan number of transactions that video games require. Lattice CEO Ludens tells Cointelegraph:

“Building a fully on-chain game right now is a little bit like building video games on a computer from the 1980s. We don’t yet have complex on-chain games yet because the blockchains – even Layer 2s – are not powerful enough right now.”

Furthermore, developers have to make important tradeoffs when using blockchain technology to make the game widely accessible to non-crypto audiences.

For instance, Aurory’s developers created a hybrid inventory system called Syncspace, which allows players to leave their assets in Aurory’s custody, but move them into their Solana wallets if they wish.

“Syncspace is Aurory’s UX strategy,” Julien Pellet, Aurory’s infrastructure technical director, tells Magazine. “Not every player wants to handle the complexities of a crypto wallet. We accepted that tradeoff by building Syncspace and allowed some assets to live off-chain in order to bring Aurory to a wider audience of non-crypto-native Web2 players”

But there are passionate communities of degens interested in full-fat, on-chain “autonomous worlds” that are built from the bottom up by the players. One group even modded a game to form a communist collective so everyone “won” the same. Autonomous worlds, as they’re sometimes known, face a lot of hurdles, but given the limitations, the early results are impressive.

Sky Strife from Lattice. (X/Twitter)

How Web3 games started

Web3 games are grappling with a bunch of other issues due to the brief history of the emerging sector. During the last crypto bull cycle, most blockchain games tried to be financial products first and video games second.

That strategy helped catapult the play-to-earn gaming sector into brief mainstream prominence when token prices were going up. But unfortunately, if the appeal is based on delivering a financial return, then enthusiasm can disappear fast when token prices take a dive.

Games like Axie Infinity, Pegaxy or Crabada, which once promised spectacular returns for players, have since fallen off a cliff. For Axie, unique active wallets peaked at around 700,000 in November 2021 but now tally more often in the eight to 10,000 range today.

The Metaverse Index (MVI) token, which tracks a collection of major gaming and metaverse tokens, is down 95.6% from its all-time high in November 2021.

The Metaverse Index token has been on a wild ride. (CoinMarketCap)

In response, Web3 games are now shunning the “play-to-earn” catchphrase that helped propel the sector to prominence, embracing phrases like “play-and-earn” or “play-and-own,” and deemphasizing the profits while focusing on benefits such as the ownership of game assets, or simply how fun the game is.

“At the end of the day, the core focus of games should be leisure and entertainment, not delivering a financial return,” Aurory’s backend tech director Jonathan Tang tells Magazine.

“As Web3 game developers, our job is to think of how to leverage blockchain technology and what it brings to video gaming, while keeping the game fun as a priority.”

Some believe the emphasis on financial returns has tainted the industry’s image, not least due to an influx of scammers.

Pellet adds: “The last bull run attracted scammers that have multiple elaborate strategies such as cloned websites and fake projects to divert millions of dollars from legit players and teams. With Web2 games, it’s much harder to pull off those types of scams.”

Axie Infinity now has a much more finite number of players. (Axie Infinity)

Enter on-chain games

Encouragingly, however, a smaller community of builders interested in building autonomous worlds are trying to bring on-chain maximalism to blockchain games.

In contrast to their Web2.5 counterparts, fully on-chain games have their assets, and the game logic, state and storage live on-chain. The game state refers to the current status of the gaming world, such as player progression and the items they possess, while game logic simply refers to the rules of the game — how players move, interact, collect and consume.

Why bother with having it all on-chain? Doing so ensures the game’s state is always immutable and transparent on the blockchain. But most importantly, it opens the door to the same kind of open composability that is possible in DeFi and enables an aggregator like the 1inch Network to build on top of Uniswap or Curve to integrate Synthetix and allow for cross-asset swaps.

Composability allows anyone to build second-layer rules on top of the game’s original rules. Second-layer rules in fully on-chain games exist in the form of smart contracts on top of the core game developer’s original smart contracts. They are simultaneously experienced by all players in the game, unlike third-party mods in traditional gaming that simply alter the player’s local gaming experience.

Read also


Features

Building blocks: Gen Y can use tokens to get on the property ladder


Features

Can Crypto be Sweden’s Savior?

Collective action

Take, for example, the on-chain RPG Dark Forest, built on the Gnosis chain in 2019 by pseudonymous creator Gubsheep. Dark Forest saw groups of players in their own DAO (DFDAO) creating permissionless guild systems through external smart contracts. With the guild system, small players were able to overcome collective action problems in competing against big whale players by pooling their own in-game resources together. As DFDAO put it in its blog:

“Someone needs to beat orden_gg. Orden_gg has won twice in a row and is at the top of the leaderboard as we speak. If we band together for a collective victory, we can defeat Dark Forest’s unofficial raid boss together.”

Dark Forest is a decentralized MMO space conquest strategy game. (Medium)

DFDAO co-founder toe knee told Magazine: “The Astral Colossus (guild) was a mini game ‘above’ the core DF contracts, but in the eyes of the DF core contract, it was just another player. Instead of being an EOA account like everyone else, it was a smart contract with custom logic that shaped how it would behave differently. This contract was non-upgradeable and verified so players could confirm for themselves that we couldn’t change the rules and we couldn’t keep their planets after they donated.”

Dark Forest players have also created their own in-game marketplaces or even forked the game entirely onto a different chain/layer 2 — Gnosis Optimism. The new game – Dark Forest Arena – introduced new gaming modes previously unavailable.

Dark Forest Arena.

Communist take over

Or take another on-chain game, OPCraft, a Minecraft-inspired experiment built by the Lattice team on Optimism. Weeks into the launch of the game, one player, calling himself SupremeLeaderOP, created a “communist society” where any player that opted into the guild would give up all their resources and share them with every other player in the society.

These rules were not a social promise between players. They were binding and tied to an on-chain smart contract. SupremeLeaderOP could not, even if he so desired, rescind his promises to players or bend the rules of his communist guild. Some players saw the guild as a wacky fun experiment and immediately swore allegiance to the communist Republic, in the process, giving up all their in-game resources in return for access to the guild’s collective treasury. As documented on the Lattice blog:

“Once a player had become a comrade, they were able to — through smart contracts that the Supreme Leader had deployed — mine material for the government treasury and build using treasury material on top of government owned land! The Republic even had a ‘social credit’ system to prevent freeloading comrades from spending more material from the treasury than they have contributed. Free loading comrades were not allowed to build anymore until they had ‘repaired their social credit’ through contributing their labor.”

In fully on-chain games, players can implement innovative changes rather than having to wait for a core developer to introduce the updates through a centralized patch. It’s a level of bottom-up spontaneous creative expression that extends far beyond how we traditionally think of video gaming, but in the Web2 world, experimenters tinkering around on custom game mods eventually spawned billion-dollar game franchises such as Dota and Counter-Strike. Dota was first created permissionlessly as a mod on Blizzard’s Warcraft 3 game, while Counter-Strike was birthed from a mod on Valve’s Half-Life game.

The on-chain gaming space is nascent, and builders in this space still refer to fully on-chain games very differently. The popular autonomous worlds label was coined by Lattice Labs, but other builders in the on-chain space have referred to the concept as eternal games, infinite games or on-chain realities.

Although the terminology varies, the common denominator underlying these games is hard permanence on the blockchain. Just as smart contracts and tokens will forever exist on-chain, fully on-chain games remain fully uncensorable and alive long after a gaming studio abandons the game.

The tradeoff? Most on-chain crypto games currently resemble turn-based board games with simple game loops like Space Invaders and Pac-Man in the early era of video games.

Limitations, limitations, limitations

In creating the on-chain racing game Rhauscau, creator Stokarz tells Magazine he had to make a bunch of necessary tradeoffs in game design due to cost limitations.

“The reason why most on-chain games follow a traditional board game design with minimal game logic is because executing it all on-chain is inexpensive. On the smart contract level, it’s a one-dimensional play with agents simply changing the positioning of the play.”

Although Rhauscau is deployed on the layer-2 Arbitrum Nova, which boasts a throughput speed far higher than Ethereum mainnet, the game is still limited to simple game loops that last five minutes tops.

“The first tradeoff with Rhauscau’s game design was that it had to be centered around one simple game loop. Too complex games mean more transaction speeds, which would make it too costly for users to pay for it. It’s similar to early mobile games like Cut the Rope,” Stokarz added.

Partially decentralized Web2.5 games don’t face the same trade-offs as on-chain games because the only crypto layer within their games is assets in the form of nonfungible tokens.

But they make an important sacrifice in another regard: the game’s open composability.

Read also


Features

Bitcoin is on a collision course with ‘Net Zero’ promises


Features

How to stop your crypto community from imploding

Future of on-chain games

No one denies fully on-chain games face an uphill battle, and scalability isn’t the only problem.

Ludens emphasizes that the immature state of on-chain games is also due to game designers lacking a set of coherent guiding game design principles for building on blockchain ledgers. “Game designers should think harder about how to harvest the full affordances of a blockchain ledger in their game design.”

But blockchain and software infrastructure is an issue.

“On old video games, we saw simplistic text adventure games first. When computers got faster, then came FPS games like Doom. With higher computational power on the blockchain, it will further increase what we can do with game design.”

Games started as text-based RPGs and moved on to first-person shooters like Doom 1993. (Doom/Britannica)

“Getting chain infrastructure to a higher throughput would obviously help scale on-chain games greatly. It would allow sharding of the game’s state and executing it together on multiple chains at the same time.”

On the software side of things, he wonders what game engines like Lattice’s MUD (multi-user-dungeon) will look like years down the road. “Can MUD write powerful enough applications as we continue to push it?”

Today’s video game market is dominated by the Unreal and Unity game engines. Commercial game engines like Unreal only emerged in 1998 after decades of experimentation. Today, they serve as the go-to software framework for game developers to create a game efficiently with much less technical complexity.

MUD aims to achieve something similar for blockchain game developers. The software stack streamlines the task of building an EVM app with various development tools like an on-chain database.

On-chain and on ZK-rollups

Ethereum’s roadmap is built around scaling via ZK-rollups, and there’s a big opportunity on the various layer 2s for game designers to take advantage of faster and cheaper transactions. A small collection of builders on Starknet believe that the layer-2’s zero-knowledge proof native architecture is much better poised to scale a fully on-chain game.

Cartridge is building its own game engine called Dojo, among other developer tools for Starknet game developers. Its founder, Tarrance van As, believes that Starknet is the only one with a tractable path to scalability for hundreds of thousands of users eventually.

“With Dojo, game developers get a baseline capability of the framework because everything is provable all the time,” he tells Magazine.

“In the future, your game is not even going to be a layer 2 but a layer 3 or layer 4 on top of Starknet,” he says, referring to bespoke blockchain environments designed for specific types of applications that are built in another layer on top of the layer 2. But he adds ZK-proofs can even be generated on the same local PC running the gameplay.

“With ZK-proofs, you can even have logic computed on the client itself. We may even be able to run the game on our local device and simply provide the proofs that it was done correctly thanks to the mathematical integrity of ZK-tech.”

Van As sees a world of opportunity opening up and believes that in years to come, on-chain games will resemble blockchains a lot more than traditional AAA games.

“On-chain games are free from the restrictions of traditional game publishers such as a financial runway, development cycle and its closed nature. They resemble Ethereum much more in the sense that it evolved from an emergent, bottom-up culture.”

Blockchainblockchain gamesGaming

Read also

  

You might also like

Ripple says latest ruling does not affect its legal victory  
Ripple says latest ruling does not affect its legal victory  

Ripple’s legal chief said a US court’s rejection of a proposed XRP settlement with the Securities and Exchange Commission (SEC) does not pose a threat to Ripple’s win.Judge Analisa Torres of the US District Court for the Southern District of New York rejected a joint Ripple-SEC motion seeking an indicative ruling on their proposed settlement, according to a filing on May 15.Ripple’s chief legal officer, Stuart Alderoty, said the rejection does not reverse the company’s victory in the case. The company announced the end of the lawsuit on March 19.Source: Stuart AlderotyAlderoty stressed that the latest court decision does not change the fact that XRP (XRP) is not a security, adding that the rejection is related to “procedural concerns with the dismissal of Ripple’s cross-appeal.”Why did the court refuse to grant the ruling?According to the court document, Torres denied the motion as “procedurally improper” since the SEC and Ripple failed to file the correct procedural motion to support the proposed settlement.“By styling their motion as one for ‘settlement approval,’ the parties fail to address the heavy burden they must overcome to vacate the injunction and substantially reduce the civil penalty,” the Judge wrote.An excerpt from the court’s rejection of the SEC-Ripple motion on May 15, 2025. Source: CourtlistenerThe SEC and Ripple agreed to lower the court’s $125 million fine days before Ripple CEO Brad Garlinghouse announced the end of the case. Subsequently, Alderoty disclosed on X that the SEC will keep $50 million of the $125 million fine.“The parties have made no effort to satisfy that burden here; their request does not even mention the Rule,” the court document stated.Community asks for explanationAs Alderoty has not provided any details on the nature of procedural concerns by the court, but assured the public that Ripple and the SEC are “fully in agreement to resolve the case,” many in the community were unhappy with the lack of specifics from Ripple.“First, in a recent post about this case, you said you would not be making any more X posts because the case was closed,” one XRP observer responded to Alderoty in the X thread.Source: X thread from Stuart Alderoty“Second, I don’t think it’s enough to just say that it’s procedural. I think further explanation of what went wrong in the filing is needed,” one XRP observer wrote in an X thread,” the post continued.Related: Ripple commits $25M to US school nonprofits“Let’s remember that both he and Brad said the case was over, and it still isn’t; they’re cheating us a little,” another user speculated.The news came shortly after online reports suggested that US President Donald Trump was allegedly manipulated by a Ripple-linked lobbyist into announcing the XRP token would be part of his plans for a national cryptocurrency reserve.Many in the Bitcoin (BTC) community have been slamming Ripple for advocating for a multi-coin strategic reserve, instead of a Bitcoin-only reserve.Magazine: Danger signs for Bitcoin as retail abandons it to institutions: Sky Wee

Europe’s MiCA law is motion, but can the crypto industry keep up?  
Europe’s MiCA law is motion, but can the crypto industry keep up?  

The European Union’s Markets in Crypto-Assets regulation — better known as MiCA — is now in its critical implementation phase. Designed to unify crypto regulation across all 27 EU member states, MiCA promises clarity, consumer protection and long-term market stability. But as implementation begins, cracks are already showing.In this week’s episode of Byte-Sized Insight, we explore the key provisions of MiCA now in force, particularly around stablecoins, and why some of the largest players in the market are refusing to comply.As of January 2025, crypto asset service providers (CASPs) began acquiring licenses to operate legally within the EU. A transitional or “grandfathering” period allows existing firms up to 18 months, depending on the member state, to comply. Still, with deadlines approaching, firms are being forced to act quickly.Stablecoins at bayOne of MiCA’s earliest and most controversial provisions involves stablecoins. Under the law, no stablecoin can be offered to EU users unless the issuer is authorized in the EU and publishes a regulator-approved white paper.Strict rules around asset reserves, governance, conflict of interest and marketing are also part of the package. Issuers are even banned from offering interest on tokens, removing a common incentive for adoption.Related: Stablecoin regulation next ‘catalyst’ for crypto industry — Aptos headThe world’s most-used stablecoin — Tether’s USDt (USDT) — has already announced it won’t seek MiCA compliance, meaning exchanges may soon be forced to delist it across the EU. This has major implications for liquidity, retail access and DeFi activity in the region.Tether CEO Paolo Ardoino told Cointelegraph’s Gareth Jenkinson at Token 2049:“The reason is not, uh, fear of regulations, fear of compliance… The problem that I had with um, with MiCA is that [the] license is very dangerous when it comes to stablecoins and I believe that it’s even more dangerous for the small medium banking system in Europe.”Compliance is keyOn the flip side, other firms are leaning in. BitGo, a crypto custody firm, recently secured a MiCA-aligned license in Germany, positioning itself to serve institutional players across Europe. Brett Reeves, head of Go Network and European Sales at BitGo, told Cointelegraph the license is not just about compliance, but long-term strategic alignment with Europe’s evolving regulatory landscape.“We found that both BaFin and the European regulators have been relatively straightforward to deal with. Sometimes they have difficult questions, but they’re there to make sure that our processes are in place and up to scratch.”We also spoke with Erwin Voloder, head of policy at the European Blockchain Association, who emphasized the need for consistent national-level interpretation and better guidance from regulators to prevent fragmentation.Listen to the full episode of Byte-Sized Insight for the complete interview on Cointelegraph’s Podcasts page, Apple Podcasts or Spotify. And don’t forget to check out Cointelegraph’s full lineup of other shows! Magazine: Legal Panel: Crypto wanted to overthrow banks, now it’s becoming them in stablecoin fight

Fake Eric Trump-themed token is ‘rug in the making,’ says Bubblemaps  
Fake Eric Trump-themed token is ‘rug in the making,’ says Bubblemaps  

A fake Eric Trump-themed memecoin launched on Solana’s memecoin launchpad Pump.fun, rose more than 6,200% in the past 24 hours, raising red flags among blockchain analysts who warned of a potential rug pull.A newly-created Eric Trump (ERICTRUMP) memecoin with the token address “jv7d” surpassed $140 million in market capitalization within a day since its launch on May 16, CoinMarketCap data shows.ERICTRUMP/USD, all-time chart. Source: CoinMarketCap The memecoin’s distribution raises significant red flags that point to a rug pull “in the making,” warned blockchain data platform Bubblemaps in a May 16 X post.Source: BubblemapsA rug pull typically refers to the sudden removal of liquidity or mass sell-off by token insiders, often resulting in a steep price collapse that leaves retail holders with worthless tokens. Looking at Bubblemaps’ token clusters for the 250 largest holders, the majority of these tokens are held across 10 token clusters, founded by 10 main crypto addresses.Related: Coinbase faces $400M bill after insider phishing attackThe token’s ownership pattern is reminiscent of recent memecoin collapses, including the Wolf of Wall Street-inspired WOLF token, created by Hayden Davis, the co-creator of the Official Melania Meme (MELANIA) and the Libra token.Source: BubblemapsOver 82% of the WOLF token’s supply was held by the same entity, which led to a 99% price crash after the token peaked at a $42 million market capitalization.Related: Ukraine strategic Bitcoin reserve bill reportedly in final stagesEric Trump token deployer created four scam tokensThe deployer behind the fake Eric Trump token also created three other Eric Trump tokens that failed on Pump.fun,” a Bubblemaps investigator told Cointelegraph.Fake Eric Trump tokens created by the same deployer: Source: Solscan, BubblemapsBlockchain data shared by the firm shows that these tokens were all created around the same time by the Solana blockchain address “BjTm.”Industry watchers have been increasingly vigilant about rug pulls since the meltdown of the Libra (LIBRA) token, endorsed by Argentine President Javier Milei, which saw eight insider wallets cash out $107 million in liquidity, leading to a $4 billion market cap wipeout within hours.Magazine: Crypto wanted to overthrow banks, now it’s becoming them in stablecoin fight

Open chat
1
BlockFo Chat
Hello 👋, How can we help you?
📱 When you've pressed the BlockFo button, we automatically transfer to WhatsApp 🔝🔐
🖥️ Or, if you use a PC or Mac, then we'll open a new window to load your desktop app.