# StakeTooLowForRoot (/docs/errors/chain/StakeTooLowForRoot)

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

Declared at [`pallets/subtensor/src/macros/errors.rs#L110`](/code/pallets/subtensor/src/macros/errors.rs#L110).

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