# Deposits & Withdrawals

### **Why are there fees to deposit and withdraw my USDC and why do I need to pay them?**

To interact with the Ethereum blockchain, users have to pay gas to have their transactions processed. This is true for any application built on Ethereum that is performing a transaction on the blockchain.

For Polymarket users, there are two times where they will have to pay gas fees: (1) when depositing funds and (2) when withdrawing funds. For more details, see [Getting Started](/getting-started/overview.md)**.**

{% hint style="info" %}
Fees are paid directly to miners and relayers. Polymarket does not take any fees from deposits and withdrawals.
{% endhint %}

### Why did the network fee become more or less expensive?

The Ethereum network can process a limited number of transactions per second. Those transactions are selected by the amount of gas the user is willing to pay from highest to lowest. Generally, the price of gas increases when there is greater demand across the network and decreases when the network is less congested.&#x20;

### I deposited USDC using MetaMask but my funds aren't appearing.

If this was your first time using MetaMask on Polymarket, you paid a one-time fee to authorize USDC on Polymarket. Please initiate the deposit again!

If this is not your first time using MetaMask, check [etherscan.io ](https://etherscan.io/)if your transaction was successful. If the transaction was confirmed, you will receive the USDC in approximately 10 minutes!

### How is the network fee calculated?&#x20;

The network fee is comprised of 1) the [Ethereum gas fee](/faq/deposits-and-withdrawals.md#what-are-ethereum-gas-fees-and-why-do-i-need-to-pay-them) and 2) the relayer fee. The Ethereum gas fee is a systematic fee that is required to send funds from one wallet address to another. This fee is traditionally paid in ETH and is an additional cost. Our deposit method takes a USDC fee from the existing deposit amount, saving you time and getting rid of the need to pay in an entirely separate currency.

![](/files/-Mgw_hY4pocGKfnb8zJh)

Direct USDC deposits are fully decentralized, meaning that any person can decide to help Polymarket provide this service. People are incentivized to help through a relayer fee. The relayer fee will be either (1) $3 + the network fee or (2) 0.3%, depending on which is higher. If the gas fee is 10 USDC, that means that the relayer fee will default to 3 USDC unless the deposit is greater than 4,333.33 USDC (4,333 \* 0.3% = 10 + 3).&#x20;

### How do I know if a Peer-to-peer user is trustworthy?&#x20;

There has been no report of a user scamming another user since we have implemented the peer-to-peer system. To verify a user, you can join our Discord and type `,p2p` in the #peer-to-peer channel to verify if a user has completed P2P transactions in the past. You can also search `from:[username]` in the top right of our Discord to check that they are an active participant and have completed a P2P transaction in the past.&#x20;

### Why is my debit or credit card not working?&#x20;

Transak has limits on the amount of USDC purchased depending on your location. Check if you are able to use this method [here](https://www.notion.so/On-ramp-Buy-Crypto-976ee96fc0764628ba990b550b1310d3). If the problem persists, please contact Transak [here](https://support.transak.com/hc/en-us).&#x20;

### I had an old, pending manual deposit/withdrawal and I can't find it anymore. What happened to my funds?

We have recently upgraded our deposit processes to allow users to pay in USDC rather than ETH, which affects users who were using our legacy system involving the ETH network fee. Please head to <https://manual.polymarket.com/> to process your deposit. We apologize for the inconvenience and confusion this may have caused.&#x20;

### 10 minutes have passed and I still haven't received my funds.&#x20;

If you are waiting for a Hop withdrawal, please email <hello@polymarket.com> with the amount of USDC you were withdrawing and the destination address. If you are waiting for a Manual or MetaMask deposit, there may be network congestion and your funds will arrive in a few minutes. Please contact <hello@polymarket.com> if the issue persists.&#x20;

### I sent the wrong token to my address. How do I recover it?&#x20;

**Email (Polygon)**

<https://reveal.magic.link/polymarket> \
\
**Email (Ethereum)**

<https://recovery.polymarket.com/>\
\
**MetaMask**\
1\. Go to <https://gnosis-safe.io/> and connect your MetaMask wallet

2\. Select `Add Existing Safe`

3\. Select the network where your tokens are located

4\. Copy your address from <https://polymarket.com/profile> and paste it as the Safe Address

5\. View the created safe and click Send to send your token to another address. (NOTE: Your MetaMask wallet must own ETH/MATIC in order to send the token.)


---

# 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://legacy-docs.polymarket.com/faq/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.
