# Dual Points System

The Flamix Dual Points System allows users to earn rewards through two simultaneous points programs:

* **FLMX Points**: Earn future FLMX tokens over a TBD period
* **rFLR Points**: Earn [rFLR](https://cyclo.finance/docs/rflr-incentives) tokens over a 1-month period

Both programs run concurrently, meaning every eligible action earns points toward both token distributions.

## How Points Are Calculated

The points calculation methodology is identical for both FLMX and rFLR programs:

#### 1. Trading Volume Points

* **Eligibility**: Trades with 2-249x leverage (Using FLR, sFLR, USD₮0, FXRP & stXRP)&#x20;
* **Points Rate**: 0.1 points per $1 of trading volume

**Example Calculation:**

```
Position Size: $10,000
Points Earned: 10,000 × 0.1 = 1,000 points
(Applied to both FLMX and rFLR point balances)
```

#### 2. Absolute P\&L Points (via [Fire Mode (High-Leverage)](/flamix-docs/for-users/traders/fire-mode-high-leverage.md))

* **Eligibility**: Fire Mode (Trades with 250-500x leverage) (Using FLR, sFLR, USD₮0, FXRP & stXRP) &#x20;
* **Points Earned**: 10 points per $1 of P\&L (regardless of profit or loss)
* **Benefit**: Consistent point accumulation for high-risk traders

**Example Calculation:**

```
High-leverage trade closed (win or loss)
Points Earned: 10 points per $1 of + or - P&L
(Applied to both FLMX and rFLR point balances)
```

#### 3. Liquidity Provider Points

* **Eligibility**: Provide liquidity to Flamix pools (FLR, sFLR & USD₮0)&#x20;
* **Allocation**: 10% of the total trading activity in the pool
* **Distribution**: Pools earn points based on trading activity generated

**How it works:**

* When traders use your liquidity pool, the pool accumulates points
* Points are distributed proportionally among liquidity providers
* More trading activity = more points for the pool

## Distribution Method

#### Pro-Rata Distribution

Both programs use a fair, transparent pro-rata distribution system:

```
Your Token Allocation = (Your Points / Total Points) × Total Token Pool
```

This ensures every participant receives tokens proportional to their contribution.

Both points programs run at the same time, with different durations:

| Program     | Duration | Points Calculation |
| ----------- | -------- | ------------------ |
| FLMX Points | TBD      | Same methodology   |
| rFLR Points | 1 month  | Same methodology   |

{% hint style="info" %}
Important: During month 1, users earn both FLMX and rFLR points. After month 1:

* FLMX points continue accumulating until the FLMX token launch
* rFLR reward epoch ends and tokens are distributed
* Future rFLR reward epochs will be announced with separate allocations
  {% endhint %}

## Getting Started

#### Step 1: Connect to Flamix

Ensure your wallet is connected to the Flamix platform.

#### Step 2: Deposit Assets

Transfer eligible assets (FLR, sFLR, USD₮0, FXRP & stXRP) to your Flamix account.

#### Step 3: Start Earning

Choose your strategy:

* **Trade** with various leverage levels
* **Provide liquidity** to earn from pool activity
* **Combine strategies** for maximum points

#### Step 4: Track Progress

Monitor your points accumulation for both programs in the dashboard.

#### Step 5: Claim Rewards

At the end of each program period, claim your token allocation.

## Key Features

#### No Limits

* Unlimited point accumulation
* No caps on earnings potential
* Multiple strategies can be used simultaneously

#### Fair & Transparent Distribution

* Real-time points balance, updated every 10 minutes for trading points & every 24 hours for liquidity provision points
* Pro-rata system ensures proportional rewards
* All users compete on equal terms
* Final distribution based solely on points earned


---

# 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://flamix.gitbook.io/flamix-docs/for-users/dual-points-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.
