Retire your stake pool Error

Hello Guys,

I’m trying to retire my stake pool. Following this guide, but when I send the transaction throw an error:

Shelley command failed: transaction submit Error: Error while submitting tx: ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure (OutsideValidityIntervalUTxO (ValidityInterval {validFrom = SNothing, validTo = SJust (SlotNo 10000)}) (SlotNo 21225611))))]

Any idea why?

You need to make sure that you TTL is higher than the current Slot Number

What do you mean? Can you give me a more complete explanation? To be honest with you I don’t much experience with cardano.

I just update the TTL as you mention @Markus-VITAL.

slotNo=$(cardano-cli query tip --mainnet | jq -r ‘.slotNo’) :smiley:

Correct, you set the TTL to something which is higher then the current TIP.
This allows the network to accept it until the TIP is reached.