> 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/how-size-works/what-is-a-key.md).

# What is a Key?

A Key is your entry ticket to a Trial. One Key, one attempt. Size consumes the Key when the Trial starts.

The Key is also your whole downside: whatever happens inside the Trial, the most that run can cost you is the Key. You are trading a simulated balance against live prices, never your own money. See [What you risk and what you can win](/docs/how-size-works/what-you-risk-and-what-you-can-win.md).

## Where Keys come from

* Free Alpha Key on signup
* Store purchase ($1 Alpha Key)
* Occasional rewards or drops when Size runs them

## Key states

| State    | Meaning                      |
| -------- | ---------------------------- |
| Unused   | Ready to spend on a Trial    |
| In use   | Trial started. Key is locked |
| Consumed | Trial finished. Key is gone  |

See [Inventory](/docs/wallet-and-store/inventory.md).

## Alpha Key

|                |                 |
| -------------- | --------------- |
| Free on signup | 1 Alpha Key     |
| Store price    | $1              |
| Win prize      | $100 Alpha Life |

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

## Related

* [Size Trials](/docs/playing-a-trial/size-trials.md)
* [The Store](/docs/wallet-and-store/the-store.md)
* [Practice Trials](/docs/playing-a-trial/practice-trials.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/how-size-works/what-is-a-key.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.
