> For the complete documentation index, see [llms.txt](https://docs.astertrade.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astertrade.app/documentation/fee-tiers.md).

# Fee Tiers

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

### Permanent Level-Based Discounts <a href="#permanent-level-based-discounts" id="permanent-level-based-discounts"></a>

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).

| Level Required | Fee Range       |
| -------------- | --------------- |
| 1              | 0.025% - 0.040% |
| 15             | 0.024% - 0.039% |
| 30             | 0.023% - 0.038% |
| 40             | 0.022% - 0.037% |
| 50             | 0.021% - 0.036% |
| 58             | 0.020% - 0.035% |
| 65             | 0.019% - 0.034% |
| 72             | 0.018% - 0.033% |
| 77             | 0.017% - 0.032% |
| 81             | 0.016% - 0.031% |
| 84             | 0.015% - 0.030% |
| 87             | 0.014% - 0.029% |
| 90             | 0.013% - 0.028% |
| 93             | 0.012% - 0.027% |
| 96             | 0.011% - 0.026% |
| 98             | 0.010% - 0.025% |

### 30D Volume-Based Discounts <a href="#id-30d-volume-based-discounts" id="id-30d-volume-based-discounts"></a>

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:

| Volume           | Discount          |
| ---------------- | ----------------- |
| < $10,000,000    | 0                 |
| ≥ $10,000,000    | -0.003% (0.3 bps) |
| ≥ $25,000,000    | -0.006% (0.6 bps) |
| ≥ $100,000,000   | -0.009% (0.9 bps) |
| ≥ $500,000,000   | -0.012% (1.2 bps) |
| ≥ $1,000,000,000 | -0.015% (1.5 bps) |

### Effective Leverage-Based Discount (Per-Trade) <a href="#effective-leverage-based-discount-per-trade" id="effective-leverage-based-discount-per-trade"></a>

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**.

| Effective Leverage | Additional Discount (bps) |
| ------------------ | ------------------------- |
| 0×                 | 0                         |
| 10×                | 1                         |
| 20×                | 2                         |
| 30×                | 3                         |
| 40× +              | 4 (max)                   |

*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 <a href="#spot-fees" id="spot-fees"></a>

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 %).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.astertrade.app/documentation/fee-tiers.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.
