# Fee Distribution

## **Transaction Fees**

* A transaction fee is incurred each time pfUSDT is minted.
* The fee is proportional to the minted amount.
* The total fee rate, **0.5%**, is adjustable, but any changes can later be decided through multi-signature or Governance Token voting decisions.
* **Fee =&#x20;*****X*** x **0.5%**

## **Fee Breakdown**

1. **0.25%** remains in the wallet as the protocol's natural revenue.
2. **0.03%** is minted into pfToken and given to the Polyflow treasury.
3. **0.2%** is minted into pfToken and given to the liquid staking pool.
4. **0.02%** is minted into pfToken and given to the user who called the aggregation method.


---

# 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.polyflow.tech/payment-liquidity-pool-plp/plp-mechanism/fee-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.
