A small glossary so answers stay precise. These are the same definitions the get_subnet_glossary tool returns. Minos — Minos is Bittensor subnet 107, a live genomics benchmark network where miners submit variant-calling configurations/pipelines for genomic regions and validators run and score the resulting variant calls. SN107 — SN107 is the Bittensor subnet ID for Minos. miner — A Minos miner prepares variant-calling software/configuration for each benchmark round and submits it for validators to run and score. Public MCP tools never ask for or expose miner configs, wallet secrets, or machine files. round — A Minos benchmark task over a genomic region. Miners submit variant-calling configs/pipelines, then validators run and score them after the submission window. current round — The live round the subnet is currently accepting, scoring, or finalizing. It may not have a leader yet if scores have not been produced. finalized round — A completed round whose scores and winner are final enough to use for winner, caller, cadence, and reward analytics. leader — The top scored submission for a round. In an open round there may be submissions but no leader because scoring has not run yet. winner — The rank-1 miner for a finalized round. Winners are public leaderboard facts, which is why recent-winner analytics can surface them safely. variant caller — The tool a miner uses to call SNPs and indels from sequencing reads, such as GATK, BCFtools, or DeepVariant. variant calling — Variant calling is the genomics task of finding DNA differences from a reference genome. In Minos, validators use miner-submitted configs/pipelines to produce and score variant calls for a benchmark region. VCF — VCF means Variant Call Format, a common file format for representing called genomic variants. Conceptually, Minos scoring evaluates VCF-style calls produced by running miner-submitted configs/pipelines. GATK — GATK is a widely used genomics toolkit that can be used for variant calling. Minos public analytics can show aggregate GATK usage and scores. BCFtools — BCFtools is a common toolkit for working with VCF/BCF variant data and can be used in variant-calling pipelines. DeepVariant — DeepVariant is a machine-learning-based variant caller. Minos public analytics can show aggregate DeepVariant usage and scores when present. SNP — A single-nucleotide variant: one DNA base differs from the reference at a position. indel — An insertion or deletion variant. Indels are often harder than SNPs and have their own score in Minos results. combined_final — The final combined score used for leaderboard ranking, based on the scoring components exposed by the public API. scoring — Scoring evaluates variant calls produced from miner-submitted configs/pipelines and produces public leaderboard scores such as combined, SNP, and indel performance. hap.py — hap.py is a genomics benchmarking tool commonly used to compare called variants against reference benchmark data and produce accuracy metrics. eligibility — Whether a miner is eligible for rewards in a scored round. Being online is not enough; the miner must participate and produce valid scored results. incentive — A public reward signal/weight component associated with miner ranking and subnet emissions. emission — A public on-chain reward output associated with miners or validators. validator — A subnet participant that creates/evaluates benchmark tasks and contributes to scoring/consensus. The public MCP exposes validator health, not private validator internals. consensus — The network’s cross-validator agreement/ranking for scored miners, exposed without per-validator private breakdowns. PM2 — A process manager miners often use to keep their miner process running. PM2 saying online only means the process exists; it does not prove the miner is submitting valid scored work or earning.