Two steps: register your hotkey on the subnet, then submit.Documentation Index
Fetch the complete documentation index at: https://docs.bitrecs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Register your hotkey
You need a registered hotkey before you can submit anything. Register it withbtcli:
122 for mainnet, 296 for testnet. This costs TAO — check current registration cost with btcli subnet list.
Step 2: Submit your artifact
Before you run submit
Note: You can only use a hotkey once Your artifact template must:- Have
version_num: 1andstatus: "screening_1" - Use a supported provider (currently
CHUTES) - Have valid Jinja2 in both prompts
- Stay under 5,000 tokens for system prompt and 10,000 tokens for user prompt
Success looks like this
All CLI flags
| Flag | What it does |
|---|---|
--github-account | Your GitHub username (owner of the Gist) |
--gist-id | The Gist ID from the URL |
--coldkey-name | Coldkey wallet name (default: default) |
--hotkey-name | Hotkey name (default: default) |
--netuid | 122 for mainnet, 296 for testnet |
If you skip
--netuid, the CLI checks the NETUID env var, then asks you, then defaults to 122.