SwapSS learn

Withdrawing from a big exchange without losing your quote

You press withdraw on a large trading platform, create a swap order somewhere else, and then watch the deposit window tick down while nothing arrives. Nothing is wrong: big platforms batch withdrawals and sign them on their own schedule. The fix is ordering the steps correctly, not clicking faster.

Why platform withdrawals are slow by design

Custodial platforms do not broadcast your withdrawal the moment you confirm it. Requests queue, pass internal review, and go out in signed batches - sometimes within a minute, sometimes not for an hour, occasionally longer when their queue backs up. That delay is invisible from outside and varies day to day, which is exactly what a fixed quote window cannot absorb.

Quote windows exist for a different reason

A fixed-rate order can only hold its rate for a bounded time - the market moves regardless of anyone’s withdrawal queue. When a deposit lands after the window, the honest behaviors are re-quoting at the current market or returning the deposit; the dishonest one is executing at whatever rate suits the service. Knowing which behavior a service commits to matters more than the window’s exact length.

The order of operations that works

Move the funds to your own wallet first, then create the swap order once the coins are actually spendable.

  • Withdraw from the platform to your own wallet and wait for it to arrive and confirm.
  • For Monero, remember received outputs stay locked for 10 blocks after arrival.
  • Only then create the order - your deposit now leaves immediately, well inside any window.
  • Sending straight from a platform to an order address couples their queue to your quote; if you must, prefer a float-rate order that has no rate window to miss.

If the deposit arrived late anyway

Late is a recorded, recoverable state on any serious service: the order stops, a person looks, and you choose between continuing at the current rate or getting the deposit back minus the network fee. If a service treats late arrival as forfeiture, that told you everything about the rest of its policies.