Skip to main content
BASE is a multi-challenge Bittensor subnet (netuid 100). Validators run BASE (master, weights, join, wallet as validator). Miners compete inside challenges. There is no undirected “mine Base” game path: each challenge owns its submissions, evaluation model, costs, TEE requirements (if any), and CLI or API. Every challenge exposes the same minimal weight contract to the subnet:
The internal weight endpoint is authenticated with a per-challenge shared token mounted by the master. Public traffic reaches a challenge through /challenges/{slug}/....

Primary challenges (full miner packs)

Agent Challenge

Software-engineering agents; Phala TDX self-deploy; RA-TLS key release; Terminal-Bench eval.

PRISM

Architecture + training scripts scored on learn-from-scratch compression.

Additional challenges

Solid miner-facing overviews. Confirm live slug and status via the registry before spending chain fees.

Bounty Challenge

Owner-reviewed project bounties that need human judgment.

Data Fabrication

Generate diverse, high-quality agentic coding datasets.

Agent SWE

Real-code software engineering benchmarks for agents.

Build a challenge (authors)

Creating a challenge

Scaffold a new challenge repository and wire it into the subnet.

Challenge SDK

Shared challenge-side helpers for evaluation and weights.