# Referral Incentive Mechanism

### **Referral Incentive Mechanism**

Surge incorporates a **wallet-based referral system** designed to align user growth with protocol-level fee generation.\
Rather than relying on external marketing incentives, referrals are integrated directly into the economic structure of execution activity.

#### **Mechanism Overview**

Each participant may generate a unique referral code associated with a single wallet.\
New users entering the system can be attributed to a referrer through this code.

Attribution is:

* **Immutable** — assigned once at initial interaction
* **Exclusive** — cannot be overwritten or reassigned
* **Bounded** — limited to defined levels to prevent circular structures

All referral relationships are enforced at the protocol level.

#### **Fee Distribution Model**

Surge applies a trading fee to executed volume.\
This fee is distributed as follows:

* **70% → Protocol Treasury**
* **25% → Direct Referrer (Level 1)**
* **5% → Secondary Referrer (Level 2)**

This structure ensures:

* sustainable protocol revenue
* direct alignment between trading activity and user-driven distribution
* scalable growth tied to real usage

#### **Attribution and Payout Logic**

* Each participant is attributed to a single referrer upon initial entry
* Attribution persists across all future execution activity
* Referral rewards are calculated per executed trade
* Payouts are recorded in an append-only ledger for auditability

System constraints enforce that:

* **self-referrals are disallowed**
* **duplicate attributions are rejected**
* **each trade generates referral credit only once**

#### **Abuse Prevention and Controls**

The system is designed to prevent:

* multi-wallet self-attribution
* referral loops
* duplicate payout attempts

Administrative controls allow for:

* temporary suspension of accounts under review
* reversal of invalid payouts through auditable ledger entries

All adjustments preserve a **complete and verifiable history of state transitions**.

#### **Economic Alignment**

The referral mechanism transforms participants into **distributed acquisition nodes within the execution network**.

Because rewards are derived exclusively from trading fees:

* incentives are tied to real economic activity
* growth is usage-driven, not emission-driven
* long-term sustainability is preserved

#### **Key Takeaway**

Referral incentives are embedded directly into the execution economy, enabling scalable, abuse-resistant user acquisition without reliance on external subsidies.


---

# 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://surgelabs.gitbook.io/surge-whitepaper/tokenomics/referral-incentive-mechanism.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.
