# Referral Points System

## Earning Points

Our referral system is designed to reward both active users and those who bring new participants to the platform. Points can be earned through two main activities: **playing games and staking assets.**

### Play to Earn Points

Users earn 10 points for every $1 wagered on games. For example, a $7 bet earns 70 points. This system ensures regular activity is directly rewarded.

| **Action**  | **Points Rewarded**         |
| ----------- | --------------------------- |
| Place a bet | 10 points per $1 bet placed |

> **Example:** If you bet $7, you instantly earn **70 points**!

### Staking to Earn Points

Users who hold JacksonLP tokens in the liquidity pool earn points passively. Every eight hours, the platform records each user’s JacksonLP balance and the token price.&#x20;

Points are awarded based on:

$$
\text{Daily Staking Points} = (\text{JacksonLP Holdings} \times \text{Token Price}) \times 33.33
$$

| **You Hold** | **Token Price** | **Daily Points**              |
| ------------ | --------------- | ----------------------------- |
| 12 JacksonLP | $3              | 12 × 3 × 33.33 = **1,199.88** |

{% hint style="info" %}
Any JacksonLP acquired outside of staking may not be recognized by the system for points distribution.
{% endhint %}

***

## Referral Program Benefits

The referral program provides ongoing bonuses to both inviters and invitees. To activate referral bonuses, the invitee must register using the inviter’s link and place at least $1 in cumulative bets.

### Inviter Bonus

Inviters earn 10% of all points their referrals generate, with no cap. If a referral earns 1,200 points, the inviter receives 120 points.

> **Example:** Invitee earns 1,200 points? You get an extra **120 points**!

| **Your Friend’s Points** | **Your Bonus (10%)** |
| ------------------------ | -------------------- |
| 500                      | 50                   |
| 2,000                    | 200                  |

### Invitee Bonus

Invitees receive a permanent 1.1x multiplier on all points earned. For example, earning 1,000 points becomes 1,100 points with the bonus.

> **Example:** Normally earn 1,000 points? With the multiplier, they get **1,100 points**!

| **Base Points** | **With 1.1x Multiplier** |
| --------------- | ------------------------ |
| 800             | 880                      |
| 2,500           | 2,750                    |

## FAQ (Frequently Asked Questions)

**Q: Is there a limit to the number of friends I can invite?**\
\&#xNAN;*A: Not at all! Invite as many as you can—every active friend means ongoing rewards.*

**Q: What happens if my friend stops using the platform?**\
\&#xNAN;*A: You’ll only earn the bonus while your referral is actively earning points.*

**Q: Does the invitee’s 1.1x bonus expire?**\
\&#xNAN;*A: Never! As long as the referral relationship is active, their bonus is too.*

**Q: What if my friend forgets to use my link?**\
\&#xNAN;*A: Make sure they use your referral link at signup—bonuses activate only then!*


---

# Agent Instructions: 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:

```
GET https://docs.jackson.io/platform-mechanics/referral-points-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
