> For the complete documentation index, see [llms.txt](https://golfn.gitbook.io/golfn-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://golfn.gitbook.io/golfn-user-guide/profile-and-social/referral-program.md).

# Referral Program

The GolfN Referral Program rewards you for inviting new golfers into the app. When a friend joins through your link and plays their first round, you’ll earn points, spins, and milestone bonuses — all delivered straight to **Your Offers** in the app.

Whether you’re a casual user, an Ambassador, or an NFT holder, referrals are one of the fastest ways to earn rewards.

### **How to Refer Friends**

1. Open the **Referral Center** in the GolfN app.
2. Share your **referral link** or **QR code** with a friend.
3. Your friend signs up for GolfN.
4. Once they play their **first round**, your rewards unlock instantly.

*Note: Rewards aren’t issued until the referee completes a round.*

### **Your Rewards for Each Referral**

When someone you invited plays their first round, you earn:

* $2.25 worth of GolfN Points (variable)
* **1 Spin** on the Press Your Luck Rewards Wheel (100 pts value)&#x20;

These appear as claimable items inside **Your Offers**.

Your friend (the referee) receives standard onboarding benefits:

* Onboarding points
* A membership wheel spin
* A 30-day membership offer

### **Referral Milestones (Bonus Rewards)**

\
Every **3 referrals** unlocks a milestone bonus — extra points and bonus spins that stack on top of what you already earn per referral.

### **Press Your Luck Rewards Wheel**

You’ll earn Spins from each referral. These Spins (100 pt value) can unlock points, prizes, multipliers, and more. Spins are always claimable in **Your Offers**.

### **Where to Claim Rewards**

All referral rewards appear inside **Your Offers**

You’ll see cards for:

* Points earned
* Wheel spins
* Milestone rewards
* Member commissions (if applicable)

From the offer page, **Tap “Claim Rewards"** to add them to your balance.

## **NFT Member Referral Rewards**

If you hold a GolfN NFT annual membership, you earn referral commissions on in-app purchases based on your tier.&#x20;

#### **NFT Member Commission Rates**

* **Silver:** 5%
* **Gold:** 10%
* **Diamond:** 15%

Commissions appear in **Your Offers** and are paid via points or Stripe (based on your setup).

Also, keep an eye out for special campaigns for referrals throughout the year where you can win bonus prizes for onboarding members.&#x20;

### Referring golfers on the course

Are you on the first tee and want to refer some friends and play together? You can do that, too.&#x20;

1. During Round Setup, click on "Add Player"
2. You can either have them scan your QR code, or send them an invite link to the round. Click on that and you can share your link or QR Code with your playing partners.&#x20;

Keep in mind everyone earns points for their first round, whether they are a member or cardholder or not. After their first round they can activate your monthly referral offer.&#x20;


---

# 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://golfn.gitbook.io/golfn-user-guide/profile-and-social/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.
