Boxing gym with ring, athlete, coach, sensors, and robot training rig

Zweispace vertical AI token family

BOX

Boxing AI matching for sports, gyms, champions, Unity training, and robot physical intelligence.

Standalone target

box.zweichain.net becomes the public BOX home.

BOX follows the Zweispace vertical-AI pattern around specialized expert systems such as AI税理士 and AI中小企業診断士, then moves that logic into embodied sports intelligence. Heian can link to BOX later, but the main experience stays standalone so the boxing product, token, gym pilot, and future Unity app have one clean public door.

BOX system

One vertical, four linked surfaces.

Public wording stays champion/gym-safe until names, likenesses, records, and endorsements are approved.

01

Champion graph

Capture approved technique notes, matchup intelligence, training style, and coaching patterns from champion-led knowledge.

02

Gym matching

Match athletes, coaches, gyms, sparring partners, clinics, and events by skill, weight, style, location, and safety constraints.

03

Unity AI ring

Prepare drills, avatars, scoring overlays, reaction games, and replay feedback after the sample boxing app source arrives.

04

Robot PI

Use boxing motion as a high-signal physical-intelligence domain for footwork, balance, timing, defense, and recovery.

Model arena

Private models compete. Wallets prove ownership.

Arena spec
Champion loop

Every week, the champion defends the title.

The top model becomes the BOX champion, then faces the next challenger pool. Staying on top means proving it again against new models, new drills, and fresh hidden test sets.

Commit

Submit hash first

Wallet signs a model-package hash before the deadline. The public sees the hash, not the model file.

Reveal private

Evaluate sealed model

The evaluator verifies the package hash, runs the model in a sandbox, and keeps the file out of public view.

Rank and award

Publish proof trail

Leaderboard shows wallet, nickname, model hash, score, title status, and BOX award record.

MVP console

Weekly challenge status

Static preview

Current tournament

ID
-
Commit deadline
-
Status
-

Leaderboard

Serve this page from the BOX app to load live rankings.

Commit a model hash

Commit submits only hashes and signed ownership metadata, not the model file.

Unity preview

Low-resolution ring simulator now. Unity WebGL later.

Unity notes

BOX token

Fixed-supply ERC-20 utility token for Zweichain.

BOX launches as utility infrastructure: pilot participation credits, gym session credits, coach review credits, contribution rewards, and future Unity unlocks. It is not presented as an investment, profit promise, or athlete speculation product.

Name
BOX Boxing AI Token
Symbol
BOX
Decimals
18
Supply
1,000,000,000 BOX
Owner
Treasury multisig
Minting
Constructor-only fixed mint

Network path

Private EVM first. Public Zweichain after verification.

Contract workspace
1

Private staging

Deploy to `box-private`, verify supply, owner, pause behavior, transfers, permit metadata, and deployment records.

Pending RPC + multisig
2

Public mint

Deploy the same verified contract to public Zweichain, publish address, explorer link, ABI, and wallet metadata.

Pending private verification
3

Wallet display

Expose MetaMask add-token instructions and token metadata after the public address is final.

Metadata ready

Launch console

Deployment is blocked until the private EVM inputs are set.

Open runbook

Required inputs

  • BOX_TREASURY_MULTISIGneeded
  • BOX_PRIVATE_RPC_URLneeded
  • BOX_PRIVATE_CHAIN_IDneeded
  • BOX_PRIVATE_EXPLORER_URLneeded
  • ZWEICHAIN_PUBLIC_RPC_URLlater
  • ZWEICHAIN_PUBLIC_CHAIN_IDlater

Private staging commands

npm install
npm run build
npm test
npm run check:env:private
npm run deploy:private
npm run verify:private

Wallet after public mint

Use the public contract address to complete the MetaMask watch-asset template and publish the explorer link.

Wallet template

Heian link card

BOX plugs into Heian as a specialized sports intelligence vertical.

Heian can list BOX alongside the Zweichain token ecosystem after the public contract address is final. The card should point to `box.zweichain.net`, not replace this site.

Suggested card copy: BOX - Boxing AI Token - champion-led boxing matching, gym pilots, Unity training, and robot physical intelligence on Zweichain.

Review Heian Platform

Build order

Publish the site first, then connect token and Unity layers.

  1. Point DNS for `box.zweichain.net` to the selected server and serve this static BOX folder.
  2. Keep the JavaScript ring simulator live as the first public model-arena preview.
  3. Set treasury multisig, private RPC, private chain ID, public RPC, public chain ID, and explorer URLs in local environment only.
  4. Deploy BOX token private first, verify, then deploy the same contract to public Zweichain.
  5. Import the boxing match sample app later, then decide whether Unity WebGL replaces or supplements the simulator.