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

# 4.2 Fee Collectors

*CAKE Fee Collector Address: 0x14bAc5f216337F8da5f41Bb920514Af98ef62c36*

*BANANA Fee Collector Address: 0xe13e62830D300C6Fa64287F7dDEf3af6894B4868*

As a protocol, it is best to have exposure to the protocols that users are yield farming and maximize the outcome of the performance fees collected.

This is why rather than selling the BANANA or CAKE collected from performance fees and selling them to buyback WHEAT, the fee collectors stake them to get rewards. These rewards are then used to put up constant and sustainable buy pressure for WHEAT. As a side benefit, WHEAT benefits even more when the price of these tokens go up, as more WHEAT is able to be bought by the fee collectors.<br>


---

# 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.growthdefi.com/wheat/fee-collectors.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.
