> For the complete documentation index, see [llms.txt](https://eu.support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eu.support.backpack.exchange/exchange/programs/points.md).

# Points

Season 1 of Backpack Exchange’s points program started on March 21, 2025, and ended on May 29, 2025.

Season 2 of Backpack Exchange’s points program started on July 3, 2025.

Points are distributed to users on a weekly basis based on their activity across all products on the exchange. The criteria for points is updated on a continuous basis and intentionally opaque. The goal of the points program is to reward users who contribute to Backpack’s growth.

Ranks are season-specific, meaning the rank you achieve in one season remains permanently tied to that season. When a new season starts, all users begin earning points from scratch to determine their rank for the new season. Each season has the same rank tiers: Bronze, Silver, Gold, Platinum, Diamond, and Challenger.

Points are distributed every Friday at 02:00 UTC. Distributions are based on weekly activity ending Thursdays at 00:00 UTC. Backpack maintains the right to adjust previous point distributions at its sole discretion.

A snapshot was taken on March 20, 2025, at approximately 09:00 UTC for the Legacy Drop, allocated to historical Backpack Exchange users since the platform’s inception in late 2023.

There was a bonus drop of 10 million points distributed to users who continued to trade and remain active during the off-season period between Season 1 and Season 2.

You can find a summary of your points and rank on this page <https://eu.backpack.exchange/points>.

To get started, sign up on <https://eu.backpack.exchange/> or download the Backpack app [here](https://backpack.app/download).<br>


---

# 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://eu.support.backpack.exchange/exchange/programs/points.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.
