# ColdkeySwapAnnouncementNotFound (/docs/errors/chain/ColdkeySwapAnnouncementNotFound)

`swap_coldkey_announced`, `dispute_coldkey_swap`, or `clear_coldkey_swap_announcement` was called for a coldkey with no pending announcement. Announce first with `btcli wallet announce-coldkey-swap` (`btcli wallet swap-check` shows status).

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

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

## Remediation [#remediation]

Announce first with `btcli wallet announce-coldkey-swap`, then execute with `btcli wallet swap-coldkey` after the delay

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