> For the complete documentation index, see [llms.txt](https://docs.primora.meme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primora.meme/ecosystem/referral-program.md).

# Referral Program

At Primora, growth is a team effort. Our referral system is designed to reward both sides of the journey: buyers and creators. Whether you're bringing in new traders or helping a dev launch their next big idea, you're earning $PRIM every step of the way.

<table data-header-hidden><thead><tr><th width="135"></th><th></th></tr></thead><tbody><tr><td><strong>Referrers</strong></td><td>Earn rewards based on the <strong>ETH purchases generated</strong> through your links.</td></tr><tr><td><strong>Referees</strong></td><td>Get rewarded for the <strong>ETH you spend</strong> using someone else’s referral link.</td></tr><tr><td><strong>Creators</strong></td><td>Earn from the <strong>volume</strong> of tokens launched by creators you referred.</td></tr></tbody></table>

## How We Reward Referrals

Our referral system tracks all ETH activity linked to purchases on the platform. Here’s what you need to know:

<table data-header-hidden><thead><tr><th width="193.26632690429688"></th><th></th></tr></thead><tbody><tr><td><strong>ETH Generated</strong></td><td>This tracks ETH purchases through your referral links and on tokens launched by creators you referred.</td></tr><tr><td><strong>ETH Spent</strong></td><td>This tracks how much ETH you’ve spent using other users’ links.</td></tr></tbody></table>

At the end of each week, we calculate the total ETH volume across all referral activity purchases through your links, your own buys, and volume from referred creators. $PRIM rewards are distributed accordingly, and the system resets weekly for a fresh start.

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

## Claiming Your Rewards

Tracking your referral rewards is simple. Just head to the [***Referral Dashboard***](https://www.primora.meme/referral)***,*** where you can see your ETH stats and claim your $PRIMM tokens once the weekly distribution is complete.


---

# 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.primora.meme/ecosystem/referral-program.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.
