# Withdraw

### 1. Select Balance

Choose which balance to withdraw from:

• **Crypto** – Withdraw from your crypto perpetual trading balance\
• **Prediction** – Withdraw from your prediction market balance

The available amount will be displayed at the top of the screen.

### 2. Network & Asset

Withdrawals are processed on different networks depending on the balance type:

#### Crypto

• Network: **Arbitrum**\
• Asset: **USDC**

#### Prediction

• Network: **Polygon**\
• Asset: **USDC.e**

Make sure your external wallet supports the correct network and asset or is EVM compatible  before withdrawing.

### 3. Enter Wallet Address

Paste your external wallet address (EVM compatible).

Double-check that:

• The network matches\
• The address is correct

Incorrect network or address may result in permanent loss of funds.

### 4. Enter Amount

You can:

• Manually enter an amount\
• Use quick buttons (10%, 25%, 50%, Max)

Minimum withdrawal: **$10**

#### Processing Time

Withdrawals typically arrive within **\~5 minutes**, depending on network conditions.


---

# 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.trycoinpilot.com/profile/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.
