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

# Points

The Variational Omni points program is designed to reward users of the Protocol. The program was officially launched on December 17, 2025. Point totals can be tracked by visiting the [Omni points page](https://omni.variational.io/points).&#x20;

Upon the launch of the program, 3,000,000 points were retroactively distributed to existing traders based on a variety of activity metrics through December 11. Users also received an additional 1 point for every 10 points their referrals earned.

Going forward, points will be distributed every Friday at 0:00 UTC for the previous week’s platform activity through 0:00 UTC on Thursday. Weekly point distributions will conclude no later than the end of Q3 2026.&#x20;

Users will receive 1 point for every 10 points their referrals earn. Accounts that traded before the launch of the points program will receive a 10% boost to points earned. Users can also receive a boost by maintaining a [reward tier](https://docs.variational.io/omni/rewards) on Omni.&#x20;

| Tier         | Points Boost |
| ------------ | ------------ |
| **Iron**     | +0%          |
| **Bronze**   | +0.5%        |
| **Silver**   | +1%          |
| **Gold**     | +2%          |
| **Platinum** | +3%          |
| **Diamond**  | +4%          |
| **Infinity** | +5%          |

Variational reserves all rights to modify the points program or point totals at its sole discretion (e.g. for inorganic behavior or any violation of the [Terms of Use](/legal/terms-of-use.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://docs.variational.io/omni/rewards/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.
