> For the complete documentation index, see [llms.txt](https://polyquant-1.gitbook.io/wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyquant-1.gitbook.io/wallet/main-menu/wallet.md).

# Wallet

## Wallet

The **Wallet** section is used to manage funds for trading on Polymarket.

All trades in polyquant are executed using your wallet balance on the Polygon network.

***

### Deposit address

When you open **Wallet**, you will see your personal Polymarket deposit address.

Example:

```
📍 Polymarket deposit address
0x6965c34baef0cf4da6334cc3033ba86accd5e65b
```

This address is unique to your account and is used for deposits and withdrawals.

***

### Supported assets and network

polyquant supports the following deposit rules:

* **Assets:** USDC or USDC.e
* **Network:** Polygon only

⚠️ Deposits sent using a different network or unsupported tokens may be lost.

***

### Balance

Your wallet balance shows the amount of funds available for trading.

Example:

```
💵 Balance (Polygon): 447.88 USD
```

The balance excludes:

* available funds
* funds locked in open orders

***

### Deposit rules

Before sending funds, make sure:

* You send **USDC or USDC.e**
* You use the **Polygon network**
* You send funds to your exact deposit address

Deposits are detected automatically.

***

### Refresh balance

If your balance does not update immediately after a deposit or trade:

* Tap **Refresh**
* Wait a few seconds and refresh again if needed

Balance updates may take a short time depending on network confirmation.

***

### Withdraw funds

You can withdraw funds from your wallet at any time.

* Withdrawals are sent from your Polymarket wallet
* Make sure the destination address supports **Polygon USDC / USDC.e**

***

### Wallet buttons

Inside the Wallet section, you will see the following buttons:

* **Withdraw** — send funds from your wallet
* **Refresh** — update balance
* **Return to main menu** — go back to main navigation

***

### Important notes

* Keep your wallet address private
* Do not share private keys with anyone
* polyquant does not provide custodial guarantees

You are responsible for managing your funds.

***

### Next steps

After funding your wallet, continue with:

* **Search** — find a specific market
* **Markets** — browse markets by category
* **Trading** — place your first buy or sell order\
  \
  \
  [https://x.com/polyquant\_labs  \
  https://t.me/polyquant\_labs <br>](<https://x.com/polyquant_labs&#xD;&#xA;https://t.me/polyquant_labs&#xD;&#xA;>)


---

# 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:

```
GET https://polyquant-1.gitbook.io/wallet/main-menu/wallet.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.
