> 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/markets-you-can-trade.md).

# Markets you can trade

## In a Trial

The board is the asset dropdown in the Trials terminal. Everything in that dropdown is tradable in your current Trial. Trade one market, trade several, switch mid run.

The board draws from a variety of asset classes.

## On a Life

The Terminal shows the tradable markets for your active Life. Same idea: the list on screen is the list.

## Leverage

Leverage is capped per market. The terminal shows each market's cap next to it, and the caps below apply in Trials and on Lives alike.

## The Alpha asset list

The current list. Markets can be added or rotated, so the dropdown on screen is always the source of truth.

### Crypto

| Market | Max leverage |
| ------ | ------------ |
| BTC    | 20x          |
| ETH    | 20x          |
| BNB    | 10x          |
| HYPE   | 10x          |
| SOL    | 10x          |
| SUI    | 10x          |
| XRP    | 10x          |
| ADA    | 5x           |
| AVAX   | 5x           |
| INJ    | 5x           |
| NEAR   | 5x           |
| AAVE   | 5x           |
| DOGE   | 5x           |
| DYDX   | 5x           |
| LINK   | 5x           |
| LIT    | 5x           |
| PUMP   | 5x           |
| TAO    | 5x           |
| XMR    | 5x           |
| XPL    | 5x           |
| ZEC    | 5x           |
| AERO   | 3x           |
| CC     | 3x           |
| VVV    | 3x           |

### Equities

| Market  | Max leverage |
| ------- | ------------ |
| AAPL    | 5x           |
| AMD     | 5x           |
| AMZN    | 5x           |
| AVGO    | 5x           |
| COIN    | 5x           |
| CRWV    | 5x           |
| GOOGL   | 5x           |
| HOOD    | 5x           |
| IBM     | 5x           |
| META    | 5x           |
| MSFT    | 5x           |
| MSTR    | 5x           |
| NOK     | 5x           |
| NVDA    | 5x           |
| ORCL    | 5x           |
| PLTR    | 5x           |
| QCOM    | 5x           |
| TSLA    | 5x           |
| TSM     | 5x           |
| ARM     | 3x           |
| CBRS    | 3x           |
| CRCL    | 3x           |
| INTC    | 3x           |
| LITE    | 3x           |
| MU      | 3x           |
| NBIS    | 3x           |
| QNT     | 3x           |
| RKLB    | 3x           |
| SKHYNIX | 3x           |
| SMSN    | 3x           |
| SNDK    | 3x           |
| SPCX    | 3x           |
| WDC     | 3x           |

### Commodities

| Market         | Max leverage |
| -------------- | ------------ |
| XAU (Gold)     | 5x           |
| XAG (Silver)   | 5x           |
| XPT (Platinum) | 5x           |
| BRENTOIL       | 5x           |
| CL             | 5x           |
| NATGAS         | 5x           |

### Indices

| Market | Max leverage |
| ------ | ------------ |
| SP500  | 5x           |
| EWY    | 5x           |
| DRAM   | 5x           |

## Related

* [Trials](/docs/playing-a-trial/size-trials.md)
* [How scoring works](/docs/playing-a-trial/how-scoring-works.md)
* [Trade on your Life](/docs/after-you-win/trade-on-your-life.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/markets-you-can-trade.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.
