> For the complete documentation index, see [llms.txt](https://hyperflow-fun-1.gitbook.io/hyperflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperflow-fun-1.gitbook.io/hyperflow/hyperflow-points-system.md).

# HyperFlow Points System

#### Objective

To introduce a dynamic, flexible, and incentive-aligned points system — FlowXP — that rewards early usage, bridges, swaps, referrals, and partner engagement without committing to a token. This system builds long-term user loyalty, ecosystem alignment, and on-chain reputation.

### 1. Why Create FlowXP?

* To reward early and active users for meaningful engagement
* To track contribution and loyalty without needing a token at this stage
* To create a system that can later be extended, redeemed, or upgraded
* To serve as a base layer for future airdrop eligibility, partner quests, or reward multipliers

***

### 2. Earning FlowXP

| **Action**                                             | **Description**                                                  |
| ------------------------------------------------------ | ---------------------------------------------------------------- |
| Connect Wallet & Make one action on HyperFlow at least | +100 Points                                                      |
| Bridging Assets                                        | Earn FlowXP per dollar value bridged via HyperFlow               |
| Swapping via Aggregator                                | Bonus XP for volume, specific partners (Kitten, HyperSwap, etc.) |
| Referrals                                              | Earn when referred users complete bridge/swaps                   |

***

**Referrals:**&#x20;

Referrers earn FlowXP whenever their referred users complete bridge or swap transactions.&#x20;

* Bridge: 30% of the FlowXP earned by the referred users.
* Swap: 20% of of the referred user's FlowXP earnings.

#### Points Formula:

For most tokens:

Points = USD value of input × 5

For stable coins swapping:

Points = USD value of input × 2

📌 Example:

* Swapping 1 FLY, valued at $0.50 → 5 FlowXP
* Swapping 10 feUSD → 10 × 20 = 200 FlowXP

#### Bridge to Earn Big

We reward users who utilize HyperFlow’s unique bridging feature — earn 10× more!

For correlated type bridging:

Points = USD value of input × 5

For most tokens:

Points = USD value of input × 15<br>

📌 Example:

Bridging 5 USDe on Arbitrum to USDe on HyperEVM → 5 × 5 = 25 points

Bridging 5 ETH on Ethereum to HYPE on HyperEVM → 5 x 15 = 75 points

### 3. Multipliers and Boosts

### Goals&#x20;

* To create gamification elements for earning FlowXP
* To encourage users to utilize the full feature set of HyperFlow
* To on-board partner projects via quests and raffles

Initial Launch:

* OG Bonus - 2x Multiplier for users who bridge/swap over $1,000 in the first 30 days.&#x20;
* First time actions:
* * Bridge from x Chain to HyperEVM
  * Bridge from HyperEVM to x Chain
  * Make a swap using HyperFlow
  * Make a cross-chain swap
* High-volume swaps/bridges (e.g. over $2,000) give bonus 2.5x multiplier

### 4. Utility of FlowXP

FlowXP will have tangible in-platform use cases and long-term optionality.

#### Short-term:

* Leaderboards (social proof)
* Early access to new features / beta UI
* Referral bonus unlocks
* Entry to HyperFlow-exclusive quests or raffles

#### Long-term:

* Redeemable for merch, NFTs, partner rewards
* Multiplier eligibility for partner yield/rate programs
* Consideration for future airdrop eligibility (without promise)<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://hyperflow-fun-1.gitbook.io/hyperflow/hyperflow-points-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
