> For the complete documentation index, see [llms.txt](https://docs.orioleinsights.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orioleinsights.io/home/whitepaper/community-boost-program-earn-ori.md).

# Community Boost Program: Earn ORI

The **Community Boost Program** is developed to reward users for inviting friends on the platform and increase the community of proficient predictors.

Users earn **extra ORI** by successfully inviting new participants to join the platform. As the new participant progresses through the levels, both the inviter and invitee receive incremental ORI rewards, fostering a mutually beneficial growth environment. The system is tiered, with specific ORI amounts allocated for each level milestone the invitee achieves.&#x20;

*These reward structures are clearly outlined in the tables:*

| Reached LVL        | ORI to inviter | ORI to invitee |
| ------------------ | -------------- | -------------- |
| 1 LVL - Newbie     | 10             | 10             |
| 2 LVL - Enthusiast | 50             | 50             |
| 3 LVL - Explorer   | 100            | 100            |
| 4 LVL - Speculator | 300            | 300            |
| 5 LVL - Predictor  | 1000           | 1000           |

Extra bonuses in ORI are also awarded to inviters based on the total number of new participants they bring to the platform who reach **at least Level 1**. This task will be available in [the Motivation Program](https://docs.orioleinsights.io/home/whitepaper/user-engagement-growth-and-gamification/user-incentive-program-activity-based-rewards-and-progression)

| Number of invitee | ORI to the one who invited |
| ----------------- | -------------------------- |
| 1                 | 10                         |
| 5                 | 50                         |
| 10                | 100                        |
| 20                | 200                        |
| 50                | 500                        |
| 100               | 1,000                      |
| 200               | 2,000                      |
| 300               | 3,000                      |
| 500               | 5,000                      |
| 1,000             | 10,000                     |


---

# 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.orioleinsights.io/home/whitepaper/community-boost-program-earn-ori.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.
