# Protocol Revenue

## **Fee Collection**

The platform generates revenue through fees charged for its usage. These fees take various forms, including:

* **Position fee for perpetual trading**
* **Liquidation fee**
* **Dynamic borrowing fee** (interest rate for leveraged/perpetual trading)
* **Swap fee**
* **LP minting and burning fee (Pools)**

### **Fee Distribution**

Revenue is distributed from fees collected on the platform. These fees are routed as follows:

* LP Fees = 45%
* Buyback & Burn = 40%
* Reserved for Development = 15%


---

# 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.therwax.com/protocol-revenue.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.
