> For the complete documentation index, see [llms.txt](https://docs.lighter.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lighter.xyz/points-program/retail.md).

# Retail

For Season 2, 200,000 points per week will be distributed every Friday. The points will cover activity from Wednesday (inclusive) through Tuesday (inclusive).

Some of the categories that affect how points are distributed include:

* Volume
* Open Interest
* Fundings
* Liquidations and Deleverages
* PnL

There are also scaling factors that favor traders with higher trading quality, depending on the category.

### Notes:

* Having a premium account impacts the weight of the metrics.
  * — this is not necessarily the case — but PnL generated by premium accounts may receive more points.
* Some categories are separated per market, while others are applied globally.
* Some categories are evaluated daily, while others are evaluated weekly.
* Points are not necessarily distributed linearly with respect to the metric.
  * For example, 2× the volume will not always yield 2× the points; it may result in 3× or 1.5× the points.
  * Note: this extends beyond the volume metric.
* Markets are not weighted equally.
  * For example, $100 in volume on BTC does not yield the same number of points as $100 in volume on HYPE.
  * Note: this extends beyond the volume metric.
* Intentionally losing money or getting liquidated will not be beneficial.

### Sybil Detection & Farming

We apply different sybil detection methods, both fully automated and semi-automated, to detect sybil accounts. We allow up to 10 accounts per user without penalty, as we understand that some people choose to maintain multiple accounts for risk management (for example), and that’s acceptable.

[We’ve made an announcement on Discord regarding Self-Trading.](https://discord.com/channels/987399783985590322/1314327323109097482/1422681158168084491) As mentioned in the announcement, we want to protect a level playing field and keep the platform healthy for all participants.

We use various metrics to detect farming and sybil activity, which will not be disclosed here so as not to encourage their exploitation.


---

# 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://docs.lighter.xyz/points-program/retail.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.
