> ## Documentation Index
> Fetch the complete documentation index at: https://tyche.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet Overview

> Manage your Polymarket wallet — deposit, withdraw, and secure your funds

Tap **Wallet** from the main menu to access your wallet settings.

## Wallet details

Each wallet shows:

| Field           | Description                                   |
| --------------- | --------------------------------------------- |
| Address (W1)    | Your Polymarket wallet address on Polygon     |
| pUSD Balance    | Funds available to place trades on Polymarket |
| Open Positions  | Number of active market positions             |
| Positions Value | Current market value of open positions        |
| Total Balance   | pUSD Balance + Positions Value                |

## Available actions

<CardGroup cols={3}>
  <Card title="Deposit" icon="plus" href="/wallet/deposit">
    Add funds from any supported chain
  </Card>

  <Card title="Withdraw" icon="arrow-down" href="/wallet/withdraw">
    Send funds to an external wallet
  </Card>

  <Card title="Export Key" icon="key" href="/wallet/export-key">
    Backup your private key
  </Card>
</CardGroup>

<Warning>
  Never share your private key with anyone — not with support, not with any other bot or service.
</Warning>
