# Farming TRU rewards

In addition to earning yield from loan activity in DAO pools, **lenders can also earn additional yield in the form of TRU rewards** ("yield farming").&#x20;

### How do I farm TRU rewards?

TrueFi DAO Pool lenders begin accruing TRU rewards as soon as their LP tokens have been staked.&#x20;

Lenders can stake lending pool tokens in the liquidity gauge via the [Farm](https://app.truefi.io/farm) page, or via the [`stake()`](https://etherscan.io/address/0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10#writeProxyContract#F6) function on the `TrueMultiFarm` contract.

<figure><img src="https://1577631410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MOBxBNTVTribg0rlJSW%2Fuploads%2FJ9dW7koQtAnmWEu3xEKe%2Fimage.png?alt=media&#x26;token=d9fcf214-75c6-4fc0-9d6d-a77587507a06" alt=""><figcaption><p>How to stake LP tokens via <a href="https://app.truefi.io/farm">https://app.truefi.io/farm</a></p></figcaption></figure>

### How do I check and claim my farm rewards?

At any given time, a lender can check the # of accrued rewards and claim rewards by visiting <https://app.truefi.io/farm>.&#x20;

Additionally, lenders can find the # of TRU rewards by checking [`claimable()`](https://etherscan.io/address/0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10#readProxyContract#F1) on the `TrueMultiFarm` contract below:

<table><thead><tr><th width="221">Name</th><th>Contract</th></tr></thead><tbody><tr><td>TrueMultiFarm</td><td><a href="https://etherscan.io/address/0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10">0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10</a></td></tr></tbody></table>

Lenders can claim TRU rewards by calling [`claim()`](https://etherscan.io/address/0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10#writeProxyContract#F1) on this contract.&#x20;

Additionally, lenders can call [`exit()`](https://etherscan.io/address/0xec6c3FD795D6e6f202825Ddb56E01b3c128b0b10#writeProxyContract#F3) to unstake LP tokens and claim rewards within the same transaction.&#x20;

### How are TRU rewards distributed?

To find the current emissions rate for a farm, users can divide the totalAmount by duration. Visit the etherscan link to the smart contract, click on Contract, then click on Read as Proxy. You will find the two parameters totalAmount and duration. The duration is in seconds.

`TRU distribution per day = (totalAmount/10^8) / (duration/(24*3600))`

### Liquidity Gauge TRU Distributor Smart contract

<table><thead><tr><th width="222">Name</th><th>Contract</th></tr></thead><tbody><tr><td>LinearTrueDistributor</td><td><a href="https://etherscan.io/address/0xc7AB606e551bebD69f7611CdA1Fc473f8E5b8f70">0xc7AB606e551bebD69f7611CdA1Fc473f8E5b8f70</a></td></tr></tbody></table>

### Are there additional economic risks involved in farming? <a href="#what-is-the-distribution-schedule-of-tru-for-liquidity-providers" id="what-is-the-distribution-schedule-of-tru-for-liquidity-providers"></a>

Farming on TrueFi lending pools involves no additional economic risk beyond risks involved as a lender. Users are inherently exposed to borrower default risk as a lender.

### What is TRU?

Read more about TRU, TrueFi's governance token [here](https://docs.brila.finance/brila-protocol/brla-token).


---

# 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.brila.finance/brila-protocol/other-concepts/legacy-dao-pools/pool/farming-liquidity-mining.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.
