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

# Wallet Overview

> Your Overdog wallet is a non-custodial Polygon wallet created automatically when you start the bot. Use it to deposit USDC.e and trade on Polymarket.

When you send `/start` to Overdog, the bot automatically creates a **Gnosis Safe smart contract wallet** on Polygon for you. No sign-up, no KYC — your wallet is ready to use immediately.

Your wallet holds **USDC.e on Polygon**, which is the currency used for all Polymarket trades.

<Note>
  Your wallet is **non-custodial**. Overdog never holds your funds — only you control the wallet. The bot interacts with it on your behalf using keys that only your account can access.
</Note>

## Viewing your wallet

Send `/wallet` at any time to see your wallet card, which shows:

* **Balance** — your current USDC.e balance
* **Polygon address** — your trading address on Polymarket
* **Deposit addresses** — chain-specific addresses for funding your wallet
* **Referral code** — your personal referral link

## Key commands

| Command     | What it does                                             |
| ----------- | -------------------------------------------------------- |
| `/wallet`   | Show your wallet card with balance and deposit addresses |
| `/deposit`  | Same as `/wallet` — opens the deposit view               |
| `/withdraw` | Start a withdrawal to an external address                |
| `/export`   | Export your wallet's private key                         |

<Warning>
  **Keep your private key safe.** Running `/export` reveals the raw private key for your wallet — the message auto-deletes after 30 seconds. Anyone who has this key has full, irrevocable control over your funds. Never share it with anyone, and never paste it into any website or app you do not fully trust.
</Warning>

## Next steps

<CardGroup cols={2}>
  <Card title="Deposit Funds" icon="arrow-down-to-line" href="/wallet/deposit">
    Fund your wallet with USDC.e, USDT, or other stablecoins from multiple chains.
  </Card>

  <Card title="Withdraw Funds" icon="arrow-up-from-line" href="/wallet/withdraw">
    Send funds from your Overdog wallet to any external address.
  </Card>
</CardGroup>
