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

# Tier System

<figure><img src="/files/QaoZPooPVRnvb54SVtd1" alt=""><figcaption></figcaption></figure>

#### Elevate Your Status, Amplify Your Rewards

The Poremi Tier System is designed to recognize and honor your influence within the community. As you help the Poremi ecosystem grow by inviting friends, your status ascends through our elite tiers. Each new level unlocks higher bonus multipliers, allowing you to maximize the efficiency of your daily earning activities.

***

#### Key Benefits of Scaling Tiers

* Incentivized Growth: The more you contribute to the community, the more the community gives back to you.
* Bonus Multipliers: Higher tiers receive additional bonus points on top of their standard daily activities.
* Prestigious Status: Your tier is a testament to your contribution as a core pillar of the Poremi infrastructure.

#### Tier Specifications

Poremi categorizes user levels into six distinct tiers based on your referral performance. Achieve the next level to unlock your full earning potential.

<table><thead><tr><th width="117">Tier</th><th>Requirements</th><th>Benefits</th></tr></thead><tbody><tr><td>Basic</td><td>0 to 9 friends invited</td><td>standard earning rate</td></tr><tr><td>LV 1</td><td>10 to 39 friends invited</td><td>+0.5% bonus on all points earnings</td></tr><tr><td>LV 2</td><td>40 to 69 friends invited</td><td>+1.0% bonus on all points earnings</td></tr><tr><td>LV 3</td><td>70 to 99 friends invited</td><td>+1.5% bonus on all points earnings</td></tr><tr><td>LV 4</td><td>100 or more friends invited</td><td>+2.5% bonus on all point earnings</td></tr><tr><td>Premium</td><td>Premium subscription</td><td>+5.0% bonus on all point earnings + Exclusive perks</td></tr></tbody></table>


---

# 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://poremi.gitbook.io/poremi-docs/docs/tier-system.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.
