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

# Withdraw Funds

> Send funds from your Overdog wallet to an external address on Polygon, Tron, Solana, or other chains.

You can withdraw your balance to any external wallet address. Overdog bridges your USDC.e to the destination chain and token automatically.

**Minimum withdrawal:** \$1.00\
**Rate limit:** 1 withdrawal per 60 seconds

## Supported destinations

| Destination   | Token | Address format              | Bridge fee |
| ------------- | ----- | --------------------------- | ---------- |
| Polygon       | USDC  | `0x...` (EVM, 40 hex chars) | None       |
| Tron (TRC-20) | USDT  | `T...` (34 chars)           | \~3.5 USDT |
| Solana        | USDC  | Base58 (32–44 chars)        | Varies     |

## How to withdraw

<Steps>
  <Step title="Send /withdraw">
    Open Overdog and send `/withdraw`. The bot shows your current balance and prompts you to select a destination.

    If your balance is below \$1.00, the withdrawal is blocked until you have sufficient funds.
  </Step>

  <Step title="Choose your destination">
    Select where you want to receive funds:

    * **USDC — Polygon** — direct on-chain transfer, no bridge fee
    * **USDT — Tron (TRC-20)** — bridged to Tron USDT
    * **USDC — Solana** — bridged to Solana USDC
  </Step>

  <Step title="Enter the amount">
    Type a dollar amount (e.g. `50` or `25.50`), or tap one of the preset buttons (10%, 50%, 100% of your balance). The amount must be at least \$1.00 and cannot exceed your available balance.
  </Step>

  <Step title="Enter your receiving address">
    Paste the destination address. The bot validates the address format before continuing.

    * Polygon / EVM: `0x` followed by 40 hex characters
    * Tron: starts with `T`, 34 characters total
    * Solana: base58 string, 32–44 characters

    For cross-chain withdrawals (Tron, Solana), the bot fetches a live fee quote and shows you the estimated amount you will receive after bridge fees. If no quote is available, the withdrawal pauses until one can be fetched.
  </Step>

  <Step title="Confirm">
    Review the summary — amount, destination chain, token, receiving address, and estimated output. Type **CONFIRM** to proceed, or send `/cancel` to abort.

    Once confirmed, the withdrawal is submitted on-chain and processed automatically. You will receive a status update when it completes.
  </Step>
</Steps>

<Warning>
  **Double-check your address before confirming.** Blockchain transactions are irreversible. If you send to the wrong address, the funds cannot be recovered. Make sure the address belongs to the correct network and is under your control.
</Warning>

## Bridge fees

Withdrawals to Polygon USDC have no bridge fee — the transfer is direct. Withdrawals to Tron or Solana go through a bridge, and a small fee is deducted from the amount received. The bot shows you the estimated fee and output before you confirm.

## Cancelling a withdrawal

You can cancel at any point before typing **CONFIRM** by sending `/cancel` or tapping the **Cancel** button. Once you confirm, the withdrawal cannot be stopped.
