# Platform Fee Distribution (Safety Incentives)

The Pawnfi lending contracts have designed to charge a portion of borrow rate as service fee, that is the Pawnfi platform fee, which will be partially distributed to the voting power holders. The service fee is determined by the Reserve Factor and Borrow Rate of each pools, which are the results of risk parameter setting and utilization rate.

For borrowing the fee is taken in the borrowed token and calculated against the final amount received. For example, if the borrowed token is ETH, the fee is taken in **ETH**. As Pawnfi lending market is consisted of multiple pools, service fee will also include several tokens (ex. ETH/ USDT/ DAI/ P-Token ... etc.)

See [Safety Incentives Mechanism](/pawn-token/voting-power/safety-incentives-mechanism.md) for more information.


---

# 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.pawnfi.com/pawn-token/incentive-mechanism/platform-fee-distribution-safety-incentives.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.
