# Deposits & Withdrawals

Probly settles every trade, deposit, and payout in **USDC**. Deposit USDC to start trading; withdraw anytime back to your external wallet.

## Deposit Flow

<figure><picture><source srcset="/files/NUzVgEH3snD3VDZoijRn" media="(prefers-color-scheme: dark)"><img src="/files/3Eh4iAEk6a3S7OEo4mhv" alt=""></picture><figcaption></figcaption></figure>

Whether you signed in with a crypto wallet or with email, you deposit USDC into your Probly account before trading.

1. Open **Wallet → Deposit**
2. Copy your Probly deposit address
3. Send USDC to that address from an external wallet or exchange
4. USDC is credited once the network confirms the transaction

## Supported Networks

Probly only accepts USDC on the networks listed on the **Deposit** page. Sending from any other network may result in **permanent loss of funds**.

{% hint style="danger" %}
Always confirm the network before sending. Tokens sent on the wrong chain cannot be recovered.
{% endhint %}

## Minimums

| Action        | Minimum |
| ------------- | ------- |
| Deposit USDC  | 10 USDC |
| Withdraw USDC | 10 USDC |

Standard network gas applies to on-chain transactions.

## Withdrawal Flow

<figure><picture><source srcset="/files/7k1QhwadniubIGJOqCm7" media="(prefers-color-scheme: dark)"><img src="/files/pR9IwAkbHjEegXhkwTCy" alt=""></picture><figcaption></figcaption></figure>

1. Open **Wallet → Withdraw**
2. Enter the destination address and amount
3. Confirm the network
4. Submit

Most withdrawals process within a few minutes; final settlement depends on the network.

## Troubleshooting

### Deposit Not Showing Up

1. Confirm the transaction was sent on a **supported network**
2. Wait for the network's required confirmations
3. Look up the transaction hash on a block explorer
4. If still missing after 30 minutes, email **<support@probly.com>** with the transaction hash

### Withdrawal Is Pending

Large or unusual withdrawals may be held briefly for manual review. You'll receive an email if anything is needed from your side.

### Sent to the Wrong Network

Funds sent on an unsupported network are generally **unrecoverable**. Always verify the network indicator on the Deposit page first.

## Security

* Double-check the destination address before confirming
* Trust the network indicator on the Deposit page — not third-party sources
* Probly will **never** ask for a "verification" transaction by DM

For more, see [Sign Up & Wallet → Account Security](/get-started/sign-up-and-wallet.md#account-security).


---

# 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.probly.com/get-started/deposits-and-withdrawals.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.
