# Revenue Utilization

The Protocol Fee collected is locked in the revenue pool of each listed token. At the end of each epoch:

**DAO Treasury's Share**: This portion is sold in the open market to repurchase DXTR tokens. The repurchased DXTR tokens are then transferred to the DAO Treasury Vault. These tokens serve several purposes:

1. Internal transfers to other pools.&#x20;
2. Utilization for ecosystem growth initiatives based on community voting.
3. Creation of a DAO Liquidity Reserve exclusively for LPs. When LPs withdraw their liquidity from their reserve, they can convert their share of various tokens into a single token. To facilitate this, their tokens are exchanged from the DAO Liquidity Reserve at a 100% LP fee discount.

**Foundation's Share**: This share is sold in the open market to purchase stablecoins for operational expenses. The repurchased stablecoins are then transferred to a vault owned and controlled by the Foundation.

**Operator's Share**: This share is sold in the open market to purchase ETH and DXTR to cover operator fees. The repurchased ETH and DXTR can be claimed by Operators at the end of the epoch.


---

# 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://dextr-protocol.gitbook.io/dextr-avmm-whitepaper-v3.0/fee-and-revenue/revenue-utilization.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.
