> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strike.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# Referral Program

Strike Protocol features a **multi-level referral program** that incentivizes community building and network growth.

## Referral Structure

<Steps>
  <Step title="Level 1 (Direct Referrals)">
    **30% of referee's points**

    * Your direct referrals
    * Highest reward tier
  </Step>

  <Step title="Level 2 (Second Degree)">
    **3% of referee's points**

    * Referrals of your referrals
    * Network effect points
  </Step>

  <Step title="Level 3 (Third Degree)">
    **2% of referee's points**

    * Third-level network effects
    * Long-tail value capture
  </Step>
</Steps>

<Info>
  **Important**: Referral bonuses **also increase** the referee's points by 10%. Both referrer and referee receive bonus points, making the system purely additive.
</Info>

## Network Example

```mermaid theme={null}
graph TD
    A[You] --> B[Direct Referral]
    A --> C[Direct Referral]
    B --> D[Level 2]
    B --> E[Level 2]
    C --> F[Level 2]
    D --> G[Level 3]
    E --> H[Level 3]
```
