# Deposit/Withdrawal

### Deposits

**Supported asset:**

* Please deposit USDC on **Solana** only

Deposits sent via any other network or token (e.g., Ethereum, Arbitrum, USDT, SOL) will not be credited.

**Minimum deposit:**

* 10 USDC

Deposits below 10 USDC will not be automatically credited. You may send additional USDC to the same address to reach the minimum.

Deposits are usually credited within minutes, but may be delayed due to:

* Solana network congestion
* RPC instability
* Temporary infrastructure load

Always verify the transaction on a Solana block explorer before contacting support.

***

### Withdrawals

Withdrawals are processed via **USDC on Solana** only.

Your Solana wallet must:

* Have a valid USDC token account

If you encounter an error, ensure there is a **non-zero amount of USDC** already in your wallet to initialize the token account, then retry.

Withdrawal delays may occur during periods of Solana network congestion.

***

### Important

We highly recommend depositing and withdrawing directly through the Pacifica front-end to avoid errors.

Before sending funds:

* Double-check the network (Solana)
* Confirm the token is USDC
* Consider sending a small test transaction for large transfers

If issues persist, contact support with your transaction signature (TXID) and relevant details.


---

# 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://pacifica.gitbook.io/docs/support/deposit-withdrawal.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.
