# Z-Score Season 2

#### How To Earn Z-Score In Season 2 <a href="#how-to-earn-z-score-in-season-2" id="how-to-earn-z-score-in-season-2"></a>

Just like in Season 1, the more volume you trade, the more your Z-Score goes up. However in Season 2 **both Maker & Taker volume** counts towards your Z-Score!

<table><thead><tr><th width="622">Order Type</th><th>$ Volume</th><th>Z-Score</th></tr></thead><tbody><tr><td>Maker</td><td>5</td><td>1</td></tr><tr><td>Taker</td><td>1</td><td>1</td></tr></tbody></table>

Note that for Maker Z-Score, any professional market makers on the platform are excluded.

#### New season, same PnL multiplier <a href="#new-season-same-pnl-multiplier" id="new-season-same-pnl-multiplier"></a>

Just like in Season 1, traders who sit at the top of the leaderboard based on $ PnL will receive a score multiplier on volume traded within the last 24 hrs. The higher your rank, the larger the multiplier.

Only those ranked within the top 100 on the $ PnL leaderboard are eligible for a score multiplier. The multiplier values range from 1.01 to 2.00, increasing by increments of 0.01 for each place that traders move up the leaderboard from 100th to 1st, as seen below.

| $ PnL Rank | Multiplier |
| ---------- | ---------- |
| 1          | 2.00       |
| 2          | 1.99       |
| 3          | 1.98       |
| ...        | ...        |
| 98         | 1.03       |
| 99         | 1.02       |
| 100        | 1.01       |

#### Example <a href="#example" id="example"></a>

In the example below, there are two traders who have traded $15K and $25K, respectively, in the last 24 hrs. While Trader B traded almost double the volume of Trader A, Trader B is much further down the leaderboard based on their $ PnL.

Consequently, when taking score multipliers into account for $ PnL performance, Trader A actually has the *higher* incremental Z-Score for that day.

| Trader   | 24hr Vol | Base Z-Score | $ PnL Rank | Multiplier | Adj. Z-Score |
| -------- | -------- | ------------ | ---------- | ---------- | ------------ |
| Trader A | $15,000  | 15,000       | 1          | 2.00       | 30,000       |
| Trader B | $25,000  | 25,000       | 98         | 1.03       | 25,750       |

### A note on wash trading <a href="#a-note-on-wash-trading" id="a-note-on-wash-trading"></a>

Don't try and game the system. If caught wash trading, your Z-Score will be set to 0.


---

# 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/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2.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.
