Errors/Chain errors
StakeTooLowForRoot
Fund the signing account or reduce the amount; check with `btcli wallet balance`
Retired. root_register used to raise this when the root network was full and the hotkey's netuid-0 stake did not exceed the lowest-staked root member; root admission is now burn-based (the coldkey pays the root burn price), so this error is no longer raised.
Declared by the SubtensorModule pallet; it classifies to the semantic code insufficient_balance.
Declared at pallets/subtensor/src/macros/errors.rs#L110.
Remediation
Fund the signing account or reduce the amount; check with btcli wallet balance
The same explanation is available in the terminal: btcli explain StakeTooLowForRoot.