> ## Documentation Index
> Fetch the complete documentation index at: https://atmos.oxygen.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# CEX withdrawal

> Withdraw tokens from exchange accounts to your wallets automatically

## Overview

CEX withdrawal lets you automatically send tokens from connected exchange accounts directly to wallets in your manager. Ideal for distributing funds across hundreds of wallets without manual work.

## Parameters

| Parameter                                        | Description                                                  |
| ------------------------------------------------ | ------------------------------------------------------------ |
| **Chain**                                        | Blockchain network for the withdrawal (e.g. BNB Smart Chain) |
| **Token**                                        | Token to withdraw (e.g. USDT)                                |
| **Exchange**                                     | Source exchange account                                      |
| **Wallets**                                      | Destination wallets — click to pick from your wallet list    |
| **Withdrawal amount**                            | Min and max amount range in the selected token               |
| **Withdraw only if wallet balance is less than** | Toggle — only send to wallets with defined balance           |

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/transfer_module/atmos_transfer_module_cex_withdrawal_exchange_select.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=ebcf11fcb958c51ba387125a29b87497" alt="CEX withdrawal setup" width="1400" height="840" data-path="images/atmos_ui/transfer_module/atmos_transfer_module_cex_withdrawal_exchange_select.png" />
</Frame>

<Note>
  For each selected exchange, you can view the current token balance, withdrawal fee, and minimum withdrawal amount.
</Note>

## Task config

Before launching, configure the execution settings:

| Setting                       | Description                                     |
| ----------------------------- | ----------------------------------------------- |
| **Workers**                   | Number of parallel withdrawal threads           |
| **Max retries**               | How many times to retry a failed withdrawal     |
| **Delay between withdrawals** | Min and max delay in seconds between operations |

## Execute a withdrawal

<Steps>
  <Step title="Ensure exchanges are connected">
    Add exchange API keys in [CEX accounts](/exchange-accounts/about-exchange-accounts).
  </Step>

  <Step title="Configure parameters">
    Set the chain, token, exchange, wallets, and amount range.
  </Step>

  <Step title="Preview">
    Click **Preview**. Review the list of wallets with their withdrawal amounts, current balances, and fees. You can edit individual amounts if needed.

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/transfer_module/atmos_transfer_module_cex_withdrawal_preview.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=363004a63c45be266b7ada5ce6d796ff" alt="CEX withdrawal preview" width="1400" height="840" data-path="images/atmos_ui/transfer_module/atmos_transfer_module_cex_withdrawal_preview.png" />
    </Frame>
  </Step>

  <Step title="Launch or postpone">
    * Click **Launch** to execute immediately
    * Click **Postpone** to pick a date and time — the task goes to the [Task Manager](/task-manager/about-task-manager) **Scheduled** tab
  </Step>
</Steps>

## Templates

Save your withdrawal configuration for quick reuse:

* **Save during preview** — click the **save icon** near the templates field at the top of the preview screen
* **Copy from completed task** — in the Task Manager, click the **copy icon** on a completed task. Three options: use as template, copy all wallets, or copy wallets with errors
