# BasketDepositPending (/docs/errors/chain/BasketDepositPending)

A queued root-dividend deposit on this validator could not be settled yet, so an operation that changes the hotkey's root claimant base was refused. No current dispatch raises it; if it appears, wait for the pending deposit to flush (the next claim or basket operation on the hotkey settles it) 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#L374`](/code/pallets/subtensor/src/macros/errors.rs#L374).

## Remediation [#remediation]

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

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