> For the complete documentation index, see [llms.txt](https://zion-exchange.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zion-exchange.gitbook.io/docs/zion-points-and-token/trading-volume-points.md).

# Trading Volume Points

**Total Pool:&#x20;***<mark style="color:$success;">**12,000,000 points**</mark>*\
**Duration:** 100 days

| Parameter              | Value             |
| ---------------------- | ----------------- |
| Total Pool             | 12,000,000 Points |
| Duration               | 100 Days          |
| Av. Daily Distribution | 120,000 Points    |

***

#### Scoring Logic

Trading activity generates **raw volume points**, which are later adjusted using a **daily multiplier** to ensure the total distribution matches the daily reward pool.

#### Conversion Rate

```
500 USD trading volume = 1 point
```

***

#### Base Parameters

| Parameter                      | Value              | Description                                                |
| ------------------------------ | ------------------ | ---------------------------------------------------------- |
| Trading Volume per Point       | **$500**           | Users earn **1 point for every $500 of trading volume**    |
| Daily Points Distribution      | **120,000 points** | Total number of points distributed by the platform per day |
| Expected Daily Platform Volume | **$60,000,000**    | Target daily trading volume                                |

Under the standard scenario, a daily trading volume of **$60M** corresponds to **120,000 distributed points**, assuming **1 point per $500 of volume**.

***

#### Base Point Calculation

The **Daily Base Point Value** is dynamically calculated based on the platform’s total trading volume.

#### **Daily Base Point Formula**

```
Daily Base Point= (Daily Distributed Points × USD Value of 1 Point) / Total Daily Platform Volume
```

#### User Daily Points Calculation

A user's daily points are calculated as follows:

```
User Daily Points= (User Daily Trading Volume × Daily Base Point) / USD Value of 1 Point 
```

***

#### Example Scenarios

#### Scenario 1: Platform Volume *<mark style="color:$success;">Above</mark>* Target

| Metric                      | Value           |
| --------------------------- | --------------- |
| Total Platform Daily Volume | **$80,000,000** |
| Daily Distributed Points    | **120,000**     |
| USD Value per Point         | **$500**        |

#### Step 1: Calculate Daily Base Point

Daily Base Point = (120,000 x 500) / 80,000,000 = 0.75

#### Step 2: User Points Example

| User Volume      | Calculation            | Points Earned  |
| ---------------- | ---------------------- | -------------- |
| User 1: $50,000  | (50,000 × 0.75) / 500  | **75 points**  |
| User 2: $200,000 | (200,000 × 0.75) / 500 | **300 points** |

When platform volume **exceeds the target**, each user's effective points **decrease proportionally**.

***

#### Scenario 2: Platform Volume *<mark style="color:$success;">Below</mark>* Target

| Metric                      | Value           |
| --------------------------- | --------------- |
| Total Platform Daily Volume | **$40,000,000** |
| Daily Distributed Points    | **120,000**     |
| USD Value per Point         | **$500**        |

#### Step 1: Calculate Daily Base Point

Daily Base Point = (120,000 x 500) / 40,000,000 = 1.5

#### Step 2: User Points Example

| User Volume | Calculation           | Points Earned  |
| ----------- | --------------------- | -------------- |
| $50,000     | (50,000 × 1.5) / 500  | **150 points** |
| $200,000    | (200,000 × 1.5) / 500 | **600 points** |

When platform volume **falls below the target**, the **effective point multiplier increases**, rewarding active traders more.

***

#### **Summary**

* The system dynamically adjusts rewards based on **total platform trading volume**.
* Higher platform volume → **lower effective point multiplier**.
* Lower platform volume → **higher effective point multiplier**.
* This ensures the platform **distributes exactly 120,000 points per day** while maintaining fair proportional rewards.
