Errors/Chain errors
SubtokenDisabled
The subnet is not started yet; wait for the owner to run `btcli sudo start` (`btcli sudo 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 sudo start after registration. Check readiness with btcli sudo 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#L172.
Remediation
The subnet is not started yet; wait for the owner to run btcli sudo start (btcli sudo check-start)
The same explanation is available in the terminal: btcli explain SubtokenDisabled.