> For the complete documentation index, see [llms.txt](https://docs.tetu.io/tetu-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tetu.io/tetu-io/tetu-v1/yield-farm/hardworks.md).

# HardWorks

HardWork is a smart contract function that compounds the yield generated by Tetu strategies. When HardWork is called, a portion of the rewards are distributed back into the underlying yield farm, and the remaining rewards are then allocated by the Profit Destination ratio.

HardWorks can be tracked in real-time on the [hard-works room](https://discord.com/channels/854689587027640351/871257415365046352) on discord. Marked in blue are two examples from HardWorks, one where 1414 TETU was bought back from the DAI vault of the AAVE folding strategy, and the other where 15091 TETU was bought back from the KLIMA vault.

![](/files/eVoqpY6pOp3nxnjUPew8)

The total result of HardWorks since the creation of Tetu can be seen on the [stats page](https://app.tetu.io/stats) under "Strategies earned TETU" below is displayed the amount in TETU of the platform's production in the last 24 hours and the % of how much the production in the last 24 hours represents in relation to the total already earned.

![](/files/bTD3ksjY6iu2foI2cr8w)


---

# 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.tetu.io/tetu-io/tetu-v1/yield-farm/hardworks.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.
