Introduction
Signet is a Bittensor subnet that produces the strongest open-weights ASL to English translation model, selected on private data.
Signet is a Bittensor subnet with one job: continuously produce the strongest transparent, reproducible, open-weights American Sign Language to English translation model that an open competition can generate.
It is not an inference marketplace. Miners never host an endpoint and validators never trust a miner-operated service.
Miners publish frozen models. Validators execute them offline on private ASL footage. The champion becomes a deployable commercial artifact.
Docs version 1.1 · September 2026 · V1 pre-registration
This documentation is the canonical description of Signet V1. There is no separate whitepaper. Everything the protocol specifies is on these pages.
The mechanism, scoring rules, and submission contract are final. The subnet is not yet registered on mainnet. See the Roadmap and the Changelog.
The 30-second version
- A miner trains an ASL-to-English model and publishes frozen weights and a loader class in one public Hugging Face repository, then commits a manifest on chain that pins the repository by commit SHA, hashes every declared file, and names one of the network's runtime profiles. Miners never build or publish a container image.
- A validator pulls the named runtime, mounts that exact repository read-only, and runs the model itself with networking disabled on ASL footage that has never been published.
- Scores come only from that private corpus. Public benchmarks never set weights.
- The best models earn the largest share of emissions.
- The winning artifact is deployed by the subnet owner behind a commercial captioning API.
The core loop
Why this design
Public sign-language benchmarks publish their test clips and reference translations. That is correct for academic comparison and wrong for a network that pays out continuously. If the answers are public, money eventually flows to memorization instead of understanding.
Signet never sets weights from How2Sign, YouTube-ASL, OpenASL, PHOENIX-2014T, or any other public corpus. Those are training substrate. Only the private, rotating Signet corpus decides rewards.
What Signet produces
| Output | Description |
|---|---|
| English translation | One sentence-level translation per input clip |
| Canonical pose | A 543-landmark MediaPipe Holistic sequence per clip, when the model returns one |
| Champion artifact | An immutable, inspectable, deployable model |
| Longitudinal corpus | A growing private evaluation asset |
Where to go next
- New here? Why Signet Exists, then How It Works
- Want to mine? For Miners and Scoring
- Want to validate? For Validators
- Evaluating the business? Product & Market
- Lost in a term? Glossary
- What changed? Changelog