# MinAllowedUidsGreaterThanMaxAllowedUids (/docs/errors/chain/MinAllowedUidsGreaterThanMaxAllowedUids)

`sudo_set_min_allowed_uids` was given a value not strictly below the subnet's maximum UID capacity. Compare the `min_allowed_uids` argument against `MaxAllowedUids` for that netuid.

Declared by the `AdminUtils` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

## Remediation [#remediation]

Check the argument values against the operation schema

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