> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/how-to-withdraw-money-to-bank-account.md).

# How to withdraw money to bank account

Atom Wallet lets you convert your USDT directly to your local currency and withdraw to your bank account. No need for a separate exchange or P2P trading.

### Step 1: Open Your Wallet

From the home screen, tap **Payout** to start the withdrawal process.

![Wallet home screen](https://i.imgur.com/eqdk49A.jpeg)

### Step 2: Bank Withdraw Screen

The Bank Withdraw screen shows your available payout balance. Enter the amount in USDT.

![Bank withdraw screen](https://i.imgur.com/kSZw0FL.jpeg)

### Step 3: Enter Recipient Details

Fill in your bank account details: Recipient Name, IFSC Code, Account Number, and WhatsApp Number.

![Filling bank details](https://i.imgur.com/LhrP6V0.jpeg)

### Step 4: Enter Your Password

Enter your wallet password to authorize the withdrawal.

![Password entry](https://i.imgur.com/CX5fThi.jpeg)

### Step 5: Confirm Withdrawal

Review all details and tap **Confirm**.

![Confirm withdrawal](https://i.imgur.com/VlSeXTP.jpeg)

### Step 6: Processing

Your withdrawal is being processed. Usually takes 30 minutes.

![Processing](https://i.imgur.com/P7iMcXH.jpeg)

### Step 7: Transaction Complete

Transaction moves from **Pending** to **Approved** once funds are sent.

![Pending](https://i.imgur.com/CqCx7hw.jpeg)

![Approved](https://i.imgur.com/AovQe7F.jpeg)

Tips

* Double-check bank details before confirming
* Keep your wallet password secure
* Processing takes 30 minutes
* You will receive WhatsApp updates


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/how-to-withdraw-money-to-bank-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
