# HotKeySwapOnSubnetIntervalNotPassed (/docs/errors/chain/HotKeySwapOnSubnetIntervalNotPassed)

A hotkey swap on a subnet was attempted before `HotkeySwapOnSubnetInterval` blocks passed since the coldkey's last swap on that netuid. Compare `LastHotkeySwapOnNetuid` for the coldkey with the current block and retry after the interval.

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`rate_limited`](/docs/errors/rate-limited).

## Remediation [#remediation]

Wait for the rate-limit window to pass, then retry

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