# Deposit

## Which Address Should I Deposit To?

Use the **Deposit Address** displayed in the `/start` menu or the **Wallet** page in the bot.You have two deposit options:

| **Method**                                                       | **Address to Use** | **Min Amount**                     | **Notes**                                      |
| ---------------------------------------------------------------- | ------------------ | ---------------------------------- | ---------------------------------------------- |
| **Option A:** Cross-chain (Polygon, ETH, BSC, ARB, OP, Base)     | Deposit Address    | $10 USDC / USDT                    | Low Cross-chain bridge fee / Very Low Swap fee |
| **Option B**: Direct on Polygon - USDC.E / USDC / USDT (Polygon) | Trading Address    | <p>$5 USDC.E / USDC / USDT<br></p> | No fee — fastest option                        |

{% tabs %}
{% tab title="Option A" %}
**Option A: Deposit Address (Multi-chain, recommended for most users)**

Send funds to your **Deposit Address** from any supported network. PolyCop integrates Polymarket's official cross-chain bridge to handle the conversion automatically.**Supported Networks:**

| **Network**  | **Supported Tokens**                     |
| ------------ | ---------------------------------------- |
| **Polygon**  | USDC, USDT *(No cross-chain bridge fee)* |
| **Ethereum** | ETH, USDC, USDT                          |
| **Arbitrum** | ARB, USDC, USDT                          |
| **OP**       | USDC, USDT                               |
| **Base**     | USDC, USDT                               |
| **BSC**      | BNB, USDC, USDT                          |
| **Solana**   | SOL, USDC                                |
| {% endtab %} |                                          |

{% tab title="Option B" %}
**Option B: PolyMarket Profile Address (Polygon only, zero fee)**

Send **USDC.E / USDC / USDT** directly to your **PolyMarket Profile Address** on the **Polygon network only**.

* Minimum: **$5**
* No cross-chain bridge fee, no swap fee.

{% hint style="danger" %}
Only use this option if you are sending from Polygon.
{% endhint %}
{% endtab %}
{% endtabs %}

## Minimum Deposit Requirements

* **Minimum for cross-chain bridge deposit:** $10
* **Minimum to start copy trading:** $50

{% hint style="info" %}
**Why $50 for copy trading?** If your capital is too low, trades cannot be copied proportionally, which results in very poor performance. After initial testing, use more funds to ensure you can truly match the target address's returns.
{% endhint %}

## How to Deposit (Step-by-Step)

1. Open the PolyCop bot and tap **`Wallet`** from the main menu.
2. Your deposit addresses for each network are listed — tap any address to copy it.
3. Send funds from your external wallet or exchange to the corresponding address.

<figure><img src="/files/wip0XhtS90PRIWdX0f5L" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://ecnasykcedui.feishu.cn/space/api/box/stream/download/asynccode/?code=NzE1MGNkZWEwZWNlNjM0ZmJiZTVjMGZjY2E0MzM4ZGRfYjJWQ3dWN2ozNGxlVjdxYktYeE5FSW5ES1lWQW8zOUZfVG9rZW46QzR2a2JxcjVFb3NpY2Z4enZmZ2NuenlYblZlXzE3NzUwNDEyODM6MTc3NTA0NDg4M19WNA" alt=""><figcaption></figcaption></figure>

## Deposit Troubleshooting

PolyCop directly integrates the official Polymarket Cross-Chain Bridge. For detailed instructions or troubleshooting, refer to:

* 📖 **Step-by-Step Tutorial:** [Polymarket Transfer Guide & FAQs](https://intercom.help/funxyz/en/articles/10003876-transfer-crypto-guide-faqs#h_2834613ca7)
* 💬 **Customer Support:** If your deposit has not arrived, contact the Polymarket team via the "Let's Talk" button at [fun.xyz](https://fun.xyz/).
* 🔧 **Wrong network / sent POL by mistake?** Recover your funds here: <https://recovery.polymarket.com/> *(Select the correct blockchain network before connecting your wallet.)*

## What Can I Do After Depositing?

After depositing funds, you can:

1. [**Create copy trades**](https://polycop.gitbook.io/polycop-docs/copy-trading/how-to-copy) — follow target addresses and auto-copy their trades.
2. [**Place your own trades**](https://polycop.gitbook.io/polycop-docs/manual-trading/how-to-start-manual-trading) — use market or limit orders directly.
3. **Monitor your positions** — track PnL, open trades, and account balance.
4. **Adjust copy settings** — change percentages, max spend, or risk limits.
5. **Withdraw funds** — anytime, to your deposit or personal wallet address.


---

# 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.polycop.ai/getting-started/deposit.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.
