> 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/how-to-guides/level-up-guide-boost-your-rank.md).

# Level-Up Guide: Boost Your Rank

The level system is important to Oriole Insights, as it will highlight the trustful users and dedicated platform supporters. To upgrade the level user needs to have certain:

* Account age
* Reputation score
* Number of predictions made
* Accuracy score
* NFT ownership
* Number of followers

The user starts with the "Base" (0) level, which then can be updated to the "Newbie" (1). Each further level upgrade costs $ORI. It also names certain account age, reputation, and number of followers. Both the graphs are available below:

<table><thead><tr><th width="100.33333333333331"></th><th>Level</th><th>Cost in ORI</th></tr></thead><tbody><tr><td>0</td><td>Base</td><td>-</td></tr><tr><td>1</td><td>Newbie</td><td>free</td></tr><tr><td>2</td><td>Enthusiast</td><td>75 ORI</td></tr><tr><td>3</td><td>Explorer</td><td>150 ORI</td></tr><tr><td>4</td><td>Speculator</td><td>300 ORI</td></tr><tr><td>5</td><td>Predictor</td><td>600 ORI</td></tr></tbody></table>

<table><thead><tr><th width="74.33333333333331"></th><th width="121">Level</th><th width="164">Reputation Score</th><th>Account Age (days)</th><th>Number of Predictions</th></tr></thead><tbody><tr><td>0</td><td>Base</td><td>2</td><td>0</td><td>0</td></tr><tr><td>1</td><td>Newbie</td><td>2</td><td>0</td><td>3</td></tr><tr><td>2</td><td>Enthusiast</td><td>5</td><td>7</td><td>25</td></tr><tr><td>3</td><td>Explorer</td><td>20</td><td>21</td><td>100</td></tr><tr><td>4</td><td>Speculator</td><td>50</td><td>50</td><td>500</td></tr><tr><td>5</td><td>Predictor</td><td>100</td><td>100</td><td>1,000</td></tr></tbody></table>

\
\
**Here's the guide to level update:**\
\
1\. To start the level up, you should click on your profile picture and choose the option "profile".\
\
![](/files/7QUT8dV4cgSjK7fQ1HMC)\
\
2\. In your "profile" page, under the nickname, you click an "Upgrade Level" button. \
\
![](/files/6A2QEpjko7dEfgR1nmYq)\
\
3\. Then you get a page that shows you the cost of transition and a name of the next level. You should click the "upgrade" button. And so your level would be elevated. \
\
![](/files/fOfOXGtYEm9g5tvVFeyE) <br>

\
\ <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://docs.orioleinsights.io/home/how-to-guides/level-up-guide-boost-your-rank.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.
