Protocol Lab · Living Game Rules

Upgradeable.
Never Breakable.

The game evolves — new breeds, new sectors, new mechanics — through secure Move module upgrades. Existing assets keep working. History stays untouched. Every change is community-voted and ChainGPT-audited.

Move-UpgradeableDAO-VotedAuditedImmutable HistoryForward-Compatible
Living Modules

The Game's Source Code, In The Open

Each Move module can be upgraded independently. New mechanics ship without rewriting existing objects — your Borg, mission history and inventory carry forward intact.

core::borg
live
v2.4

Borg object · genetics, stats, equipped parts

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
core::mission
live
v3.1

Mission engine · rewards, randomness, parallel dispatch

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
ext::breeds_v3
queued
v0.9

Adds 6 new breeds — backwards compatible with v1/v2 Borgs

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
ext::sector_polar
proposed
v0.4

New Polar sector · arctic missions & frost loot

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
core::battle
live
v1.7

Arena Core · shared object 5v5 battles

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
core::vault
live
v1.2

Temporal Vault · maturity & seasonal triggers

+ entry_fun add_breed(...)
- legacy::stub::deprecated
+ // safe migration guard
Community Control

Vote With Your Objects

Your voting weight is read directly from your SUI Borgs, locked $BORG and seasonal NFTs. No snapshot tricks, no off-chain forms — the Move module counts your wallet at the block of the vote.

BIP-014Feature

Add Polar Sector & 3 Arctic missions

Ship sector_polar module · new arctic biome, frost loot pool funded from treasury (no inflation).

3d 4h
Yes · 18,420No · 2,140
Quorum 82% of 25,00090% yes
Weight 412
BIP-015Rescue

Route Rescue funds → Manila + Lagos shelters

Allocate 60% of this cycle's rescue pool to two newly-vetted on-the-ground partners.

5d 18h
Yes · 22,980No · 940
Quorum 100% of 20,00096% yes
Weight 412
BIP-016Breed

Introduce Saluki & Basenji as full lineages

Promote two existing visuals into full combat lineages with unique passives.

1d 2h
Yes · 9,800No · 7,220
Quorum 95% of 18,00058% yes
Weight 412
BIP-017Economy

Reduce early-unlock penalty 12% → 9%

Soften Khonsu early-unlock penalty. Author argues retention; opposition cites yield dilution.

6d 11h
Yes · 4,220No · 12,680
Quorum 85% of 20,00025% yes
Weight 412
Immutable History

Your Borg Remembers Everything

Rules can change. The past cannot. Every mission, battle and upgrade is permanently recorded — even after module upgrades, the old events stay readable on-chain forever.

BORG-Δ-0001 · full chain
  1. Block #4,128,901
    Mission completed · BORG-Δ-0001 · +180 $BORG · seed 0x9af2
  2. Block #4,128,640
    Arena win vs BORG-Λ-0289 · turn 9 · loadout snapshot
  3. Block #4,127,201
    Evolved to v2 chassis · trait carried: Solar Spine Plate
  4. Block #4,120,008
    Equipped Plasma Fang · tx 0x88af…0e21
  5. Block #4,000,000
    Minted · genetics 0x4b1f7e92 · lineage Phantom
Append-Only Event Stream

Move emits events into an append-only stream tied to the object id. No upgrade — no admin call — can rewrite or hide them.

Backwards Compatible

V1 Borgs gain new dynamic abilities while keeping every battle and mission ever recorded. No re-mint. No data loss.

Player-Owned Memory

History lives inside your object — not on our servers. If we vanished tomorrow, your Borg's life story would remain intact on SUI.

Audit Pipeline

No Change Ships Without ChainGPT

Every Move module upgrade walks the same six-step pipeline. ChainGPT's automated review must pass before the vote even opens — surprises don't reach production.

1. Author
Core dev signs proposal
2. Review
Community + multisig review
3. ChainGPT
Automated Move security audit
4. Vote
DAO vote · quorum + threshold
5. Timelock
48h delay before activation
6. Deploy
Module upgrade on-chain
Audits passed42 / 42
Critical findings0 in 12 mo
Public reportsView →
Release Log

Every Upgrade, Signed & Reviewable

The full deployment history — version, audit hash, diff summary. Nothing ships in private.

v2.4.0
2026-05-22
0x9af2…d10c
Arena Core launch · 5v5 shared-object battles
+ core::battle v1.7
+ ext::team_5v5
~ governance weight refresh
v2.3.1
2026-05-08
0x441e…7b22
Temporal Vault maturity engine
+ core::vault v1.2
+ seasonal::rescue_week
~ event stream compaction
v2.3.0
2026-04-19
0x88af…0e21
Khonsu staking · lunar APY cycles
+ stake::khonsu v1.0
+ governance::weight_of
- legacy::stub::deprecated
v2.2.0
2026-03-30
0x10cc…ee45
Parallel mission dispatch
~ core::mission v3.0 → v3.1
+ randomness::chaingpt
+ rescue::pool live