> For the complete documentation index, see [llms.txt](https://docs.mememax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mememax.com/trading/perpetuals/deposits-and-withdrawals.md).

# Deposits & Withdrawals

### Overview

At launch, MemeMax supports deposits and withdrawals exclusively in **USDC on the Arbitrum One network**. This initial setup allows us to focus on reliability, security, and a smooth user experience.

Support for additional tokens and networks will be introduced in future updates as the platform continues to expand.

### Supported Network

MemeMax currently supports deposits and withdrawals on the Arbitrum One network:

<table><thead><tr><th width="217.7578125">Name</th><th>Value</th></tr></thead><tbody><tr><td>Network name</td><td>Arbitrum One</td></tr><tr><td>RPC</td><td><a href="https://arb1.arbitrum.io/rpc">https://arb1.arbitrum.io/rpc</a></td></tr><tr><td>ChainId</td><td>42161</td></tr><tr><td>Block explorer</td><td><a href="https://arbiscan.io/">https://arbiscan.io/</a></td></tr></tbody></table>

***

### Supported Tokens

The following token is supported for deposits and withdrawals:

<table><thead><tr><th width="119.40625">Token</th><th width="164.75390625">Networks</th><th>Contract Address</th></tr></thead><tbody><tr><td>USDC</td><td>Arbitrum One</td><td><code>0xaf88d065e77c8cC2239327C5EDb3A432268e5831</code></td></tr></tbody></table>

***

### Deposit Information

* **Minimum Deposit:** None

There is no minimum amount required to deposit USDC into MemeMax. Deposits will be credited once the transaction is confirmed on the Arbitrum One network.

***

### Withdrawal Information

* **Minimum Withdrawal:** None
* **Withdrawal Fee:** **$1 (USDC equivalent)** per withdrawal

Withdrawals are processed on-chain. Network confirmation times may vary depending on network conditions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mememax.com/trading/perpetuals/deposits-and-withdrawals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
