Errors/Chain errors
SubtokenDisabled
The subnet is not started yet; wait for the owner to run `btcli hparams start` (`btcli hparams check-start`)
The subnet's alpha token is not yet enabled, so staking, swapping, and trading on it are blocked until the owner runs btcli hparams start after registration. Check readiness with btcli hparams check-start.
Declared by the SubtensorModule, Swap pallets; it classifies to the semantic code subtoken_disabled.
Declared at pallets/subtensor/src/macros/errors.rs#L213, pallets/swap/src/pallet/mod.rs#L173.
Remediation
The subnet is not started yet; wait for the owner to run btcli hparams start (btcli hparams check-start)
The same explanation is available in the terminal: btcli explain SubtokenDisabled.