# Liquidity Mining phase 2

## When? - THE PROGRAM ENDED

The 2nd LM will run for \~3 months starting September 18th - December 17 2021. \
Starting block number - 13251289\
Ending block number - 13842589

## How?

Per the DAO vote on [BIP#4](https://snapshot.org/#/bpro.eth/proposal/QmZC1PhCjK275WJu7mvDiphkXucp8qLDotPGSYM7rSbYQf) , the new LM is using [UMA's KPI Option](https://umaproject.org/kpi-options.html) program to align the incentives of the different actors in B.Protocol. \
90k BPRO tokens were deposited from the DAO reserve into an UMA's KPI Option contract to mint 30k uBPRO-BIP4 (ERC-20 tokens). \
The uBPRO-BIP4 tokens will be accumulated each block during the LM period by B.Protocol users according to their usage of the protocol, e.g., how much they deposit and borrow through the different integrated protocols.&#x20;

For v1 users (MakerDAO and Compound) - the distribution will be 80/20 according to Borrowed/Deposited funds. \
For v2 users (Liquity) - the distribution will be in full for Deposits of LUSD.

If B.Protocol's TVL reaches or surpasses $150m at the end of the LM period (KPI achieved), then each uBPRO-BIP4 option token will be redeemable for 3 BPRO tokens.  Otherwise, if the TVL < $150m then each uBPRO-BIP4 will be redeemable for 1 BPRO token and the remaining 60k BPRO will be returned to the DAO Reservoir account.

Redeeming the option in return to BPRO token will be possible once the LM period is over via the [UMA interface](https://projects.umaproject.org/0x863E77B0bFC12193d2f5D41cdcacE81f1bb5a09F).&#x20;

### Here is a distribution breakdown example according to the current deposits and borrowed funds in B.Protocol: &#x20;

|                                                    |     **MakerDAO**    |     **Compound**    |     **Liquity**    | Total |
| -------------------------------------------------- | :-----------------: | :-----------------: | :----------------: | ----- |
| <p><em>Deposit ($m)</em></p><p><em>Weight</em></p> | <p>10</p><p>0.2</p> | <p>48</p><p>0.2</p> | <p>13 </p><p>1</p> | $71m  |
| <p><em>Borrow ($m)</em></p><p><em>Weight</em></p>  |  <p>3</p><p>0.8</p> |  <p>5</p><p>0.8</p> |         --         | $8m   |
| *Total Weight (m)*                                 |         4.4         |         13.6        |         13         | 31    |
| <p>uBPRO-BIP4 </p><p>Distribution</p>              |         4.2k        |        13.2k        |        12.6k       | 30k   |
| <p>BPRO distribution <br>If TVL < $150m</p>        |         4.2k        |        13.2k        |        12.6k       | 30k   |
| <p>BPRO distribution <br>If TVL > $150m</p>        |        12.6k        |        39.6k        |        37.8k       | 90k   |

At current weights, if user A has a $0.3m deposit in Maker with $0.1m debt, and $0.7m deposit in Compound with $0.2m debt, and a $1m LUSD deposit in Liquity - she would get uBPRO-BIP4 according to this calculation:

`[(0.3m+0.7m)*0.2 + (0.1m+0.2m)*0.8 + 1m*1]/31 * 30,000 = 1393 uBPRO-BIP4`

If B.Protocol's TVL > $150m at the end of the LM period, these 1393 uBPRO-BIP4  will be redeemable for 4180 BPRO.

##


---

# 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.bprotocol.org/technical-documentation/archive-pages/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.
