← Back to site

Docs

Everything confirmed about Void Runners so far — rarity math, mint status, wallet connect, and the contract this collection will run on.

Last updated manually · treat anything marked TBD as not final

Overview

Void Runners is a 10,000-pilot generative NFT collection for an anti-grav racing league. Every pilot mints with a unique call sign, a rarity tier, and stats (Speed / Armor / Boost) drawn from that tier.

This site is currently a working preview. The gallery, rarity odds, and name generator you see are the real logic the collection will use — but wallet connect and minting are not wired to a live contract yet.

Status

No contract is deployed to mainnet yet. Nothing on this site currently costs real funds to interact with.

Rarity & odds

Rarity is rolled once, at mint, and is final. It is not decided by the contract on-chain — it's baked into each pilot's metadata before mint (see Smart contract section below for why).

TierOddsSupply
Common60%6,000
Rare25%2,500
Epic10%1,000
Legendary4%400
Mythic1%100

Stats scale with tier: higher tiers start with a higher base Speed / Armor / Boost, with some randomness layered on top so no two pilots in the same tier are identical.

Mint status

Mint priceTBD
Max per walletTBD
Mint chainTBD
Mint dateTBD

Price and wallet limits shown elsewhere on the site are placeholders until these are locked. The contract scaffold currently defaults to 0.08 ETH and a 3-per-wallet cap as a starting point for testing — neither is a commitment. Final numbers will be announced in Discord and reflected here before mint opens.

Wallet connect

Not live yet

The "Connect wallet" button on the mint section is currently a placeholder — clicking it shows a status message instead of opening a real wallet prompt. This is intentional: there is no deployed contract to connect to yet, and a button that pretends to work would be misleading.

What "live" will look like

  • A wallet library (ethers.js or wagmi) prompts MetaMask / WalletConnect on click.
  • The button reflects connection state (address, or "Connect wallet").
  • Mint calls the deployed contract's mint(quantity) function directly from the page.

This will be switched on once a contract is deployed and verified — see the next section.

Smart contract

StandardERC-721
Contract addressTBD — not deployed to mainnet
Max supply10,000
Rarity sourceOff-chain metadata, fixed pre-mint

Rarity and stats are generated before mint and stored in each token's metadata file, rather than rolled on-chain. This is the common approach for collections this size — it avoids the gas cost and known fairness issues of on-chain randomness. The mapping from token ID to metadata is locked in before the contract goes live.

The contract source, deploy scripts, and metadata generator are maintained alongside this site and will be linked here once verified on Etherscan.

Roadmap

Full detail on the site's roadmap section. Short version:

  • Phase 01 — Grid opens: public mint of all 10,000 pilots.
  • Phase 02 — Council formation: holder governance opens.
  • Phase 03 — Closed race season: pilot stats go live in a closed beta.
  • Phase 04 — League launch: full public season with ranked rewards.

FAQ

See the FAQ section on the main site for quick answers on rarity, stats, and current contract status.