> For the complete documentation index, see [llms.txt](https://docs.normi.es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.normi.es/3.-frequently-asked-question-faq/b2c-referral-campaign.md).

# B2C Referral Campaign

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

### Overview

This campaign rewards people (referrers) who bring in new users through a voucher code. The more their code is used, the bigger the reward.

### How It Works

1. Referrers share a unique voucher code with their community or members.
2. Users who use the code get a 10% convenience fee benefit.
3. Referrers earn rewards based on how many transactions their code generates.

### Reward System

#### Phase 1 (Monthly, based on number of transactions)

| < 100   | 15% |
| ------- | --- |
| 101–300 | 20% |
| 301–599 | 25% |
| 600+    | 30% |

#### Phase 2 (Planned)

* Rewards based on transaction volume instead of count.
* Details will be decided later.

{% hint style="info" %}
⚠️ Note: Rewards and campaign rules can be adjusted as needed.
{% endhint %}

### Tracking & Reporting

* Each referrer will have a weekly dashboard.
* Dashboard shows:
  * Number of transactions
  * Total transaction volume


---

# 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.normi.es/3.-frequently-asked-question-faq/b2c-referral-campaign.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.
