# Z-Score Season 1

## Trade size

For season 1, we're keeping things simple - the more volume you trade, the more your Z-Score goes up. Specifically, **every $1 in taker volume increases your Z-Score by 1.**

## Trade well

While you can absolutely build your Z-Score through volume alone - we feel that traders who crush their PnL should get a little something extra. The 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

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.

<table><thead><tr><th width="130">Trader</th><th width="105.33333333333331" align="center">24hr Vol</th><th width="141" align="center">Base Z-Score</th><th width="127" align="center">$ PnL Rank</th><th width="115" align="center">Multiplier</th><th>Adj. Z-Score</th></tr></thead><tbody><tr><td>Trader A</td><td align="center">$15,000</td><td align="center">15,000</td><td align="center">1</td><td align="center">2.00</td><td>30,000</td></tr><tr><td>Trader B</td><td align="center">$25,000</td><td align="center">25,000</td><td align="center">98</td><td align="center">1.03</td><td>25,750</td></tr></tbody></table>

## A note on wash trading

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

### Bonus Weeks & Zeta Cards (Up to a 6x Boost!)

If you participate in a NFT partner week or a bonus week on a given asset, you can receive up to a 6x boost your Z-Score (including the PnL multiplier outlined above). \
\
Here is the breakdown of how bonuses are calculated:

#### (base\_z\_score \* base\_z\_multiplier \* (nft\_mutlipler)) + (base\_z\_score \* ad\_hoc\_multiplier)&#x20;

Where \
\
Base Z-Score = Your Z-Score exclusive of any multiplier\
Base Z Multiplier = Your PnL multiplier\
NFT Multiplier = [Activation of a Zeta Card NFT](#user-content-fn-1)[^1]\
Ad Hoc Multiplier = 2x Boost Weeks on a given asset OR for holding a particular NFT in your wallet ([see NFT partners!](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-1-finished/z-score-season-1/nft-community-partners.md))

### Ready to start earning Z-Score?

[Get started trading now!](https://dex.zeta.markets?utm_source=gitbook\&utm_campaign=zscore_s1\&utm_term=cta)

[^1]:


---

# 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-1-finished/z-score-season-1.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.
