> For the complete documentation index, see [llms.txt](https://www.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://www.size.club/docs/how-size-works/product-tiers-keys-and-lives.md).

# Product tiers: Keys and Lives

Keys enter Trials. Lives are funded accounts you trade after you win.

## Available now: Alpha

|                       | Alpha                        |
| --------------------- | ---------------------------- |
| Key                   | Free on signup + $1 in Store |
| Life from a Trial win | $100 Alpha Life              |
| Store                 | Alpha Key only               |

Alpha accounts are small on purpose while Preseason runs. Larger account sizes ship later. Prices below may change before those tiers go live.

## Keys and future account sizes

| Tier    | Key price               | Life if you win | Status    |
| ------- | ----------------------- | --------------- | --------- |
| Alpha   | $1 (free Key on signup) | $100            | Available |
| Bronze  | $9                      | $1,000          | Future    |
| Silver  | $49                     | $5,000          | Future    |
| Gold    | $199                    | $25,000         | Future    |
| Diamond | $799                    | $100,000        | Future    |
| Ruby    | $1,499                  | $200,000        | Future    |

Buying a Key does not skip the Trial. You still need #1.

## Life rules by tier

| Tier    | Funded size | Your split | Daily DD | Total DD |
| ------- | ----------- | ---------- | -------- | -------- |
| Alpha   | $100        | 80%        | 5%       | 10%      |
| Bronze  | $1,000      | 60%        | 5%       | 10%      |
| Silver  | $5,000      | 70%        | 5%       | 10%      |
| Gold    | $25,000     | 80%        | 5%       | 10%      |
| Diamond | $100,000    | 85%        | 4%       | 8%       |
| Ruby    | $200,000    | 85%        | 4%       | 8%       |

* Funded size: house capital. Stays with the house.
* Profit split: your share of profits.
* Daily / total DD: breach ends the Life. Bigger accounts run tighter limits. See [Drawdown and risk rules](/docs/after-you-win/drawdown-and-risk-rules.md).

## Leverage

Leverage is capped per market (for example BTC at 20x), in Trials and on Lives alike. The terminal shows each market's cap. Leverage lets you hold a position larger than the money behind it, and it multiplies gains and losses by the same amount. See [Markets you can trade](/docs/how-size-works/markets-you-can-trade.md).

## Payout rules (all tiers)

* Transfer your earnings from the Life screen to your Size wallet whenever you like, in full or in part. Funded capital stays with the house.
* $5 minimum per Payout.
* Paid in USDC on-chain directly to your Size wallet.
* Withdrawing from your wallet to your own address carries a $1 fee. Size covers the network costs.

See [Profit split and Payouts](/docs/after-you-win/profit-split-and-payouts.md) and [Withdrawals](/docs/wallet-and-store/withdrawals.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://www.size.club/docs/how-size-works/product-tiers-keys-and-lives.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.
