# Construction of zLP & $ZERO Power

ZeroLend's zLP power, closely mirroring Radiant Capital's model, is a pivotal metric in determining a user's influence within the protocol and their corresponding emissions rewards. Here's a streamlined explanation of how it works:

**zLP Power Calculation (P\_zLP)**

* **zLP Power (P\_zLP)**: This metric reflects a user's share of the total zLP pool, adjusted by a locking multiplier to reward longer commitments.

&#x20;$$P\_{zLP} = zLP\_{tp} \times L\_{zLP} = \frac{zLP}{\textrm{Total zLP}} \times L\_{zLP}$$

* $$P\_{zLP}$$ is the user's total percentage of zLP relative to the entire pool.
* $$L\_{zLP}$$ is the locking multiplier, enhancing power with longer lock periods.

{% hint style="info" %}
The longer the user locks zLP, the greater the power they have and, ultimately, the greater the emissions the user receives.
{% endhint %}

**Single-Staked $ZERO Power (P\_Z)**

* **$ZERO Power (P\_Z)**: Similar to zLP power, this calculates a user's stake in the total $ZERO pool, also influenced by the duration of the stake.&#x20;

$$
P\_{Z} = $\textrm{ZERO}*{tp} \times L*{Z} = \frac{$\textrm{ZERO}}{\textrm{Total ZERO}} \times L\_{Z}
$$

The following are the weighting coefficients:

| Time Lock | L\_d-Value | L\_z - Value |
| --------- | ---------- | ------------ |
| 1-Months  | 2          | 0.5          |
| 3-Months  | 6          | 1.5          |
| 6-Months  | 12         | 3            |
| 12-Months | 24         | 6            |
| 24-months | n/a        | 12           |
| 48-months | n/a        | 24           |

### **Combining Powers for Total Protocol Power**

By integrating both zLP and $ZERO powers, the total Protocol Power is derived, factoring in both contributions and their respective locking multipliers.

$$
P = P\_{zLP} + P\_{Z} = zLP\_{tp} \times L\_{zLP} + $\textrm{ZERO}*{tp} \times L*{Z} \  \hspace{2em}\\= \frac{zLP}{\textrm{Total zLP}} \times L\_{zLP} + \frac{$\textrm{ZERO}}{\textrm{Total ZERO}} \times L\_{Z}\hspace{0.8em}
$$

### Final Equation for Protocol Power

$$
\textrm{Protocol Power} = (P)  \times f(T\_p) \ = (\frac{zLP}{\textrm{Total zLP}} \times L\_{zLP} + \frac{$\textrm{ZERO}}{\textrm{Total ZERO}} \times L\_{Z}) \times f(4 \times \frac{$\textrm{ZERO}\_2 \times 2}{Deposits} + 1 \times \frac{$\textrm{ZERO}\_1}{Deposits})
$$

This formula underscores the significance of both liquidity provision and single asset staking in enhancing a user's impact on the protocol's governance and reward distribution, thereby incentivizing long-term participation and investment.

{% hint style="warning" %}
This functionality is scheduled to go live shortly.&#x20;
{% endhint %}


---

# 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.zerolend.xyz/governance/token-overview/emissions/zerolend-emission-strategy/construction-of-dlp-and-usdzero-power.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.
