> For the complete documentation index, see [llms.txt](https://levfninja.gitbook.io/levf-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://levfninja.gitbook.io/levf-finance/levf-how-to-mine-lfi.md).

# LEVF - HOW TO MINE LFI

Distribution

As mentioned in Tokenomics, 75,000 LFI tokens or 75% of total supply is held in the staking contracts for **liquidity mining** distribution over 10 epochs (20 weeks). This translates to 7,500 LFI rewards for liquidity mining per epoch, distributed in the following two pools:

1\. **DAI** asset supply pool (6,000 LFI reward per epoch)

‌2. **DAI/LFI UNI LP** Token pool (1,500 LFI reward per epoch)

![](/files/-Mar5yB-_Hzli8OrJSn5)

‌‌Liquidity Providers can claim their LFI reward at the end of every epoch. The LFI reward is based on the amount of liquidity staked relative to the total amount staked in the pool. This is a time-weighted calculation to ensure the fair distribution of rewards. If an LP stakes halfway through the epoch, they will receive LFI proportional to the time staked. LP also has to stay staked till the epoch ends to be able to claim LFI rewards for the epoch.

![](/files/-Mar7yVGMYeE09cxTFgP)

Redeemable tokens can be checked after each epoch.

## ‌‌Procedure

‌1. To participate in the **DAI asset supply** pool, participants simply stake DAI (i.e. Deposit DAI in DAI pool). They will receive interest-bearing LFI-DAI in return to account for DAI yield when redeemed. LFI rewards can be claimed together with DAI upon redemption of LFI-DAI.

‌‌2. To take part in **DAI/LFI UNI LP** **Token** pool, participants have to provide liquidity on Uniswap's DAI/LFI pairing.&#x20;

![](/files/-MarAo2xUGGL3HkfoBiM)

Click on the ' **i** ' icon on the top right-hand corner of the **DAI/LFI UNI LP** **Token** pool, and then click on '**here**' on the info box that appears. This will lead to the Uniswap interface for pairing DAI/LFI.

![](/files/-MarFcy-csz66HqwyEvV)

Input the amount of DAI and LFI to be supplied and click 'Supply' and you will receive **UNI-V2** tokens in your wallet.

![](/files/-MarG04N_I8Urv3xOJCS)

Now go back to Levf and click '**Deposit DAI/LFI UNI LP**' and you will be able to stake the **UNI-V2** for the current epoch so as to mine LFI.&#x20;

![](/files/-MarGbWYZz15XCwVbrnZ)

You can always go to **Dashboard** on Levf and check out your Estimated LFI to be mined for the current epoch.

![](/files/-MarJMN0OeUG96IwpTCr)


---

# 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://levfninja.gitbook.io/levf-finance/levf-how-to-mine-lfi.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.
