# Loyalty Score System

### Score Calculation

* Score increases by 1 point per consecutive daily investment
* No maximum limit to loyalty score
* Score accumulates as long as daily investments continue
* Daily investment must be completed within each 24-hour cycle

<figure><img src="/files/QtnapOfpjdTK3PNmDqzy" alt=""><figcaption><p>Score accumulates</p></figcaption></figure>

### Privileges

#### Tree Position Priority

* Higher scores improve positioning in Static Binary Tree
* Influences placement in Dynamic Binary Tree distribution loops
* Better positions increase potential rewards
* Score considered alongside other factors (join date, earnings)

#### Loop Participation

* Score determines eligibility for Dynamic Binary Tree distribution loops
* Each subsequent loop requires higher loyalty score
* Higher scores enable participation in more distribution cycles
* Score requirement increases progressively with each loop

<figure><img src="/files/FKEqfKNTjaHBMCeMShxF" alt="" width="375"><figcaption><p>Loop Participation Requirements</p></figcaption></figure>

#### Fee Reduction

* Base fee: 45% on loyalty-based revenue
* Each loyalty point reduces fee by 5%
* Maximum reduction of 25% (5 points)
* Minimum fee floor: 20%
* Applies to:
  * Instant Earn activities
  * POS partner payments
  * E-marketplace transactions
  * Affiliate cashback
  * Charity donations
  * Profit withdrawals
  * Debit card cashback

### Reset Rules

* Score resets to 0 if daily investment is missed
* Reset occurs at cycle end (00:00 UTC)
* No partial scores maintained
* Score building begins again with next investment
* No grace period or score banking

### Strategic Importance

* Core mechanism for platform sustainability
* Encourages consistent daily participation
* Creates predictable investment patterns
* Rewards long-term platform commitment
* Strengthens economic sharing system through:
  * Regular value creation
  * Stable participation rates
  * Enhanced reward distribution
  * Reduced platform fees


---

# 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.geniegenerate.com/en/genie-generate/core-mechanisms/loyalty-score-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.
