# BetaBasketSeedInProgress (/docs/errors/chain/BetaBasketSeedInProgress)

The `migrate_seed_beta_basket_v2` seed has not completed (it normally finishes inside the upgrade block, so this only appears if that run was interrupted). Basket deposits, claims, coldkey / root-touching hotkey swaps, and root stake add/remove/transfer/swap are paused until it finishes. Wait until the migration cursor clears (`HasMigrationRun` for the seed) and retry.

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

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

## Remediation [#remediation]

The required window has not opened yet; wait some blocks and retry

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