Platform

Master validator, registry, proxy, runtime, and weights.

PlatformPlatform

Platform overview

The multi-challenge Bittensor validator platform that powers registry-backed challenge services.

#platform/overview
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.

RoleResponsibility
Master validatorRegistry, admin API, challenge runtime lifecycle, weights, Bittensor submission.
Normal validatorReads registry state and runs active challenges locally or through GPU routing.
Challenge authorBuilds a Dockerized FastAPI service that implements the Platform challenge contract.
MinerSubmits artifacts or interacts with public challenge routes.