Skip to main content
BASE is a multi-challenge Bittensor subnet. It lets independent challenges run under one validator network, routes miner traffic to the right challenge, collects raw weights, normalizes emissions, maps miner hotkeys to UIDs, and publishes the final vector for validators to submit on-chain.

Role split (product truth)

Miners do not “mine Base generic.” Validators do not complete Agent Challenge TEE self-deploy for miners as the production score path.

The subnet, in one picture

  • Challenges define the work. Each lives in its own repository and owns submissions, scoring, and miner experience.
  • Miners pick a challenge and follow that challenge.
  • Validators keep the network weight vector honest on-chain.

netuid 100

BASE runs on netuid 100. Configure wallets, submitters, and validators against that netuid.

What the subnet does

  • Tracks active challenges and emission shares
  • Routes /challenges/{slug}/...
  • Isolates challenge failure from the rest of the network
  • Normalizes challenge outputs, maps hotkeys to UIDs
  • Supports on-chain submit of the final vector

Where to go next

How the subnet works

Submission to on-chain weights.

Miners and validators

Role boundaries without mixed messaging.

Challenges

Miner home and challenge catalog.

Validators

BASE operator path.