# ColdkeySwapAnnounced (/docs/errors/chain/ColdkeySwapAnnounced)

The coldkey has a pending swap announcement, so all but a small allow-list of extrinsics are blocked until the swap completes or is cleared. Check status with `btcli wallet swap-check`, then finish with `btcli wallet swap-coldkey` or clear via `btcli tx clear-coldkey-swap-announcement`.

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

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

## Remediation [#remediation]

This coldkey has a pending swap announcement that blocks transfers and most other calls; check with `btcli wallet swap-check`, then finish with `btcli wallet swap-coldkey` or clear via `btcli tx clear-coldkey-swap-announcement`

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