> 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/referral-system.md).

# Referral System

<figure><img src="/files/4dyHrabtMsOF4mikoCH4" alt=""><figcaption></figcaption></figure>

#### Grow the Community, Scale Your Rewards

The Poremi Referral System is built on the principle of Shared Prosperity. We believe that users who contribute to the expansion of our ecosystem should be rewarded fairly and transparently. Our system is designed to incentivize authentic growth while ensuring that both the inviter and the invited friend start their journey with an advantage.

***

#### Fair Reward Conditions

To maintain a healthy and sustainable ecosystem, we have established a simple yet effective verification process:

* Activation Goal: When an invited friend watches 10 ads within the first 7 days of joining, the referral is considered successful.
* Instant Credit: Once this goal is met, rewards are automatically and instantly credited to both accounts. This ensures that rewards are distributed to active participants who genuinely engage with the Poremi platform.

#### Reward Tiers: Standard vs. Premium

Poremi offers tiered rewards to honor the different levels of commitment within our community.

* Standard Rewards: Every user receives 50 Points for each successful referral. This reflects our core philosophy of rewarding honest contributions to the community's growth.
* Premium Double Bonus: For our Premium Subscribers, we double the impact. Both the inviter (Premium user) and the invited friend receive 100 Points (2x Bonus). This exclusive benefit is part of our commitment to providing maximum value to our most dedicated supporters.

#### Limitless Potential

There is no ceiling on your growth. Whether you invite 10 friends or 1,000, Poremi provides the infrastructure to turn your social network into a powerful asset-building engine.


---

# 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/referral-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.
