> For the complete documentation index, see [llms.txt](https://docs.hyperion.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperion.xyz/drips/drips.md).

# Genesis Season

## Introduction

The Drips System rewards users for actively participating in the ecosystem through liquidity provision, trading, and community growth via referrals.

Drips are calculated and accumulated daily based on user actions and can be used to unlock exclusive benefits and incentives within the platform.

## Point Categories & Earning Mechanisms

### **1. Hyperion’s Drips**

Users earn Hyperion Drip through providing liquidity and engaging in trading activity. Drips are calculated daily and rounded down (floor).

#### **A. Liquidity Provision (LP Points)**

| Action                    | Point Calculation | Rule                              |
| ------------------------- | ----------------- | --------------------------------- |
| Provide $100 in liquidity | 5 Points per Day  | Minimum $100 liquidity to qualify |

* **Example Calculation**:
  * Provide $500 in liquidity
  * Points per day: (500 ÷ 100) × 5 = 25 Points

#### **B. Trade Points (Based on Fee Tiers)**

| Fee Tier | Point Calculation                    |
| -------- | ------------------------------------ |
| 0.01%    | 1 Point per $100 in trading volume   |
| 0.05%    | 5 Points per $100 in trading volume  |
| 0.1%     | 10 Points per $100 in trading volume |

* **Example Calculation (Fee Tier 0.05%)**:
  * $1,000 trading volume
  * Points: (1,000 ÷ 100) × 5 = 50 Points

### **2. Invitation Points**

Users are rewarded for inviting others to the platform. Each user is assigned a unique 6-character alphanumeric invitation code. Points are earned from both direct and second-level invitees.

#### **A. Liquidity Referral Rewards**

| Relationship Level   | Point Reward               |
| -------------------- | -------------------------- |
| Direct Invitee       | 20% of LP Points generated |
| Second-Level Invitee | 10% of LP Points generated |

#### **B. Trading Referral Rewards**

| Relationship Level   | Point Reward                  |
| -------------------- | ----------------------------- |
| Direct Invitee       | 20% of Trade Points generated |
| Second-Level Invitee | 10% of Trade Points generated |

* **Example Calculation (Liquidity)**:
  * Direct invitee earns 100 LP Points
  * You receive 20% of 100 = 20 Points
* **Example Calculation (Trade)**:
  * Second-level invitee earns 200 Trade Points
  * You receive 10% of 200 = 20 Points

## Multipliers & Bonus Mechanisms

*Coming Soon*: Drips will introduce point multipliers for consistent participation across trading and liquidity provision, along with seasonal or event-based point boosts.

<sub>The White Paper is for informational purposes only. Nothing in the White Paper constitutes legal, financial or tax advice. Its content may be updated from time to time without express notice. You should seek your own professional advice before engaging in any activity in connection with Hyperion. See</sub> [<sub>Legal Disclaimer</sub>](https://docs.hyperion.xyz/legal-and-compliance/legal-disclaimer)<sub>.</sub>


---

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

```
GET https://docs.hyperion.xyz/drips/drips.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.
