The honest headline
No game is being built in the Empoorio ecosystem. The previous version of this page previewed a space MMO on another chain. This one describes what such a game would find here.
What it would use
Session keys (pallet-account-abstraction): the player approves a session in Eoonia once; the game signs bounded actions — move, craft, trade under a cap — for hours without a prompt. Native, no bundler.
Sponsored fees (pallet-paymaster): the studio pays for on-chain actions under a policy. At 0.000025 DMS per transfer, a million player actions cost tens of DMS.
Dynamic NFTs (pallet-dynamic-nft): items whose on-chain traits change with play. NFT wallets (pallet-nft-wallet): a character that owns its inventory as an account.
Enforced royalties (pallet-nft-royalties): secondary-market sales pay the studio regardless of venue.
On-chain randomness (pallet-randomness) for drops; pallet-gaming (index 69) for game and item-class registry; pallet-marketplace and pallet-escrow for trading.
Bulk data off chain: assets committed via pallet-blob-storage at 0.000095 DMS per MB, served by the storage market.
What it would find missing
- A game-engine SDK. No Unity or Unreal bindings. Rust, Dart and JavaScript are the client languages; a C# binding is unwritten.
- Throughput proven at game scale. Measured latency is fine (3.5 s inclusion); measured sustained throughput is a 700-transaction burst.
- Users. A testnet with two validators and test tokens.
- An audit. The gaming pallets have no external review.
- Anyone who has tried.
pallet-gaminghas never carried a real game's transaction. The first will find gaps — the way the first swap found a missing treasury.
What the ecosystem does have for games
A social layer (GnoosiS, in production), a wallet (Eoonia, in production), a browser with a wallet built in (Aephoron), an ads platform that pays viewers (SkoopoS) — the distribution and monetisation around a game, without the game.
Release date
None, because there is nothing to release. If a studio builds on the testnet, this page will describe what they built after it has settled a real transaction.
Based on PALLET_REFERENCE.md, EIP_COVERAGE.md, FEE_MODEL_AND_LOW_COST_STRATEGY.md and PERFORMANCE_REPORT.md.


