# Deposit & Withdrawal Guide

### **Depositing Funds**

#### **Option A: Deposit from a CEX**

1. Log in to your CEX account (e.g. Binance, OKX).
2. Go to Withdraw, select your token, and choose the correct network (e.g. USDT on BEP-20).
3. Copy your Aster Spot deposit address. You'll find this in the Aster app or web under Account → Deposit.
4. Paste the address into the CEX withdrawal page.
5. Enter the amount and confirm.

Your funds should arrive in your Aster Spot account within a few minutes.

#### **Option B: Deposit from an on-chain wallet (MetaMask, Trust Wallet, etc.)**

1. Open your wallet and connect to the BSC network.
2. Go to Send, select your token and network (e.g. USDT on BEP-20).
3. Copy your Aster Spot deposit address. You'll find this in the Aster app or web under Account → Deposit.
4. Paste the address, enter the amount, and confirm the transaction.

Once the transaction confirms on-chain, your funds will appear in your Aster Spot account.

*Always verify that both the network and the destination address are correct before confirming any transfer.*

### **Withdrawing Funds**

#### From Aster Spot to a CEX or wallet

1. In the Aster app, go to Assets → Withdraw. On web, navigate to Perpetuals or Spot and click Withdraw under Account (bottom-right).
2. Select your token.
3. Enter the destination address (your CEX deposit address or on-chain wallet address).
4. Enter the withdrawal amount and confirm.

Funds are sent on BSC and typically arrive within minutes, depending on network conditions.

*Always verify that both the network and the destination address are correct before confirming any transfer.*


---

# Agent Instructions: 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://docs.asterdex.com/trading/spot/deposit-and-withdrawal-guide.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.
