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

# Referral System

The Napier Interface now features a referral system!

Any user can generate and share an 8-character alphanumeric referral code directly from the interface. When someone enters that code and begins using Napier, the referrer will earn Napier Points based on the referee’s activity.

This system is designed to encourage users to organically create educational content and promote Napier in a more community-driven way.

Here’s a full guide to get started:

{% stepper %}
{% step %}
Go to Napier Interface (app.napier.finance)

<figure><img src="/files/8IJPkQ6mX1qBRDfiBqv9" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Open the sidebar

On the Napier Interface, you’ll see a button in the top right displaying either your wallet address or ENS. Open the sidebar by clicking the button in the top right displaying either your wallet address or ENS.
{% endstep %}

{% step %}
Clicking the gift button will trigger a popup to appear

Among the four buttons in the top right of the sidebar, the third one from the right is the gift button.
{% endstep %}

{% step %}
Share the 8-character referral code shown in the popup on social media.

<figure><img src="/files/Mo27h9g90Fapx9vz76RC" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You can also view stats related to your referral activity directly in the popup

You’ll receive 10% of the Napier Points earned by the person you invited during a given cycle, based on their Base Weight and Multiplier.

You can track your referral stats in the popup under **“Number of invites”** and **“Points earned from invites.”** Referral rewards are distributed weekly.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
**Note:** This referral program is not intended for abuse or malicious activity, including self-referrals.\
Please be aware that the Napier team — and the systems it provides — reserve the right to take appropriate action at their sole discretion in response to any such behavior.
{% endhint %}


---

# 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.napier.finance/invest/points/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.
