# Stakers' Boosted Trading Rewards

In recognition of long term Zeta Trader's commitment to the platform by staking their ZEX. ZEX stakers are eligible for boosted trading rewards starting from **trading epoch 4 (17 Oct 2024).**

### How does it work

Similar to standard trading rewards, the stakers' boosted rewards will be compiled and distributed based on the same [Trading Rewards Program](/rewards-programs/trading-rewards-program.md#epoch-schedules).

Stakers will have to place trades within an epoch, to be eligible for the boosted rewards, after the epoch. Once an epoch ends, the rewards will be allocated and distributed based on the following formula

$$
r\_i = \dfrac{{\sqrt{\sum\_{h=0}^{672} gZEX\_{h,i} \times{ZScore\_{{i}}}}}}{{\sum\_{n}\sqrt{\sum\_{h=0}^{672} gZEX\_{h,n}\times{ZScore\_n}}}} \times totalEpochReward
$$

where:&#x20;

* $$i$$ refers to any individual staker
* $$r\_i$$ is the staker's trading reward for $$i$$
* *h* is the hour of the day
* *n* is the total number of stakers in the epoch
* $$gZEX$$ is the hourly snapshot of total gZEX credited to the user(s)
* $$ZScore$$ is the total amount of Z-Score earned by the user(s) within the epoch while staking, that is eligble for the Staker's Trading Rewards
* $$totalEpochReward$$ is the total amount of stakers' trading rewards given out during the epoch

In summary, a staker's reward allocation is proportionate to $$\sqrt{gZEX\_{hourlyAvg} \times ZScore}$$.

### Rewards Pool

The stakers' boosted trading rewards is distributed from a separate rewards pool, that is separated from the main trading's rewards pool. This is an exclusive pool of rewards, dedicated to ZEX stakers.


---

# 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://docs.zeta.markets/rewards-programs/trading-rewards-program/stakers-boosted-trading-rewards.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.
