> 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/after-you-win/earn-a-life.md).

# Earn a Life

A Life is a funded trading account. You earn one by finishing #1 in a Trial that used a Key.

## Alpha Life

|                   |      |
| ----------------- | ---- |
| Size              | $100 |
| Your profit split | 80%  |
| Daily drawdown    | 5%   |
| Total drawdown    | 10%  |

Future account sizes: [Product tiers](/docs/how-size-works/product-tiers-keys-and-lives.md).

![Life award ceremony after finishing #1](https://cdn.jsdelivr.net/gh/dropbear-hl/size-docs-assets@master/life-award-ceremony.png)

## What happens when you finish #1

1. Size shows the Life award screen.
2. Size provisions the Life into your account.
3. If you have a free equip slot, the Life auto-equips and you can open the Terminal.
4. If all three equip slots are filled, the Life waits in [Inventory](/docs/wallet-and-store/inventory.md) until you free a slot and equip it. Nothing is lost: Inventory holds every Life you own.

## How Life slots work

Think of equip slots like loadout slots in a game.

![Manage Lives: equip slots and inventory](https://cdn.jsdelivr.net/gh/dropbear-hl/size-docs-assets@master/lives-active.png)

* Inventory stores all your Lives. There is no cap on how many you can hold.
* Up to three Lives can be equipped at once.
* Every equipped Life is live: each can hold open positions, and each one's drawdown lines run around the clock.
* The Terminal trades one Life at a time. Swap between equipped Lives instantly from the Terminal's side panel. Positions on the Life you leave stay open.
* To unequip a Life, close all its positions first. The slot frees up once its book is flat.

Because every equipped Life runs live, check them all regularly, not just the one on screen. See [Drawdown and risk rules](/docs/after-you-win/drawdown-and-risk-rules.md).

Preseason prize Lives work the same way: they land in Inventory at campaign close, ready to equip.

## If you breach

The Life ends and any earnings still on it are void, so take [Payouts](/docs/after-you-win/profit-split-and-payouts.md) as you earn. See [Drawdown and risk rules](/docs/after-you-win/drawdown-and-risk-rules.md).

## Related

* [Trade on your Life](/docs/after-you-win/trade-on-your-life.md)
* [What is a Life?](/docs/how-size-works/what-is-a-life.md)
* [How to win](/docs/playing-a-trial/how-to-win.md)
* [Your Grading](/docs/playing-a-trial/your-grading.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/after-you-win/earn-a-life.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.
