> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pvp.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Fee Tiers

> Fees and Discounts

The PVP fee structure consists of **three components**.

## Permanent Level-Based Discounts

Traders unlock permanent fee discounts ending at level 99, with each milestone reducing the base fee progressively. Achieving Level 98 permanently reduces your base fee to low as 0.0250% (2.5bps).

<div class="fees-table-container">
  <table class="fees-table">
    <thead>
      <tr>
        <th>Level Required</th>
        <th>Fee Range</th>
      </tr>
    </thead>

    <tbody>
      <tr><td>1</td><td>0.025% - 0.040%</td></tr>
      <tr><td>15</td><td>0.024% - 0.039%</td></tr>
      <tr><td>30</td><td>0.023% - 0.038%</td></tr>
      <tr><td>40</td><td>0.022% - 0.037%</td></tr>
      <tr><td>50</td><td>0.021% - 0.036%</td></tr>
      <tr><td>58</td><td>0.020% - 0.035%</td></tr>
      <tr><td>65</td><td>0.019% - 0.034%</td></tr>
      <tr><td>72</td><td>0.018% - 0.033%</td></tr>
      <tr><td>77</td><td>0.017% - 0.032%</td></tr>
      <tr><td>81</td><td>0.016% - 0.031%</td></tr>
      <tr><td>84</td><td>0.015% - 0.030%</td></tr>
      <tr><td>87</td><td>0.014% - 0.029%</td></tr>
      <tr><td>90</td><td>0.013% - 0.028%</td></tr>
      <tr><td>93</td><td>0.012% - 0.027%</td></tr>
      <tr><td>96</td><td>0.011% - 0.026%</td></tr>
      <tr><td>98</td><td>0.010% - 0.025%</td></tr>
    </tbody>
  </table>
</div>

## 30D Volume-Based Discounts

In addition to your level-based discount, trading actively within the last 30 days earns you further fee reductions, up to 1.5 bps. Discounts scale according to your rolling 30-day trading volume:

<div class="volume-table-container">
  <table class="volume-table">
    <thead>
      <tr>
        <th>Volume</th>
        <th>Discount</th>
      </tr>
    </thead>

    <tbody>
      <tr><td>\< \$10,000,000</td><td>0</td></tr>
      <tr><td>≥ \$10,000,000</td><td>-0.003% (0.3 bps)</td></tr>
      <tr><td>≥ \$25,000,000</td><td>-0.006% (0.6 bps)</td></tr>
      <tr><td>≥ \$100,000,000</td><td>-0.009% (0.9 bps)</td></tr>
      <tr><td>≥ \$500,000,000</td><td>-0.012% (1.2 bps)</td></tr>
      <tr><td>≥ \$1,000,000,000</td><td>-0.015% (1.5 bps)</td></tr>
    </tbody>
  </table>
</div>

## Effective Leverage-Based Discount (Per-Trade)

Every individual trade also qualifies for a dynamic discount determined by its **effective leverage** (notional value ÷ account equity). The discount grows linearly to a maximum of **4 bps at 40× leverage**.

<div class="leverage-table-container">
  <table class="leverage-table">
    <thead>
      <tr>
        <th>Effective Leverage</th>
        <th>Additional Discount (bps)</th>
      </tr>
    </thead>

    <tbody>
      <tr><td>0×</td><td>0</td></tr>
      <tr><td>10×</td><td>1</td></tr>
      <tr><td>20×</td><td>2</td></tr>
      <tr><td>30×</td><td>3</td></tr>
      <tr><td>40× +</td><td>4 (max)</td></tr>
    </tbody>
  </table>
</div>

*The leverage discount applies on both the opening and closing side of a position. Total fees can never be negative; any discount that would reduce the fee below 0 bps is capped at 0 bps.*

## Spot Fees

Spot fees only apply on sells. Your spot sell fee equals your effective perp fee **multiplied by 2**. Using the example above, the same trader would pay **0.10 %** when selling spot tokens (5 × 0.02 %).
