# Withdraw

Withdraw means transferring USDC from your Market.Cards balance to your wallet or exchange.

1. Click "Withdraw."
2. Enter a receiving address that supports USDC on Base. This can be your own wallet, or a USDC deposit address from an exchange.
3. Enter the withdrawal amount, review the details carefully, and submit.

{% hint style="info" %}
The recipient must support USDC on the Base network. When withdrawing to an exchange, select Base on the exchange's deposit page. Choosing the wrong network may cause the assets to fail to arrive.
{% endhint %}

To view records, go to "Fund History" to see all deposit and withdrawal records.


---

# 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.market.cards/getting-started/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.
