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

# Wallet Overview

> Understanding wallet management in anumaan bot

## What is Your Wallet?

Your wallet is your trading account on anumaan bot. It holds your USDC balance and connects you to Polymarket for trading prediction markets. All wallet operations are managed securely through the bot.

## Wallet Dashboard

Access your complete wallet information with the `/wallet` command:

```bash theme={null}
/wallet
```

The dashboard shows:

* **USDC Balance**: Your available trading funds
* **POL Balance**: Gas tokens (for emergencies only - usually not needed)
* **Wallet Address**: Your unique Polygon address for deposits
* **Quick Actions**: Fund wallet, view transactions, check positions

<Tip>
  The `/wallet` command is your one-stop dashboard for all wallet operations. Bookmark it for quick access!
</Tip>

## Wallet Types

anumaan bot supports two wallet setup methods:

<CardGroup cols={2}>
  <Card title="Create New Wallet" icon="plus" href="/wallet/create-wallet">
    Generate a fresh wallet managed by the bot - best for beginners
  </Card>

  <Card title="Import Existing Wallet" icon="download" href="/wallet/import-wallet">
    Use your existing Polygon wallet for trading
  </Card>
</CardGroup>

## Key Features

### Gasless Trading

All trades executed through anumaan bot are completely gasless. Polymarket covers network fees, so you only pay for the shares you're buying.

### Secure Storage

Your private keys are **never stored** in our database. We use secure wallet management with encryption to keep your funds safe.

<Warning>
  **Security First**

  We never store your private key in our database. Your wallet security is our top priority.
</Warning>

### Multi-Network Support

Your wallet operates on:

* **Polygon Network**: Primary trading network (low fees, fast transactions)
* **USDC**: The stablecoin used for all trades

## Wallet Operations

### Check Balance

View your current USDC and POL balances:

```bash theme={null}
/balance
```

This shows detailed balance information including:

* Available USDC for trading
* POL tokens (gas, usually not needed)
* Quick funding options

[Learn more about checking balances →](/wallet/balance)

### Fund Your Wallet

Add USDC to start trading:

```bash theme={null}
/fund
```

Get deposit addresses for multiple networks:

* Polygon (recommended)
* Ethereum (bridged automatically)
* Solana (converted automatically)
* Base, Arbitrum, Optimism

[Learn more about funding →](/wallet/funding)

### View Wallet Address

Your wallet address is displayed in the `/wallet` dashboard. You can share this address to receive funds from other wallets.

## Security Best Practices

<AccordionGroup>
  <Accordion title="Never Share Your Private Key">
    Only enter your private key when importing a wallet, and only in a **private conversation** with the bot. Never share it in groups or with other users.
  </Accordion>

  <Accordion title="Verify the Bot Username">
    Always check you're messaging the official bot. Scammers create fake bots with similar names.

    Official bot: `@anumaan_bot`
  </Accordion>

  <Accordion title="Enable 2FA on Telegram">
    Protect your Telegram account with two-factor authentication to prevent unauthorized access to the bot.
  </Accordion>

  <Accordion title="Keep Backup of Wallet Info">
    Save your wallet address and any export information securely offline. Consider using a password manager.
  </Accordion>

  <Accordion title="Start Small">
    Begin with a small deposit (like \$10-50) to test the system before committing larger amounts.
  </Accordion>
</AccordionGroup>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="What network does the wallet use?">
    Your wallet operates on the Polygon network (formerly Matic). This is a layer-2 scaling solution for Ethereum that offers fast, low-cost transactions.
  </Accordion>

  <Accordion title="Can I use the same wallet with other apps?">
    Yes! If you created a new wallet or imported an existing one, you can use the same wallet address with other Polygon-compatible applications.
  </Accordion>

  <Accordion title="What happens if I lose access to the bot?">
    Since we don't store your private key, you'll need your wallet's private key or seed phrase to recover access. Always keep this information backed up securely.
  </Accordion>

  <Accordion title="Why do I need USDC instead of other cryptocurrencies?">
    Polymarket uses USDC as the standard trading currency. It's a stablecoin pegged to the US Dollar, making it easy to understand your trading amounts.
  </Accordion>

  <Accordion title="Do I need POL tokens for gas?">
    No! All trades are gasless. Polymarket covers gas fees. POL tokens are only shown for informational purposes.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Create Your Wallet" icon="plus" href="/wallet/create-wallet">
    Generate a new wallet to get started
  </Card>

  <Card title="Fund Your Wallet" icon="money-bill" href="/wallet/funding">
    Add USDC to start trading
  </Card>

  <Card title="Check Your Balance" icon="scale-balanced" href="/wallet/balance">
    View your current funds
  </Card>

  <Card title="Start Trading" icon="chart-line" href="/trading/overview">
    Learn how to place your first trade
  </Card>
</CardGroup>

## Need Help?

If you encounter any wallet issues:

* Check the [FAQ](/faq) for common solutions
* Review our [troubleshooting guide](/faq#wallet-issues)
* Contact support: [@anumaan\_bot](https://t.me/anumaan_bot)
