> For the complete documentation index, see [llms.txt](https://size.club/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://size.club/docs/wallet-and-store/withdrawals.md).

# Withdrawals

Your wallet balance is yours. Anything you have not spent can be withdrawn at any time, to any address you nominate.

There are two ways money moves on Size, and it helps to keep them straight:

|            | What it moves                        | Fee  |
| ---------- | ------------------------------------ | ---- |
| Payout     | Life earnings to your Size wallet    | Free |
| Withdrawal | Your Size wallet to your own address | $1   |

This page covers wallet withdrawals. For trading profits, see [Profit split and Payouts](/docs/after-you-win/profit-split-and-payouts.md).

## How to withdraw

1. Open your wallet: click your balance in the header, or open Wallet from your profile.
2. Choose Withdraw.
3. Enter or select the destination address you want to nominate.
4. Confirm the amount and send.
5. Wait for on-chain confirmation. USDC arrives at your address, usually within minutes.

![Wallet Management with the Withdraw button](https://cdn.jsdelivr.net/gh/dropbear-hl/size-docs-assets@master/wallet-withdraw.png)

## Good to know

* Each withdrawal carries a flat $1 fee. Size covers the on-chain network costs, so there is never a surprise gas bill on top.
* Withdrawals are in USDC on the supported network shown in the flow. Double-check the address: on-chain transfers cannot be reversed.
* Withdrawing does not touch your Keys, Lives, or anything in Inventory.
* Stuck? [Troubleshooting](/docs/help/troubleshooting.md).

## Related

* [Your wallet](/docs/wallet-and-store/your-wallet.md)
* [Add funds](/docs/wallet-and-store/add-funds.md)
* [Fees](/docs/wallet-and-store/fees.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://size.club/docs/wallet-and-store/withdrawals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
