> For the complete documentation index, see [llms.txt](https://docs.paragonsdao.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragonsdao.com/docs/archive/dao/revenue-distribution.md).

# Revenue distribution

Treasury’s revenues and fees earned from yield and reward will be distributed to shareholders.

### Yields Distribution

Yields are generated from our treasury assets in trading or yield strategies. This includes the Treasury Council's management of the liquidity positions in PRIME, ETH and its yield positions.&#x20;

{% hint style="info" %}
Refer to a detailed breakdown of our Treasury value [here](https://paragonsdao.com/dao/treasury)&#x20;
{% endhint %}

<figure><img src="/files/1dM4NXW7Mvgk38zGJx2F" alt="" width="563"><figcaption><p>Split of ParagonsDAO's Treasury revenues and fees</p></figcaption></figure>

Fees earned from yield distribution are broken down as follows:&#x20;

* **37.5%** of fees will be used to fund DAO's operational expenses
* **37.5%** of fees will be allocated for PDT buy back and burn
* **25%** of fees will be reinvested back to the treasury for development funding&#x20;

The Treasury Council employs a weekly buyback and burn strategy to provide regular liquidity for the PDT/ETH pair.&#x20;

{% embed url="<https://x.com/hashtag/PDTBuybackBurn>" fullWidth="true" %}
Review historical buyback and burn on X
{% endembed %}

{% hint style="info" %}
Read more in details on our current yield strategies on [PDIP-19](https://discuss.paragonsdao.com/t/pdip-19-changes-to-the-tokenomics-of-pdt/248)
{% endhint %}

### Rewards Distribution

* **90%** of rewards will be allocated to staking pool
* **10%** supplied to Treasury Hard Cap

**Rewards distribution split:**&#x20;

Rewards arising from protocol interactions, such as player rakes and gaming events in Parallel, are distributed back to shareholders. Stakers will earn $PRIME and other tokens, such as $PROMPT, through airdrops, claims and player rake returns. In addition, future fees generated from our ParagonsDAO’s offering (i.e., [Paragons Alliance](/docs/archive/paragons-alliance/why-paragons-alliance.md)) will be redistributed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.paragonsdao.com/docs/archive/dao/revenue-distribution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
