PlatformPlatform
Platform overview
The multi-challenge Bittensor validator platform that powers registry-backed challenge services.
platformoverviewbittensorvalidator
Purpose
Platform is a Python 3.12 Bittensor subnet platform for running multiple independent challenge containers from one validator control plane.
A master validator owns challenge registry metadata, runtime orchestration, token management, weight collection, emission normalization, and final Bittensor weight submission.
Core roles
The system separates public challenge UX from private validator operations.
| Role | Responsibility |
|---|---|
| Master validator | Registry, admin API, challenge runtime lifecycle, weights, Bittensor submission. |
| Normal validator | Reads registry state and runs active challenges locally or through GPU routing. |
| Challenge author | Builds a Dockerized FastAPI service that implements the Platform challenge contract. |
| Miner | Submits artifacts or interacts with public challenge routes. |