Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.23 KB

File metadata and controls

24 lines (15 loc) · 1.23 KB
title subtoken_disabled
description The subnet is not active yet; wait for start_call

{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}

The subnet exists but its token operations are not enabled yet.

A newly registered subnet starts inactive: staking, unstaking, and other alpha operations are rejected until the subnet owner activates it with btcli sudo start. there is nothing to fix on your side; wait for the subnet to become active (btcli sudo check-start).

Remediation

The subnet is not active yet; wait for start_call

Chain errors

The exact chain error names (from the extrinsic receipt) that classify to subtoken_disabled; the description says what triggered the failure and where to check. Each name has its own page:

Chain error Description
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.

The same explanation is available in the terminal: btcli explain subtoken_disabled (or btcli explain <ChainErrorName> for one exact chain error).