# LinkedOutputExpired (/docs/errors/chain/LinkedOutputExpired)

The provider record's `expires_at` is in the past, so the output is no longer drawable. Compare `LinkedOutputs.expires_at` with the chain `Timestamp`; unused records can be pruned with `prune_linked_output`.

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

Declared at [`pallets/limit-orders/src/lib.rs#L456`](/code/pallets/limit-orders/src/lib.rs#L456).

## Remediation [#remediation]

The window has closed; restart the flow with fresh state

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