> ## 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.

# Wallet withdrawal

> Send tokens from your wallets to linked addresses or a single destination

## Overview

Wallet withdrawal lets you send tokens from your wallets in bulk — either to each wallet's linked withdrawal address or to a single common address.

## Parameters

| Parameter                   | Description                                                           |
| --------------------------- | --------------------------------------------------------------------- |
| **Chain**                   | Blockchain network (e.g. Ethereum)                                    |
| **Tokens**                  | One or more tokens to send (multi-select)                             |
| **Wallets**                 | Source wallets                                                        |
| **Single withdraw address** | Optional — send all tokens to one address instead of linked addresses |

### Token selection

After selecting a chain, the token panel shows available tokens with their amounts. For each token you can configure the **withdrawal method** individually.

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/transfer_module/atmos_transfer_module_evm_withdrawal_tokens_select.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=62b4d460967b3cd1af86e06f95a1eb7e" alt="Token selection with amounts and methods" width="1400" height="840" data-path="images/atmos_ui/transfer_module/atmos_transfer_module_evm_withdrawal_tokens_select.png" />
</Frame>

## Task config

Configure execution settings before launching:

| 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                             |
| **Wait for gas less than**    | Only execute when gas price is below this gwei threshold |
| **Run in random order**       | Randomize the order wallets are processed                |

## Execute a withdrawal

<Steps>
  <Step title="Ensure wallets are imported">
    Add wallets in the [Wallet Manager](/wallet-manager/about-wallet-manager).
  </Step>

  <Step title="Configure parameters">
    Set the chain, tokens, withdrawal methods, source wallets, and optional single address.
  </Step>

  <Step title="Preview">
    Click **Preview**. Review per-wallet details: wallet address, withdraw address, current balance, and withdrawal amount for each token.

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/transfer_module/atmos_transfer_module_evm_preview.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=fd4beccae3ae4ff837bafe9dc46aa898" alt="Wallet withdrawal preview" width="1400" height="840" data-path="images/atmos_ui/transfer_module/atmos_transfer_module_evm_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

    <Frame>
      <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/transfer_module/atmos_transfer_module_wallet_postpone.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=0a3bdc75936d9e82035df20f7613a671" alt="Choose a launch time for a postponed wallet withdrawal" width="2209" height="1327" data-path="images/atmos_ui/transfer_module/atmos_transfer_module_wallet_postpone.png" />
    </Frame>

    <Warning>
      Your device and Oxygen Atmos must remain active at the scheduled time.
    </Warning>
  </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
