CryptoLand divides the real world into a 16,384 × 16,384 tile grid — 268,435,456 claimable territories of roughly 2.4 km². Players buy, customise, trade, raid and govern land, with AI Guardian agents defending it while they are offline.
The interesting number is not how many chains this runs on — it is that going native on a new one is an adapter, not a fork.
Every chain implements the same 24-function adapter interface, contract-tested in CI. 15 EVM chains share a single adapter; the other 12 families — Move, Cairo, UTXO, Soroban, ESDT, FA2 and the rest — each have their own. One codebase, one game, one set of mechanics.
A tile is whatever that ecosystem's own primitive is: an ASA on Algorand, a Move object on Aptos, an FA2 token on Tezos, a native asset on Cardano. Wallets, fee language and the asset model come from the chain, not from a lowest common denominator.
Each build is its own bundle, its own database and its own backend. Nothing is shared, so one ecosystem's world, players and metrics can never appear inside another's.
Every build reads the current head of its own chain from that chain's own node and shows it live — a number you can check against a block explorer in ten seconds.
Each is a separate, self-contained build. Open any one and it will look like it was made for that ecosystem alone — because in every way a player can observe, it was.
The worlds are seeded. Owners, purchases and activity were generated by
server/seed_chain.py with chain-correct addresses and modelled retention, so no build looks
abandoned. They are demo data and we would rather say so here than have you work it out.
No NFT contract is deployed yet, so on-chain minting is stubbed and every build reports
0 on-chain mints. The tile ledger is the database; the chain is the payment rail and the
intended anchor.
What is genuinely live: the game loop, wallet authentication, payments, the per-chain
adapters, and the chain-head reading on each build. Each deployment's /ecosystem page
reports its own traction from its own database and states the same caveats.