> For the complete documentation index, see [llms.txt](https://paper.yamata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paper.yamata.io/advanced-trading-features/trading-fees.md).

# Trading Fees

<figure><img src="/files/l5zUM00wxNhD0QJToJ0U" alt=""><figcaption></figcaption></figure>

### **📊 Understanding Maker vs Taker Orders**

<figure><img src="/files/8XjOVCIEHIXd15th1cI2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nGpWaRbiN7eIqFLeKJ9Q" alt=""><figcaption></figcaption></figure>

### **💰 Fee Schedule**

Our fee structure rewards higher trading volumes with significantly reduced rates across six tiers:

| **TIER**         | **30-DAY TRADING VOLUME** | **MAKER FEE** | **TAKER FEE** |
| ---------------- | ------------------------- | ------------- | ------------- |
| **Tier 0**       | Under $100K               | 0.10%         | 0.20%         |
| **Tier 1**       | $100K – $5M               | 0.05%         | 0.10%         |
| **Tier 2**       | ≥ $5M                     | 0.04%         | 0.08%         |
| **Tier 3**       | ≥ $20M                    | 0.03%         | 0.06%         |
| **Tier 4**       | ≥ $50M                    | 0.01%         | 0.03%         |
| **Tier 5 (VIP)** | ≥ $100M                   | 0.00%         | 0.02%         |

<figure><img src="/files/90kdLoZdIXbUaFHZKfIG" alt=""><figcaption></figcaption></figure>

### **🔄 30-Day Rolling Trading Volume**

Your fee tier is determined by your total trading volume over the 30 calendar days, calculated on a rolling basis. This system ensures your fees always reflect your recent trading activity.

#### **How Rolling Volume Works**

* Daily Recalculation: Every day at midnight UTC, the exchange recalculates your trading volume by summing your total activity over the past 30 days.
* Rolling Window: The "30 days" is not a fixed calendar month but a continuously shifting window that moves forward each day.
* Real-time Updates: Your fee tier updates daily based on this calculation, ensuring your trading fees always reflect your current activity level.

\ <br>

#### **📈 Practical Example: Alice's Trading Journey**

Alice starts trading on Yamata:

* Days 1-10: Alice trades $40K total volume;
* Days 11-20: Alice trades additional $30K (cumulative: $70K );
* Days 21-30: Alice trades additional $35K (cumulative: $105K ).

**Result**: On Day 30, Alice crosses the $100K threshold and moves from Tier 0 to Tier 1 , reducing her maker fees from 0.10% to 0.05% and taker fees from 0.20% to 0.10%.

**Continuing**: On Day 45, the system calculates Alice's volume from Day 15 to Day 44. If her volume drops below $100K in that window, she returns to Tier 0 until her volume increases again.

### **✅ Benefits of Rolling Volume**

#### **System**

<figure><img src="/files/gLFlxKv6UCIwCpXYvZfA" alt=""><figcaption></figcaption></figure>

### **🔧 Implementation Details**

* Daily evaluation: Tiers are recalculated at midnight UTC
* Immediate application: New tiers apply to all trades starting the next day
* User dashboard: Current tier and next threshold clearly displayed<br>

Are you a market maker? Apply for preferential market maker rates through our dedicated program. Professional market makers may qualify for custom fee structures beyond our standard tiers.<br>

**Learn more about Market Maker program rates.**<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://paper.yamata.io/advanced-trading-features/trading-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
