# Protocol Revenue

## **Fee Collection：**

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

* Trading fee for perpetual: 0.04% of position volume (close)
* Funding fee: The funding rate is based on the size of positions.The collection interval is one block
* LP burning fee: The base burning fee is equal to 0.2%
* Liquidation fee: The fee is calculated dynamically based on the position aesset

## **Formula：**

Trading fee=margin\*lever\*0.04%

**Funding fee**

* Closed long position = long\_margin \* lever \* funding rate
* Closed short position = short\_margin \* lever \* funding rate
* Funding rate=rebaselong + rebaseINC-openrebase

LP burning fee= LP Tokens value(pool assets)\*0.2%

Liquidation fee=Margin+margin call-PnL-trading fee-ExecutorFee(Charge greater than 0)

## **Fee Distribution：**

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

| <p><br></p>              | Trading Fee | Funding Fee | LP Burning Fee | Liquidation fee       |
| ------------------------ | ----------- | ----------- | -------------- | --------------------- |
| Liquidity Provider       | 50%         | 100%        | <p><br></p>    | 100%(Aggregated Pool) |
| Token Stakers            | 30%         | <p><br></p> | <p><br></p>    | <p><br></p>           |
| DAO Treasury             | 15%         | <p><br></p> | 50%            | 50%(Isolated Pools)   |
| Reserved for Development | 5%          | <p><br></p> | 50%            | 50%(Isolated Pools)   |


---

# 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.borabora.ooo/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.
