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

# Overview

Here we hope to outline the design of CompX token distribution to the broader community via platform rewards. The intention of the program is to use CompX tokens to reward users who use the CompX platform which will result in a net benefit across all CompX products at once. CompX offers quite a few services, and all of those users should benefit.

Reward disbursal will be divided into Epochs. Each epoch will last one week. Rewards will be accumulated over the course of the week, and users will be able to claim their rewards whenever they like. Rewards will not be lost if unclaimed at the end of an epoch.

Each epoch will have a maximum reward of 1 million CompX tokens. These will be distributed to users in reward levels which are detailed below. Reward levels are increased by earning points, and users are able to earn points through using CompX services and supporting CompX with token liquidity.

&#x20;&#x20;

| Reward Level | Minimum Points | Maximum Points | % of Rewards |
| ------------ | -------------- | -------------- | ------------ |
| 0            | 0              | 4,999          | 2.5%         |
| 1            | 5,000          | 12,499         | 7.5%         |
| 2            | 12,500         | 24,999         | 15%          |
| 3            | 25,000         | 49,999         | 20%          |
| 4            | 50,000         | 99,999         | 25%          |
| 5            | 100,000        | N/A            | 30%          |

Users at each level will have the allocated percentage of their rewards distributed to them as a percentage of the total points in that level. If a level is completely unoccupied, for example if there are no level 5 wallets during an epoch, the rewards for that pool won't be distributed. Instead, the rewards will be placed into a separate pot for later distribution, either through this reward system or in a bonus epoch or in another fashion.


---

# 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:

```
GET https://compx-documentation.gitbook.io/compx-documentation/rewards/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
