Skip to main content

Blockchain

Wildoria's blockchain layer is the opt-in part of the game. You can play for years without ever touching it - but the moment you want to own something outside the app, the chain is what makes that ownership real.

Open beta on Avalanche Fuji testnet

The blockchain layer is currently live on Avalanche Fuji testnet during the open beta. Test-net WLD has no monetary value and the deployed contracts may receive small upgrades or be redeployed before mainnet launch.

When we move to Avalanche mainnet for production, this section will be updated with the new addresses and a clear migration path. Anything you experiment with on Fuji today is for testing only - we will announce mainnet timing publicly before the cutover.

Why we picked this stack

ChoiceWhy
Avalanche C-chainSub-second finality, low fees (cents, not dollars), full EVM compatibility, friendly to high-volume game traffic.
Open standards (ERC-20, ERC-721, ERC-1155)Your assets work in any wallet, any explorer, any marketplace. We don't lock you into a Wildoria-only ecosystem.
OpenZeppelin primitivesIndustry-standard, battle-tested security building blocks. Less custom code → fewer attack surfaces.
EIP-712 signed vouchersThe backend can authorize a mint or a withdrawal off-chain; you submit it on-chain. No backend private keys ever live in your wallet.

What's deployed

Wildoria runs eight smart contracts on Fuji today. Each one has a dedicated page below explaining what it does, why it matters to you, and the technical surface area for the curious.

Game stays in sync with the chain

Whenever something happens on-chain - a deposit, a withdrawal, a sealed NFT changing hands - Wildoria notices within seconds and updates the in-game state automatically. You don't have to refresh anything. If a sealed character moves to another wallet, the game's view of "who owns this character" follows along.

Where to go next

  • New to Wildoria's chain layer? Start with WLD Token - it's the currency that ties everything together.
  • Want to seal your favorite character? See Character NFT.
  • Auditing the contracts? Jump straight to All contract addresses and verify the source on Snowtrace.