> 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/progress-and-preseason/achievements.md).

# Achievements

Achievements are one-time accomplishments on your account. Each unlock grants a badge, and most grant XP. They are permanent: campaigns end, achievements stay.

## How they work

* Unlock once, keep forever. Your profile shows a trophy case of earned badges and locked silhouettes with hints.
* Pick one badge as your flair on the Leaderboard.
* Selected achievements sync a Discord role.
* XP amounts are shown in the app on each achievement.

Achievements are status, not a prize route. Lives and Payouts come from winning Trials and trading well, not from badge grinding.

## The categories

| Category  | What it tracks                | Examples                                |
| --------- | ----------------------------- | --------------------------------------- |
| Trials    | Paid Trial wins and streaks   | On the Board, Back to Back, On a Heater |
| Practice  | Free run milestones           | Warm Up, Gym Rat                        |
| Lives     | Funded trading milestones     | Alive, First Taste, Many Lives          |
| Keys      | Commitment milestones         | Locked In, Stacked                      |
| Crew      | Referral milestones           | Plus One, Crew of 10                    |
| Community | Bug reports and early support | Bug Hunter, Zero Day                    |
| Rhythm    | Consistency                   | Daily Hunter, Resident                  |

## Season badges

When a campaign like Preseason closes, finishing badges are stamped with the season and awarded permanently: prize band finishes, Top 100 through Podium, and The One for rank 1, a unique badge with one holder per season. Season badges are pure status and never grant XP, so past glory never buys future prizes.

## The mythicals

Three public white whales, one per domain, listed openly so there is always something absurd to chase: **Immortal** (a consecutive win streak in Trials), **The Printer** (a payout milestone across your Lives in one season), and **Rainmaker** (a revenue milestone from the crew you brought in). Full conditions are in the app. First claims are announced. Expect them to go unclaimed for a while. That is the point.

## Secret achievements

Secret achievements exist. They are unlisted until earned and loud when they land.

## Related

* [XP, leveling and achievements](/docs/progress-and-preseason/xp-leveling-and-achievements.md)
* [Medals](/docs/playing-a-trial/medals.md)
* [Leaderboard](/docs/compete-and-connect/leaderboard.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/progress-and-preseason/achievements.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.
