> For the complete documentation index, see [llms.txt](https://docs.reya.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reya.xyz/developers/devnet/reference/fees.md).

# Fees

{% hint style="info" %}
The regular Fee v3 schedule below matches devnet1's `GET /v2/feeTiers` response on **September 12, 2026**: tier 0 is **3.0 bp taker, 0 maker**, falling to **2.0 bp taker** at tier 6. Read `feeTiers` for current rates; fee-rate fields are decimal fractions (`0.0003` = 3 bp). The response also contains separate VIP tiers; do not infer an account's tier from this regular schedule alone. Trading-fee tiers are separate from account rate-limit tiers.
{% endhint %}

Fees are charged per fill and denominated in rUSD. On a perp execution your fee is `takerFee`; a Fee v3 fill also exposes the four buckets it was split into (`protocolFeeCredit`, `referrerFeeCredit`, `takerRebateCredit`, `poolFeeCredit`), which sum exactly to `takerFee`. `makerFee` appears only on pre–Fee v3 executions that recorded a maker leg — see [Executions & Trade History](/developers/devnet/executions-and-settlement/executions-and-trade-history.md).

## Regular Fee v3 schedule

| Side      | Fee                                                       |
| --------- | --------------------------------------------------------- |
| **Taker** | Tiered by 30-day volume — **3.0 bp → 2.0 bp** (see below) |
| **Maker** | **0** (rebates planned — see below)                       |

### Taker fee tiers

Your taker fee is set by your **30-day trailing volume** — the more you trade, the lower the fee.

| Tier | Name     | 30-day volume | Taker fee |
| ---- | -------- | ------------- | --------- |
| 0    | Standard | < $1M         | 3.0 bp    |
| 1    | Bronze   | $1M – $10M    | 2.8 bp    |
| 2    | Silver   | $10M – $50M   | 2.6 bp    |
| 3    | Gold     | $50M – $250M  | 2.4 bp    |
| 4    | Platinum | $250M – $1B   | 2.2 bp    |
| 5    | Diamond  | $1B – $5B     | 2.1 bp    |
| 6    | Obsidian | $5B+          | 2.0 bp    |

### Maker rebates (not live)

**In a later phase**, Reya will introduce **maker rebates** based on your share of 30-day maker volume. Rebates will range from **0 to 1 bp** — at the top tier the maker fee becomes **−1 bp** (i.e. you are paid to make). See [Under Development](/developers/devnet/under-development/whats-next.md).
