Jul 16, 2026

Dark Forest: Fully On-Chain 3D MMO SLG — Every Rule Is in the Contract

Dark Forest: Fully On-Chain 3D MMO SLG — Every Rule Is in the Contract

Most "blockchain games" are Web2 frontends with a token contract. Real game logic runs on centralized servers. Dark Forest is different.

10 Solidity contracts carry the complete 3D MMO SLG logic on BSC Mainnet. No central servers, no GM, no hotfixes. Every rule is in the contract, frozen at deployment. All contracts verified on BscScan.

  1. Distance Is the Only Fog of War

All coordinates are public on-chain. Three contract-enforced constraints:

Distance gate: Attack only within radar range. The contract rejects long-range attacks. Token bucket: Attack frequency hard-capped. Lv.1 ~3s, Lv.100 ~1s. Energy cost: Each attack costs 50,000 + 50,000 × weaponLv. Lv.1 costs 100k energy.

  1. Five Tech Trees — N² Growth, No Level Cap

Collector: 3 + 10√(L-1) energy/s, 1x cost Weapon: 900 + 10L² attack, 4x cost Shield: HP 3,600 + 15L², Defense 540 + 6L², 4x cost Radar: 1,000 + 150L + 5L² light-seconds, 8x cost Engine: 10 + 5(L-1) ls/hr, 16x cost

A single Lv.100 shot deals 40,560 shield damage + 80,720 health damage — one-shot kill below Lv.100 shields.

  1. Combat Math

Attack = 900 + 10 × weaponLv² Defense = 540 + 6 × shieldLv² + alliance bonus Shield DMG = max(0, atk + 200 - def) Health DMG = atk > def ? (atk - def) × 2 : 0 Overflow = shield breach × 3 Plunder = energy × (5% + 0.5% × weaponLv)

  1. Rebirth — Death Makes You Stronger

Each rebirth: +12% permanent combat bonus, stackable 3x (max +36%). Systems reset to Lv.1. Health restored to 50%.

  1. Energy Economy

Collected over time, even offline. Maintenance cost = totalLevel × 2,000 × timePassed / 1 day.

  1. DFT Token

420.69 trillion hard cap, 10-year emission. Daily ~1.15 trillion. Unclaimed tokens are burned. 2.5% DEX trading tax.

  1. Energy Market

Fully on-chain limit order book. Sellers lock energy, buyers pay DFT. 1% fee, 3s anti-sniping.

  1. Alliance & Totem

Max 100 members. Leave penalty: 100 + 10 × members DFT. Totem provides defense, requires donations every 48h.

  1. AI Agent System

Native automation with permission bitmasks. Contract-level safety limits. Python SDK with 4 strategy templates.

  1. Space Jump

Burns DFT directly from circulation. Tracking jump lets you jump to any player.

Website: darkforest.uk