Errors/Chain errors

NeuronNoValidatorPermit

This hotkey lacks a validator permit on the subnet; increase stake weight into the top-K or wait for the next epoch (`btcli subnets metagraph`) — resigning with another key will not help

View as Markdown

The hotkey tried to set weights on other neurons without holding a validator permit on that subnet. Check ValidatorPermit for the neuron's uid (e.g. via the metagraph or btcli subnets metagraph) and whether its stake ranks it as a validator.

Declared by the SubtensorModule pallet; it classifies to the semantic code not_authorized.

Declared at pallets/subtensor/src/macros/errors.rs#L48.

Remediation

This hotkey lacks a validator permit on the subnet; increase stake weight into the top-K or wait for the next epoch (btcli subnets metagraph) — resigning with another key will not help

The same explanation is available in the terminal: btcli explain NeuronNoValidatorPermit.