# Deposit & Withdraw

**What tokens can I deposit?**

* You can deposit native ETH, ERC-20, or ERC-414 tokens into your Candlestick wallet. However, you must deposit ETH as gas to initiate transactions.

**What networks can I deposit from?**

* We currently only support deposits and trading on the Ethereum mainnet and Base L2. Depositing funds to your Candlestick wallet from any unsupported network might result in lost funds, and we can’t help restore them.&#x20;

**Can I withdraw ERC-20 tokens from my wallet?**

* You can only withdraw native ETH tokens from your Candlestick wallet.

**Why do I see unpaid fees when I withdraw?**

* Please refer to "[How are fees taken](/faqs/fee.md)" in the Fees section.

**I have 1 ETH in my wallet, but why does it show that I can only receive less than 1 ETH when withdrawing?**

* Reasons include:&#x20;
  * You need to pay gas fees to send a transaction on the blockchain.&#x20;
  * You might have unpaid trading fees that need to be deducted. Please refer to "[How are fees taken](/faqs/fee.md)" in the Fees section.


---

# 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.candlestick.io/faqs/deposit-and-withdraw.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.
