This error was removed in v377

This error is no longer present in the current runtime. Existed from v161 to v377. Shown here for historical reference.

ColdkeyIsInArbitration

Error Removed v161 → v161, v162 → v202, v205 → v212, v216 → v216, v217 → v219, v233 → v315, v320 → v326, v334 → v377 (removed) 7.59

The coldkey swap is being disputed during arbitration period.

Encountered by: walletsstakersdevelopers

Why This Error Exists

Arbitration is a dispute resolution mechanism for coldkey swaps. If someone believes a swap was initiated by a compromised key or attacker, they can dispute it. During arbitration, the swap is paused while the situation is resolved - this protects users from losing funds to hackers who gained temporary key access.

Deep Dive

ColdkeyInArbitration is a boolean flag that pauses all swap operations for that coldkey. ColdkeyArbitrationBlock indicates when arbitration ends. Arbitration can be triggered by the original owner (if they still have access) or by validators who detect suspicious activity. Resolution typically involves governance or proof of ownership.

Debugging Example

You try any coldkey swap operation for 5Old.... Error: ColdkeyIsInArbitration. Query ColdkeyInArbitration(5Old...) - returns true. Query ColdkeyArbitrationBlock(5Old...) - returns block 1,500,000. Current block is 1,400,000. You must wait ~100,000 blocks for arbitration to end, or participate in the dispute resolution process if you're the legitimate owner.

Prevention Tips

  • Keep your coldkey secure to avoid disputes
  • If you suspect your key is compromised, initiate arbitration yourself immediately
  • Monitor your coldkey for unauthorized swap attempts

From Chain Metadata

The coldkey is in arbitration

What This Means

The coldkey swap is being disputed during arbitration period.

Common Causes

  • Someone disputed the scheduled swap
  • Arbitration period extended due to dispute

How to Fix

  • Wait for arbitration to complete
  • Check ColdkeyArbitrationBlock for when it ends

Storage to Check

SubtensorModule.ColdkeyArbitrationBlockSubtensorModule.ColdkeyInArbitration (removed)

Thrown By

Version History

v161 block 3,351,936 Added
v162 block 3,372,565 Re-added
v205 block 4,209,446 Re-added
v216 block 4,510,996 Re-added
v217 block 4,590,522 Re-added
v233 block 4,920,350 Re-added
v320 block 6,523,566 Re-added
v334 block 6,811,690 Re-added
v377 Removed

Runtime Info

Pallet Index
7
Error Index
59
Error Code
7.59
Removed In
v377