Own the world.
Native to your chain.

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.

— that is where you just came from. This page exists to show you the architecture behind it. Go back to that build →
268MClaimable tiles
~2.4 km²Per tile
13Adapter families
1Codebase

The architecture

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.

13 adapter families, not 27 forks

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.

Native, not wrapped

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.

Isolated deployments

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.

Verifiable from the page

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.

Every deployment

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.

You came from here
Polygon
an ERC-721 NFT
MATIC/ecosystem →
You came from here
Avalanche
an ERC-721 NFT
AVAX/ecosystem →
You came from here
Base
an ERC-721 NFT
ETH/ecosystem →
You came from here
Arbitrum One
an ERC-721 NFT
ETH/ecosystem →
You came from here
Ronin
an ERC-721 NFT
RON/ecosystem →
You came from here
BNB Smart Chain
a BEP-721 NFT
BNB/ecosystem →
You came from here
OP Mainnet
an ERC-721 NFT
ETH/ecosystem →
You came from here
Scroll
an ERC-721 NFT
ETH/ecosystem →
You came from here
Celo
an ERC-721 NFT
CELO/ecosystem →
You came from here
Moonbeam
an ERC-721 NFT on Polkadot
GLMR/ecosystem →
You came from here
Beam
an ERC-721 NFT
BEAM/ecosystem →
You came from here
Oasys
an ERC-721 NFT
OAS/ecosystem →
You came from here
SKALE Nebula Gaming Hub
an ERC-721 NFT
sFUELzero gas/ecosystem →
You came from here
Hedera
an ERC-721 NFT on Hedera
HBAR/ecosystem →
You came from here
Injective
an ERC-721 NFT
INJ/ecosystem →
You came from here
Solana
an SPL NFT
SOL/ecosystem →
You came from here
TON
a TON NFT item
TON/ecosystem →
You came from here
Aptos
a Move object
APT/ecosystem →
You came from here
Sui
a Sui object
SUI/ecosystem →
You came from here
Starknet
a Cairo ERC-721 token
STRK/ecosystem →
You came from here
Cardano
a native Cardano asset
ADA/ecosystem →
You came from here
NEAR
a NEP-171 token
NEAR/ecosystem →
You came from here
Stellar
a Soroban asset
XLM/ecosystem →
You came from here
Algorand
an Algorand Standard Asset (ASA)
ALGO/ecosystem →
You came from here
MultiversX
a native ESDT
EGLD/ecosystem →
You came from here
Radix
a native non-fungible resource
XRD/ecosystem →
You came from here
Tezos
an FA2 token
XTZ/ecosystem →

What is real, and what is not

Read this before you check the numbers

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.