Docs/Lending/Withdraw

Withdraw

No lockup, no notice period. Withdrawals settle in the same block when idle capital is available, or queue briefly when the pool is fully deployed.

● Last updated May 08, 20263 min readEdit on GitHub →

Overview

Withdrawing from the lending pool is a single signed transaction. Your principal plus accrued yield is sent back to your wallet - no claim step, no separate yield token.

i
The deal

Same-block settlement when pool utilization is moderate. Brief queueing when utilization is near 100%. No lockup, no fee, no withdrawal cap.

How to withdraw

  1. Open the Lending tab on app.atomic.green.
  2. Enter the amount of USDC.e to withdraw (or click Max).
  3. Sign the transaction.
  4. Funds settle to your wallet - typically in the same block.

There is no minimum holding period and no minimum withdrawal size.

When withdrawals queue

During periods of high pool utilization - when traders have most of the pool's capital deployed against active positions - there may be insufficient idle USDC.e to settle a large withdrawal immediately.

In that case, the withdrawal queues until enough trader positions close and return capital to the pool. The queue is FIFO and visible on the dashboard.

Typical wait times:

  • Normal conditions (utilization < 85%): instant, same-block.
  • High utilization (85–95%): minutes for large withdrawals; small ones still settle immediately.
  • Sustained 95%+ utilization: tens of minutes to hours, depending on how fast positions turn over.

Atomic's average position holding period is short (most positions close within hours), so even peak-utilization queues clear quickly.

!
No lockup is not the same as instant

Funds are never frozen by contract terms - the queue is purely a function of pool dynamics. But "instant" depends on someone closing a position to free capital. Plan large withdrawals around utilization.

Partial withdrawals

You can withdraw any amount up to your full balance in a single transaction. There is no minimum, no maximum (above your balance), and no penalty for partial withdrawals - yield continues to accrue on whatever stays deposited.

Splitting a large withdrawal into several smaller ones generally settles faster during high utilization, since smaller amounts can be filled from idle capital while larger ones wait for a position to close.

Reading the lending dashboard

Two numbers matter for withdrawal planning:

  • Utilization % - share of pool capital currently lent against active positions. Higher = slower large withdrawals.
  • Idle capital - USDC.e available right now. Withdrawals up to this amount settle in the same block.

Both numbers are live on the lending tab.

What you receive

Your withdrawal transfers principal + accrued yield in a single USDC.e transfer to your connected wallet. Yield earned up to the moment of the transaction is included; no rounding-down, no truncation.

There is no withdrawal fee - only Arbitrum gas (typically a few cents).

After withdrawing

Your deposit balance returns to zero (or to whatever is left after a partial withdrawal). The pool's utilization recalculates; APY ticks slightly up for remaining lenders, since fee throughput now divides across less TVL.

You can redeposit at any time. Yield resumes accruing from the next block after the deposit.