# Revenue

Lifinity’s revenue is the sum of protocol fees, trading fees generated by our protocol-owned liquidity (POL), and market making profit (MMP) that is withdrawn as profit.

MMP is the total profit and loss from market making and is measured by comparing the total value of a pool’s assets (excluding trading fees) to their value if they had not been traded and instead were just held. Currently, MMP is not withdrawn as profit and remains in the pools as liquidity.&#x20;

Fee revenue is used as follows:

* 70% is distributed to veLFNTY holders
* 20% is used for buybacks and/or to increase LFNTY-USDC liquidity
* 10% is used to fund ongoing development

{% hint style="info" %}
For the motivation behind this design, please see our [Medium article on this topic](https://medium.com/@lifinity.io/lifinity-tokenomics-series-part-4-revenue-bab238f23af5).
{% endhint %}


---

# 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.lifinity.io/tokenomics/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.
