# Fee Distribution

With each wrap and unwrap fee collected from Pod usage, burn fees and partner fees are subtracted from the total as priority to burn the set % of pTKN, along with distributing the designated % of pTKNs to the specified partner.

The remainder of the fees are converted and used to market buy PEAS. Of the market bought PEAS, 90% of the PEAS are distributed to liquidity providers of the Pod where the fees originated from, with the final 10% being burned and taken out of circulation forever.

This can be described with the following calculation:

```
X = Total Fees * Burn Fee %
Y = Total Fees * Partner Fee %
Z = Total Fees - (X + Y)

X = amount of pTKNs burned
Y = amount of pTKNS distributed to partner wallet (if applicable)
Z = amount used to accrue Treasury (5%) and market buy $PEAS (95%)*

*The 95% is split as per below;
90% rewarded to Pod LPs
5% burned, locking in net buy pressure on PEAS
```

<figure><img src="/files/9RkkAfjQBJW9vs7xRRbS" alt=""><figcaption></figcaption></figure>


---

# 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.peapods.finance/pods-2/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.
