# Fee Collection & Distribution

Paddle Finance implements a platform fee structure to generate income, with PADD stakers set to benefit significantly. In the future, 50% of the income from these platform fees will be claimable by PADD stakers and distributed proportionally.

**Current Platform Fee Structure:**

* **Margin Fee:** A fee equal to 1% of the loan and OTC deal principal (currently it is set as 0% to encourage our early adopters).
* **Lender Fee:** A fee amounting to 10% of the interest earned on a loan.
* **Liquidation Penalty:** In the event of loan liquidation, after repaying the liquidity pool, a 10% penalty fee is deducted from the remaining amount.

**Upcoming Developments:**

As we continue to enhance our platform’s functionality, we will introduce additional fee items. These enhancements are designed to support a wider range of services and deliver greater value to our users.

## **Real-Time Distribution Schedule:**

* **Calculation of Fees:** Fees eligible for distribution are calculated in real time, based on the proportion of PADD tokens each staker stakes relative to the total PADD tokens staked on the platform. This dynamic approach ensures that fee distributions are consistently fair and reflect current holdings accurately.
* **Timing of Distributions:** The calculation of fees is integrated within the smart contract system. As a result, whenever platform revenue is generated, it automatically flows into the distribution contract. PADD stakers can then claim their share directly from this contract without delay.

This structured approach ensures that the distribution of fees is transparent, timely, and equitable, fostering a mutually beneficial relationship between Paddle Finance and its community of token holders.


---

# 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.paddlefi.com/governance/fee-collection-and-distribution.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.
