# Limits

WIthdrawal limits apply to [CEX mode ](/account/dex-mode-vs.-cex-mode.md)only.

There are no withdrawal limits in DEX mode.

### **Minimum Deposit**

<table data-header-hidden><thead><tr><th width="361"></th><th></th></tr></thead><tbody><tr><td><strong>Asset</strong></td><td><strong>Minimum Deposit</strong></td></tr><tr><td>USD</td><td>0.1 USD</td></tr><tr><td>USDC</td><td>0.1 USDC</td></tr><tr><td>USDT</td><td>0.1 USDT</td></tr><tr><td>BUSD</td><td>0.1 BUSD</td></tr><tr><td>BTC</td><td>0.0001 BTC</td></tr><tr><td>ETH</td><td>0.001 ETH</td></tr></tbody></table>

### **Maximum Deposit**

<table data-header-hidden><thead><tr><th width="361"></th><th></th></tr></thead><tbody><tr><td><strong>Asset</strong></td><td><strong>Maximum Deposit</strong></td></tr><tr><td>USD</td><td>100 USD</td></tr><tr><td>USDC</td><td>100 USDC</td></tr><tr><td>USDT</td><td>100 USDT</td></tr><tr><td>BUSD</td><td>100 BUSD</td></tr><tr><td>BTC</td><td>0.01 BTC</td></tr><tr><td>ETH</td><td>0.1 ETH</td></tr></tbody></table>

### **Minimum Withdrawal (CEX Mode)**

| **Network**      | **Minimum Withdrawal** |
| ---------------- | ---------------------- |
| Polygon          | 2 USD                  |
| Ethereum (ERC20) | 2 USD / 0.001 ETH      |
| Arbitrum         | 2 USD                  |
| Optimism         | 2 USD                  |
| Bitcoin          | 0.0007 BTC             |

### **Maximum Withdrawal (CEX Mode)**

<table data-header-hidden><thead><tr><th width="363"></th><th></th></tr></thead><tbody><tr><td><strong>Network</strong></td><td><strong>Maximum Withdrawal</strong></td></tr><tr><td>Polygon</td><td>500,000 USD</td></tr><tr><td>Ethereum (ERC20)</td><td>500,000 USD / 250 ETH</td></tr><tr><td>Arbitrum</td><td>500,000 USD</td></tr><tr><td>Optimism</td><td>500,000 USD</td></tr><tr><td>Bitcoin</td><td>5 BTC</td></tr></tbody></table>

<br>


---

# 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://references.everstrike.io/account/limits.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.
