# Fee Structure

FIVA charges two simple fees to support protocol development and reward liquidity providers.

### Fee Breakdown

#### 1. Yield Fee: 5%

**What**: 5% of all yield generated goes to the protocol\
**Who pays**: Only YT (Yield Token) holders\
**Example**: If underlying yield is 10%, YT holders receive 9.5%\
**Note**: PT holders pay no yield fees

#### 2. Trading Fee: 0.1%

**What**: 0.1% fee on all trades through FIVA pools\
**Split**:

* 0.07% to liquidity providers
* 0.03% to protocol

**Example**: Trade 1,000 TON → pay 2 TON fee

### Who Pays What

| User Type               | Yield Fee   | Trading Fee            |
| ----------------------- | ----------- | ---------------------- |
| **YT Holders**          | 5% of yield | 0.1% when trading      |
| **PT Holders**          | None        | 0.1% when trading      |
| **Liquidity Providers** | N/A         | Earn 0.06% from trades |
| **Traders**             | None        | 0.1% per trade         |

### **Conclusion**

&#x20;FIVA's fees are designed to be fair, transparent, and competitive while ensuring the protocol can continue improving and expanding.


---

# 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.thefiva.com/fiva-mechanics/fee-structure.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.
