# Wallet Setup

## Understand Your Wallet Addresses

Polymarket's system generates **three distinct addresses** for you. This is a common source of confusion — here's what each one does:

<table data-header-hidden><thead><tr><th></th><th width="374"></th><th></th></tr></thead><tbody><tr><td><strong>Address Type</strong></td><td><strong>What It's For</strong></td><td><strong>Where To Find</strong></td></tr><tr><td><strong>Deposit Address</strong></td><td>Used to receive funds from other blockchains via cross-chain bridge.</td><td><img src="/files/CEwN2EadFoPUxhmHYOWQ" alt="" data-size="original"></td></tr><tr><td><strong>Bridge Address</strong> <em>(Internal — not visible to user)</em></td><td>Polymarket's internal address that automatically converts USDC → USDC.e. You never interact with this directly.</td><td>Not visible</td></tr><tr><td><strong>Trading Address</strong> <em>(PolyMarket Profile Address)</em></td><td>Used for gasless trade execution on Polymarket.</td><td><img src="/files/5AVkgomjxK3OibHrjFbW" alt="" data-size="original"></td></tr></tbody></table>

{% hint style="danger" %}
This is why the wallet address may look different — they serve different roles within the Polymarket system.
{% endhint %}

## Which Address Should I Use? (Quick Reference)

| **Scenario**                                                | **Use This Address**                                   |
| ----------------------------------------------------------- | ------------------------------------------------------ |
| Transferring funds in from an exchange or external wallet   | ✅ **Deposit Address**                                  |
| Sending USDC / USDC.E / USDT directly on Polygon (zero fee) | ✅ **Trading Address** (Polygon only, stablecoins only) |

{% hint style="info" %}
If you mistakenly sent **POL tokens** to this address, or sent funds via the wrong network, you can recover them here: <https://recovery.polymarket.com/> *(Make sure to select the correct blockchain network before connecting your wallet.)*
{% endhint %}

## Create or Import a Wallet

Go to **Wallet** from the main menu or type `/wallet`

* **Create Wallet** — PolyCop will automatically generate a new wallet for you.
* **Import Wallet** — If you already have a wallet, you can import it using a private key.

<div align="center"><figure><img src="/files/298wdqIS4vFdU1P31beq" alt="" width="563"><figcaption></figcaption></figure></div>

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

## Export Your Private Key

You can export your private key at any time from the **Wallet** page by clicking **Export Keys**.

{% hint style="danger" %}
**Keep your private key safe.** Anyone with your private key has full control of your wallet.

Never share your private key with anyone — not even customer support, developers, or trusted friends. No legitimate service will ever ask for it.

Write it down and store it securely offline. Your private key = your funds. Lose it, and everything is gone forever.
{% endhint %}

## Login to Polymarket with Your PolyCop Wallet

You can fully view and use your PolyCop wallet on the official Polymarket website. This lets you see your copy trading positions, trade history, and manage funds directly.

{% stepper %}
{% step %}

#### **Step 1: Import Wallet to MetaMask**

*Use this method if you have your Private Key generated by PolyCop*

1. Open **MetaMask** and click the **Circle Icon** (Account) at the top-right.
2. Select **"Add account or hardware wallet"** -> **"Import Account"**.
3. Paste the **Private Key** provided by PolyCop and click **Import**.

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

{% hint style="info" %}
*Do not confuse this with your Seed Phrase. Select "Private Key" as the type.*
{% endhint %}
{% endstep %}

{% step %}

#### **Step 2: Connect to Polymarket**

Now that your wallet is in MetaMask, you can use it to access Polymarket directly:

1. Go to [Polymarket.com](https://polymarket.com/).
2. Click **Log In / Sign Up**.
3. Select **MetaMask** and choose the account you just imported (e.g., "Account 2").
4. **Done!** You can now see your copy trading positions, trade history, and deposit/withdraw funds directly on the official site.

<figure><img src="/files/DOCgWyn0MXcGGp0xH4jr" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

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


---

# 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/wallet-setup.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.
