# Trade & Earn

The OPZ-DEX Reward Initiative encourages users through the OPZ token to undertake various activities within the OPZ-DEX application.

**Reward Objectives**:

* Incentivize all traders to use and motivate them to explore different features of the OPZ-DEX.
* Accelerate market liquidity and overall product usage.

**14% (140.000.000 OPZ)** of the token supply will be distributed to users who trade on OPZ based on fees paid. Those who stake OPZ will enjoy boosting multipliers.

Rewards will be calculated at the end of each Epoch and distributed within 3 hours (1 Epoch equals one day).&#x20;

$$r = \frac{R \cdot W}{\sum W\_i}$$

Where,

* $$r$$ represents the reward allocated to a user.
* $$R$$ denotes the Adjusted Trading Reward Factor, calculated per user.
* $$W$$ is the weight assigned to the user's contribution in the cycle.
* $$∑Wi$$ is the sum of weights of all participating users in the cycle.

The Adjusted Trading Reward Factor ($$R$$) for each user is computed by the following formula:

$$R = \frac{\min(\text{Dollar Value Multiplier} \cdot \text{Trading Fee}, \text{Dollar Value Cap})}{\max(\text{OPZ Last Price}, \text{OPZ Price Floor})}$$

Where the parameters are defined as:

* **Dollar Value Multiplier:** A pre-set constant for the epoch, 0.50 in the current epoch.
* **Trading Fee:** The USD equivalent of the previous day's fee income.
* **Dollar Value Cap:** A system-configured maximum, set at 25.000.
* **OPZ Last Price:** The most recent price of the OPZ token.
* **OPZ Price Floor:** A predetermined lower boundary for OPZ price.

> ### Terms and Conditions <a href="#id-54cb" id="id-54cb"></a>
>
> * After the end of each cycle, OPZ may modify the program rules based on user feedback and market conditions. Rewards will be distributed non-linearly.
> * Even if users' effective trading volumes are the same, the rewards they receive may differ due to differences in trading fees between trading pairs.
> * OPZ reserves the right of final interpretation for this activity.
>
> Risk Warning: Crypto futures trading carries a substantial risk. All trading activities are done at your discretion and your own risk. The information here should not be regarded as financial or investment advice from OPZ. OPZ will not be liable for any loss that might arise from your use of OPZ-DEX.


---

# 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://whitepaper.opz.io/community-and-tokenomics/trade-and-earn.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.
