# SubtokenDisabled (/docs/errors/chain/SubtokenDisabled)

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`](/docs/errors/subtoken-disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L213`](/code/pallets/subtensor/src/macros/errors.rs#L213), [`pallets/swap/src/pallet/mod.rs#L172`](/code/pallets/swap/src/pallet/mod.rs#L172).

## Remediation [#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`.
